POST ItemNoteAttachment/Save
Saves the Attachment. The file data is transmitted as a multipart/form-data POST. In the query string of the Url or a parameter in the form post, a TransactionId is required. An ItemNoteId is the ID of the ItemNote that this attachment must be linked to. This is Required and is not optional.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of AttachmentName | Type | Additional information | Description |
---|---|---|---|
Name | string |
Required String length: inclusive between 0 and 100 |
|
Size | integer |
None. |
|
AttachmentUID | globally unique identifier |
None. |
|
Data | Collection of byte |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Name": "sample string 1", "Size": 2, "AttachmentUID": "3db6f53c-0c05-4216-b29b-b86d9a95cc94", "Data": "QEA=" }, { "Name": "sample string 1", "Size": 2, "AttachmentUID": "3db6f53c-0c05-4216-b29b-b86d9a95cc94", "Data": "QEA=" } ]