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-d2c1-4f18-88d4-23b2e5ec24bb",
"related_object_uuid": "123e4567-9e6a-43b5-8f90-23b2e897685b",
"action_completed_by_staff_uuid": "123e4567-8ca3-4f41-bc87-23b2ecc578eb",
"edit_by_staff_uuid": "123e4567-dc6c-4a07-9c6f-23b2edc6afcb",
"create_date": "2026-01-01 12:00:00"
}Response
Success
Example response
{
"message": "OK"
}