UploadJobDocument
Upload a document to a Job
Input
Name | Type | Accepts Input Streams | Description |
JobID | String | False | The ID of the job where the document will be uploaded. |
Title | String | False | Title of the document |
Text | String | False | The note relating to the document |
Folder | String | False | The folder where the document is going to be uploaded |
Public | String | False | Determines if document is open to the public |
FileName | String | False | Filename of the file |
LocalFile | String | False | Full file path to the file which is going to be uploaded |
Content | String | True | The content as InputStream to be uploading when LocalFile is not specified. |
Result Set Columns
Name | Type | Description |
Success | String | This value shows a boolean indication of whether the operation was successful or not. |