Skip to main content

BookPaxInput

BookPaxInput describes a traveller included in the booking.

namename (string)

Traveller given name.

surnamesurname (string)

Traveller family name.

ageinteger<int32>

Traveller age at check-in.

titletitle (string)

Courtesy title for the traveller.

Possible values: [MR, MRS, MISS, MS, NOT_SPECIFIED]

BookPaxInput
{
"name": "string",
"surname": "string",
"age": 0,
"title": "MR"
}