UploadClientDocument
Upload a document to a Client
Input
| Name | Type | Accepts Input Streams | Description |
| ClientUUID | String | False | The ID of the client 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 |
| 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. |