AttachTemporaryFile
This method adds one or more temporary attachments to a service desk, which can then be permanently attached to a customer request using AddAttachment stored procedure.
Input
| Name | Type | Required | Description |
| Source | String | False | The path of the file. |
Result Set Columns
| Name | Type | Description |
| TemporaryAttachmentId | String | The Id of the temporary attachment. |
| FileName | String | The file name. |