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-953f-43f5-b5d3-23eb2d7fa37b",
"uuid": "123e4567-0bd9-4723-9615-23eb2e1e6a7b",
"created_by_staff_uuid": "123e4567-9aef-4e0d-82ca-23eb27d7fdfb"
}Response
Success
Example response
{
"message": "OK"
}