Skip to content

Update guest for order item restricted ​

PUT
/v1/bookingorders/restricted/{bookingorder_id}/{orderitem_id}/guest

Updates Guest for order item

Authorizations​

api_key
Type
API Key (header: X-Api-Key)

Parameters​

Path Parameters

bookingorder_id*

XS2event ID of the Bookingorder

Type
string
Required
orderitem_id*

XS2event ID of the Bookingorder item

Type
string
Required

Request Body​

application/json
JSON
{
  
"first_name": "John",
  
"last_name": "Doe",
  
"contact_phone": "+31123456789",
  
"contact_email": "[email protected]",
  
"lead_guest": true,
  
"country_of_residence": "NLD",
  
"date_of_birth": "1991-01-30",
  
"gender": "male",
  
"gt": false,
  
"optin": false
}

Responses​

OK

Playground​

Server
Authorization
Variables
Key
Value
Body

Samples​