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-19c7-4db9-baca-234826d6026b",
"related_object_uuid": "123e4567-4e20-4dd4-9287-23482ec2457b",
"action_completed_by_staff_uuid": "123e4567-419a-41b6-9ad6-234821801cab",
"edit_by_staff_uuid": "123e4567-8309-410c-9aa8-2348216d969b",
"create_date": "2025-09-01 12:00:00"
}Response
Success
Example response
{
"message": "OK"
}