List a hotel's rooms & rates
Returns the Book-on-Wego rooms & rates for a hotel (cheapest-first): room name, board, refundability, price, and each rate's composed booking reference id. searchId must name a hotel-scoped search (one created with hotelId); a city or geo search is a 409.
Path parameters
The hotel's numeric id (a positive integer), as carried by hotel search results (results[].hotelId) and embedded in a rate id.
Query parameters
The search the hotel was found in (from createHotelSearch); rates are priced within that search context. Required.
Pricing currency as a 3-letter ISO 4217 code (e.g. AED). Defaults to USD.
Response language tag (e.g. en, ar). Defaults to en.
Response
Cheapest-first Book-on-Wego rates.
Changes
Changed in 3 of the 8 revisions of this API.63
- ●
added the new
rates_require_hotel_searchenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
added the new
rates_require_hotel_searchenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
added the new
rates_require_hotel_searchenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
added the new
rates_require_hotel_searchenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
added the new
rates_require_hotel_searchenum value to theresponse property for the response statusresponse-property-enum-value-added
- ●
added the new
rates_require_hotel_searchenum value to theresponse property for the response statusresponse-property-enum-value-added
- ○
added the non-success response with the status
response-non-success-status-added
- ●
- ○
added the optional property
///to the response with the statusresponse-optional-property-added
- ○
- ○
added the required property
to the response with the statusresponse-required-property-added
- ○