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-766a-42f2-bbad-23482701c16b",
"uuid": "123e4567-b51b-4eec-b882-2348232c694b",
"created_by_staff_uuid": "123e4567-464e-4828-943a-2348229acb6b"
}Response
Success
Example response
{
"message": "OK"
}