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-5d50-4b4d-a017-234d5df6eb7b",
"related_object_uuid": "123e4567-56b9-4772-906f-234d5bebd0eb",
"action_completed_by_staff_uuid": "123e4567-8f1f-448e-be3c-234d5d361acb",
"edit_by_staff_uuid": "123e4567-6486-4812-83e5-234d586f605b",
"create_date": "2025-09-01 12:00:00"
}Response
Success
Example response
{
"message": "OK"
}