Appearance
Update guest restricted ​
PUT
/v1/bookingorders/restricted/{bookingorder_id}/guests
Updates Guest for bookingorder
Authorizations​
api_key
Type
API Key (header: X-Api-Key)
Parameters​
Path Parameters
bookingorder_id*
XS2event ID of the Bookingorder
Type
Requiredstring
Request Body​
application/json
JSON"first_name": "John","last_name": "Doe","contact_phone": "+31123456789","lead_guest": true,"country_of_residence": "NLD","date_of_birth": "1991-01-30","gender": "male","gt": false,"optin": false
{
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
 Â
}
Responses​
OK