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-8448-48ab-bf1c-2313f58eb54b",
"edit_date": "2025-08-01 12:00:00",
"related_object_uuid": "123e4567-7ad8-459a-8a56-2313f02c61ab",
"action_completed_by_staff_uuid": "123e4567-c147-4dd7-907e-2313fd8841eb",
"edit_by_staff_uuid": "123e4567-cc2e-43cc-bcc6-2313f5403ecb",
"create_date": "2025-08-01 12:00:00"
}Response
Success
Example response
{
"message": "OK"
}