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-c116-4bc1-afc4-23422d625cfb",
"uuid": "123e4567-7f9d-459c-9e68-2342268fad8b",
"created_by_staff_uuid": "123e4567-ceda-4fc8-b6c6-23422f3c21ab"
}Response
Success
Example response
{
"message": "OK"
}