Attachments
Create a new Attachment
OAuth Scope
This endpoint requires the following OAuth scope manage_attachments.
Record UUID
UUID is optional for record creation. If no UUID is supplied, a UUID will be automatically generated for the new record and returned in the x-record-uuid response header.
post/attachment.json
Request body
Example request
{
"related_object_uuid": "123e4567-1b01-4b68-9ae3-234970ab9b1b",
"uuid": "123e4567-3c6a-46cd-9a44-23497f33d3ab",
"created_by_staff_uuid": "123e4567-78a9-4087-8c43-234979e64b8b"
}Response
Success
Example response
{
"message": "OK"
}