UpdateAttachment
Modifies an existing attachment record, such as updating file references or folder associations.
Input
| Name | Type | Description |
| SupDocId | String | The unique ID of the supporting document (supdoc) to be updated. |
| SupDocName | String | The name of the supporting document (supdoc) being updated. Optional if not changed. |
| SupDocFolderName | String | The name of the folder where the attachment is stored. Optional if not changed. |
| SupDocDescription | String | A description of the attachment. Optional if not changed. |
| AttachmentName | String | The name of the attachment file. Optional if not changed. |
| AttachmentType | String | The type of the attachment file (e.g., PDF, image). Optional if not changed. |
| AttachmentData | String | The content of the attachment encoded in base64 format. Optional if not changed. |
Result Set Columns
| Name | Type | Description |
| Result | String | Indicates whether the update operation was successful or failed. |