put
https://api.zenoti.com/v1/Guests//Forms
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 Property | Data Type | Description |
|---|---|---|
| data | string | Form data content (serialized form data). |
| form_id | Guid | Unique identifier of the form. |
| is_required_filled | bool | Indicates whether all required fields are filled. |
| is_reviewed | bool | Indicates whether the form has been reviewed. |
| guest_data | string | Guest-specific data (serialized format). |
| is_form_submitted | bool | Flag to identify whether the form is submitted. |
| image_json | string | JSON string containing image-related data. |
| tag_id | Guid | Unique identifier for the associated tag. |
| source | string | Source of submission (e.g., web, iOS). |
| is_new_form | bool? | Indicates whether the form was newly created (nullable). |
Response Model
| Json Property | Data Type | Description |
|---|---|---|
| success | bool | Indicates whether the request was processed successfully. |
