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 Attachment
NameTypeAdditional informationDescription
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": "c5db5bcd-e4c2-40d2-9b21-57e15aeb2f55",
    "Data": "QEA="
  },
  {
    "Name": "sample string 1",
    "Size": 2,
    "AttachmentUID": "c5db5bcd-e4c2-40d2-9b21-57e15aeb2f55",
    "Data": "QEA="
  }
]