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-43d6-4adb-876f-23d5917a50eb",
"related_object_uuid": "123e4567-919b-4370-bca3-23d599f94bbb",
"action_completed_by_staff_uuid": "123e4567-f140-47a1-9795-23d594a9a4cb",
"edit_by_staff_uuid": "123e4567-1bc3-4acb-8982-23d59068f91b",
"create_date": "2026-02-01 12:00:00"
}Response
Success
Example response
{
"message": "OK"
}