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-438d-46d0-8c0b-231d2950482b",
"edit_date": "2025-08-01 12:00:00",
"form_uuid": "123e4567-f3ce-4551-bd37-231d2514e6bb",
"staff_uuid": "123e4567-76f1-42ad-8427-231d25ba773b",
"regarding_object_uuid": "123e4567-20f6-4431-89bc-231d2a15ec0b",
"timestamp": "2025-08-01 12:00:00",
"form_by_staff_uuid": "123e4567-78ef-481c-82ae-231d211e840b",
"document_attachment_uuid": "123e4567-2c4b-49a2-abd3-231d2f36670b",
"asset_uuid": "123e4567-c626-4223-bfbd-231d2b49e6bb"
}Response
Success
Example response
{
"message": "OK"
}