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-25c9-4aed-86f1-234971f641bb",
"related_object_uuid": "123e4567-a678-4695-9fdb-23497e404b8b",
"action_completed_by_staff_uuid": "123e4567-4c50-46a6-8868-23497503992b",
"edit_by_staff_uuid": "123e4567-9a9d-4c4e-b47d-23497d2d7f7b",
"create_date": "2025-09-01 12:00:00"
}Response
Success
Example response
{
"message": "OK"
}