UpdateAttachment
Updates the attachment Table.
Input
| Name | Type | Description |
| SupDocId | String | The ID of the attachment supdoc |
| SupDocName | String | The name of the supdoc |
| SupDocFolderName | String | The name of the attachment folder |
| SupDocDescription | String | Description of the attachment |
| AttachmentName | String | The attachment Name |
| AttachmentType | String | The attachment Type |
| AttachmentData | String | Attachment data encoded in base64 |
Result Set Columns
| Name | Type | Description |
| Result | String | Returns Success or Failure. |