v1

latestOpenAPI 3.1.02026-07-2422707.0 MB

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.

put/v1/Guests/{guest_id}/Forms

Path parameters

guest_idstring required

Mandatory Unique 32-character identifier of the guest.

Request body

form_idstring

Unique identifier of the form.

is_required_filledboolean

Denotes if the required fields are filled or not. True - means the required fields are filled. False - means the required fields are not filled.

is_reviewedstring

Denotes if the form is reviewed. True - means the form is reviewed. False - means the form is not reviewed.

is_form_submittedstring

Denotes if the form is submitted or not. True - means the form is submitted. False - means the form is not submitted.

tag_idstring

Unique identifier of the tag in the form.

Sourcestring

Source where the form is saved.

Response

200

OR

Example response

{
  "success": true
}