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-70f3-4344-9027-23eb274a366b",
"related_object_uuid": "123e4567-656d-4493-bf79-23eb221ce96b",
"action_completed_by_staff_uuid": "123e4567-da5d-4dfc-a1c4-23eb2ef7d22b",
"edit_by_staff_uuid": "123e4567-7390-4ed5-ae77-23eb28f3493b",
"create_date": "2026-03-01 12:00:00"
}Response
Success
Example response
{
"message": "OK"
}