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-2de2-4b1f-a188-23d598b06dcb",
"uuid": "123e4567-6823-4b75-b4e9-23d59076390b",
"created_by_staff_uuid": "123e4567-7683-4b6c-891d-23d59a95581b"
}Response
Success
Example response
{
"message": "OK"
}