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-0759-4095-9b29-23e93202b56b",
"related_object_uuid": "123e4567-3127-4c2a-a7d3-23e93cf8efab",
"action_completed_by_staff_uuid": "123e4567-8fc3-4bae-9188-23e939678d9b",
"edit_by_staff_uuid": "123e4567-9590-42c3-af6d-23e93dfa452b",
"create_date": "2026-03-01 12:00:00"
}Response
Success
Example response
{
"message": "OK"
}