Create a hotel search
Creates a Book-on-Wego hotel search (city, single hotel, or geo point) and returns its opaque searchId plus the occupancy priced upstream (resolved child ages, incl. the age-8 fallback when none supplied). Poll /results for ranked hotels. A hotelId search is the only one getHotelRates accepts.
Request body
Example request
{
"cityCode": "DXB"
}Response
Search created.
Changes
Changed in 1 of the 8 revisions of this API.6
- ●
added the new
rates_require_hotel_searchenum value to thecoderesponse property for the response status400response-property-enum-value-added
- ●
added the new
rates_require_hotel_searchenum value to thecoderesponse property for the response status401response-property-enum-value-added
- ●
added the new
rates_require_hotel_searchenum value to thecoderesponse property for the response status404response-property-enum-value-added
- ●
added the new
rates_require_hotel_searchenum value to thecoderesponse property for the response status429response-property-enum-value-added
- ●
added the new
rates_require_hotel_searchenum value to thecoderesponse property for the response status502response-property-enum-value-added
- ●
added the new
rates_require_hotel_searchenum value to thecoderesponse property for the response status503response-property-enum-value-added
- ●