Form Responses
Create a new Form Response
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/formresponse.json
Request body
Example request
{
"uuid": "123e4567-d831-4664-8cc6-230b7a9a9e9b",
"edit_date": "2025-07-01 12:00:00",
"form_uuid": "123e4567-fcae-4b8e-98cd-230b7cdff13b",
"staff_uuid": "123e4567-0e73-4477-b05c-230b7027c5bb",
"regarding_object_uuid": "123e4567-1eb8-4c8b-9f72-230b756a097b",
"timestamp": "2025-07-01 12:00:00",
"form_by_staff_uuid": "123e4567-777d-4bf4-98b3-230b70128d2b",
"document_attachment_uuid": "123e4567-4dfd-4de7-810d-230b7f27e70b",
"asset_uuid": "123e4567-d15b-4d73-bfb7-230b7f06f88b"
}Response
Success
Example response
{
"message": "OK"
}