Hotel Search

Hotel Search returns a list of available hotel properties. Depending on the supplier and provider, minimum and maximum rates for the property may be returned in the response. However, a Hotel Search must be followed by a Hotel Rate and Rule Search to retrieve all available booking codes for the property.

Schema

See the Hotel Search transactions:

Request

HotelSearchAvailabilityReq in the HotelService is used to request availability.

Minimum Required Data

The minimum required data for a hotel search is:

The default number of travelers is one Adult.

Optional Request Data

Additional modifiers can be added to a Hotel Search request to narrow the search results.

Response

The Hotel Search returns available hotel properties within the requested search parameters in HotelSearchAvailabilityRsp.

The following data may be returned:

Hotel Search Result

One or more HotelSearchResult elements are returned for each available hotel property, respectively. More than one instance of HotelSearchResult may be returned for a specific hotel property if more than one room/rate option is offered for that property. Each HotelSearchResult element contains minimum and maximum rate amounts for the requested property availability, as well as an indicators if the minimum or maximum rate changes during the requested stay.

Note: In some responses, a rate may not be returned by the supplier or provider. A subsequent Rate and Rule Search for a specified property is required to obtain rate information.

The following data may be returned in HotelSearchResult:

Exceptions