Update a guest form

This API helps you to update the details of a 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.

Note: Retrieving/updating uploaded files, signatures and annotations are not supported.

REQUEST BODY PARAMETERS

NameTypeDescription
datastringComplete guest form data in JSON format.
guest_datastringGuest data in JSON format.
is_form_submittedbooleanIndicates whether the form has been submitted.
form_idguidUnique 32-character identifier of the guest form.
is_required_filledbooleanIndicates whether the form must be mandatorily filled.
is_reviewedbooleanIndicates whether the form has been reviewed.
image_jsonstringImages uploaded in JSON format
tag_idguidUnique 32-character identifier of the guest form's associated tag.
SourcestringSource from which the form is saved.

Response Details

NameTypeDescription
successbooleanTrue if the guest form has been successfully updated.
Language
Authorization
Header
Click Try It! to start a request and see the response here!