post https://api.zenoti.com/v1/Guests//Forms
This API helps you to create 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/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. |
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 created and saved. |