Create a guest form
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.
post/v1/Guests/{guest_id}/Forms
Query parameters
guest_idstring required
Mandatory Unique 32-character identifier of the guest.
Request body
Response
200
Example response
{
"success": true
}Changes
No recorded changes to this endpoint across all 1 revision of this API.