This message returns the availability for one or more establishments on specific dates filtered in the query with more than one room requested.
The elements are the same as the previous message (hotelAvailability), the only change is that several room ID's are added in the request message for each new room requested.
The rates returned always include taxes except for tourist taxes that must be added separately.
Endpoint: https://hotel.new.hotetec.com/webservice/integrations/pull/hotelAvailability
hotelAvailability | multi-room Request message
Example message (JSON):
{
"sessionId": " HPH#20077#682164202862402",
"languageCode": "ES",
"currency": "EUR",
"vendorCode": ["DEMOHTT"],
"hotelCode": ["30621"],
"dateFrom": "2022-11-15T00:00:00.000Z",
"dateTo": "2022-11-18T00:00:00.000Z",
"distribution": [{
"id": 1,
"person": [
{ "age": 30 },
{ "age": 30 }
]
}, {
"id": 2,
"person": [
{ "age": 30 },
{ "age": 8 }
]
}