Requests Attachments
Field
Type
Description
Example
{
"id": "ATT-1234-1234-1234",
"name": "Some order attachment",
"classification": "Text",
"contentType": "application/x-iso9660-image",
"size": 123,
"description": "Some order attachment description",
"filename": "SomeOrderAttachment.txt",
"inlineAttachmentContent": null,
"audit": {
"created": {
"at": "2023-01-01T22:00:00Z",
"by": { ... }
}
}
}Last updated
Was this helpful?