BookRoomInput
BookRoomInput represents the allocation for a requested room.
occupancyRefIdinteger<int32>
Reference to the occupancy from the original search request.
paxes object[]
Travellers assigned to this room.
Array [
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]
]
BookRoomInput
{
"occupancyRefId": 0,
"paxes": [
{
"name": "string",
"surname": "string",
"age": 0,
"title": "MR"
}
]
}