put https://api.zenoti.com/v1/Guests//Forms
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
| Name | Type | Description |
|---|---|---|
| data | string | Complete guest form data in JSON format. |
| guest_data | string | Guest data in JSON format. |
| is_form_submitted | boolean | Indicates whether the form has been submitted. |
| form_id | guid | Unique 32-character identifier of the guest form. |
| is_required_filled | boolean | Indicates whether the form must be mandatorily filled. |
| is_reviewed | boolean | Indicates whether the form has been reviewed. |
| image_json | string | Images uploaded in JSON format |
| tag_id | guid | Unique 32-character identifier of the guest form's associated tag. |
| Source | string | Source from which the form is saved. |
Response Details
| Name | Type | Description |
|---|---|---|
| success | boolean | True if the guest form has been successfully updated. |
