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-dd13-4e0e-b2bf-233c625b9aab",
"related_object_uuid": "123e4567-a330-4194-93f6-233c61a0648b",
"action_completed_by_staff_uuid": "123e4567-00c1-4cff-8f66-233c6b7ba55b",
"edit_by_staff_uuid": "123e4567-3da5-4f67-aadf-233c66d2a05b",
"create_date": "2025-09-01 12:00:00"
}Response
Success
Example response
{
"message": "OK"
}