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-0269-4523-9a6b-234d5bdfdceb",
"uuid": "123e4567-33c7-4335-a1c3-234d529b8fab",
"created_by_staff_uuid": "123e4567-8da2-4d96-8ff9-234d58e93fcb"
}Response
Success
Example response
{
"message": "OK"
}