Notes
Create a new Note
OAuth Scope
This endpoint requires the following OAuth scope publish_job_notes.
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/note.json
Request body
Example request
{
"uuid": "123e4567-b775-4772-83d1-2346700122bb",
"related_object_uuid": "123e4567-fc6e-4e0a-8b34-23467d67af1b",
"action_completed_by_staff_uuid": "123e4567-8c16-4d60-b351-23467d77fb5b",
"edit_by_staff_uuid": "123e4567-10dd-4cf9-a6ae-234675b5b30b",
"create_date": "2025-09-01 12:00:00"
}Response
Success
Example response
{
"message": "OK"
}