v1
latestOpenAPI 3.1.02026-07-2422707.0 MBCreate 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
}