Skip to content

Get bookingorder guestdata

GET
/v1/bookingorders/{bookingorder_id}/guestdata

Get the current guest data for the bookingorder and what the conditions are.

Authorizations

api_key
TypeAPI Key (header: X-Api-Key)

Parameters

Path Parameters

bookingorder_id*

XS2event ID of the Bookingorder

Typestring
Required

Query Parameters

sorting
Typestring
Defaultnull
include_conditions

Include validation conditions?

Typeboolean
Examplefalse
Defaultfalse
country_hint

Hint for country code

Typestring
Example"NLD"

Responses

OK

application/json
JSON
{
"bookingorder_id": null,
"items": [
{
"ticket_id": "a5cf8e7b39c14aeba4de30a8f67b9e23_tck",
"quantity": 2,
"guests": [
{
"first_name": "John",
"last_name": "Doe",
"passport_number": "ABC123456",
"contact_email": "user@example.com",
"contact_phone": "+31123456789",
"lead_guest": true,
"date_of_birth": "1991-01-30",
"gender": "male",
"country_of_residence": "NLD",
"street_name": "Hereweg 95",
"additional_street_name": "e",
"city": "Groningen",
"zip": "9721AA",
"province": "Groningen",
"guest_id": null,
"conditions": {
"additionalProperties": "string"
}
}
]
}
]
}

Playground

Server
Authorization
Variables
Key
Value

Samples