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-77d7-4d9d-a478-230ef10e911b",
"edit_date": "2025-07-01 12:00:00",
"form_uuid": "123e4567-1c87-4fea-9f57-230ef3fa0cbb",
"staff_uuid": "123e4567-237b-4c00-bd1d-230efc8b8e9b",
"regarding_object_uuid": "123e4567-8170-45e4-860e-230ef557465b",
"timestamp": "2025-07-01 12:00:00",
"form_by_staff_uuid": "123e4567-5439-40fd-a45a-230ef114eaab",
"document_attachment_uuid": "123e4567-400e-42c2-94a3-230ef4d2861b",
"asset_uuid": "123e4567-e3a3-4bb3-8005-230ef47a6bfb"
}Response
Success
Example response
{
"message": "OK"
}