UploadFile
Attach a file to a record.
Input
Name | Type | Description |
ModuleName | String | The API name of the module you are uploading an attachment for. |
RecordID | String | Unique ID of the record you are uploading an attachment for. |
UploadFile | String | The File to attach to the record. |
AttachmentURL | String | The URL to attach to the record. |
Result Set Columns
Name | Type | Description |
ID | String | The Unique ID of the created attachment. |
Created_Time | String | The time at which the attachment was created. |
Modified_Time | String | The time at which the attachment was last modified. |
Created_By | String | The user who create the attachment. |
Modified_By | String | The user who last modified the attachment. |