Hotel Search by Available Hotels

Travelport Universal API supports Hotel Search requests that limit the response only to hotel properties that specifically indicate availability. The functionality varies by provider, but if AvailableHotelsOnly is not set, the normal hotel availability response is returned, including hotels that may not provide hotel inventory status or provide status as Closed, Other, or On Request.

Request

An AvailableHotelsOnly attribute is part of the Hotel Search request (HotelSearchAvailabilityReq/HotelSearchModifiers). The attribute can be set to "true", "false", or the default blank, which is processed as "false".

 

Response

The response returns standard Hotel Search data with only available hotels as flagged by the provider. The hotel supplier is responsible for the availability status for each property via the provider.

If AvailableHotelsOnly is set to "false" or blank, the default provider functionality is returned in HotelSearchAvailabilityRsp:

If AvailableHotelsOnly is set to "true", providers return only hotels that have an Available status. See Exceptions for details by provider.

Exceptions