Update a guest form

This API helps you to update the details of a V2 guest form for the specified guest. You must specify the unique identifier of the guest as guest_id in the API request.Note: Retrieving uploaded files, signatures and annoations are not supported.

Request Model

Json PropertyData TypeDescription
datastringForm data content (serialized form data).
form_idGuidUnique identifier of the form.
is_required_filledboolIndicates whether all required fields are filled.
is_reviewedboolIndicates whether the form has been reviewed.
guest_datastringGuest-specific data (serialized format).
is_form_submittedboolFlag to identify whether the form is submitted.
image_jsonstringJSON string containing image-related data.
tag_idGuidUnique identifier for the associated tag.
sourcestringSource of submission (e.g., web, iOS).
is_new_formbool?Indicates whether the form was newly created (nullable).

Response Model

Json PropertyData TypeDescription
successboolIndicates whether the request was processed successfully.
Language
Credentials
Header
Click Try It! to start a request and see the response here!