UploadAttachment
Upload a file attachment of a specific instance of a resource.
Input
| Name | Type | Required | Description |
| ObjectName | String | True | Object name for which you have to upload the file attachment. |
| ObjectId | Long | True | Id of object instance. |
| FileName | String | True | FileName of the attachment. |
| Data | String | True | Base64-encoded Text of the attachment. |
Result Set Columns
| Name | Type | Description |
| Status | String | Execution status of the stored procedure |