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