Notes
Create a new Note
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-639c-4915-a143-230ef9bac0bb",
"edit_date": "2025-07-01 12:00:00",
"related_object_uuid": "123e4567-f1a2-43ac-9a1c-230efec4ee7b",
"action_completed_by_staff_uuid": "123e4567-f741-4b8e-86ba-230ef26149eb",
"edit_by_staff_uuid": "123e4567-a8c8-45b7-a734-230eff1609fb",
"create_date": "2025-07-01 12:00:00"
}Response
Success
Example response
{
"message": "OK"
}