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-89d6-4e4a-96ff-23eb208a8fcb",
"uuid": "123e4567-f3d2-4eb8-9fd0-23eb2fd4a09b",
"created_by_staff_uuid": "123e4567-15e7-4957-a3fb-23eb2cd9daab"
}Response
Success
Example response
{
"message": "OK"
}