HotelListQuery
Query criteria for filtering hotels
connectionCodestring
Optional connection code for filtering
providerCodestring
Optional provider scope; defaults to the provider inferred from the connection
hotelCodesstring[]
List of hotel codes to filter by
providerHotelCodesstring[]
Provider-specific hotel codes
destinationCodesstring[]
Destination codes where hotels should be located
countriesstring[]
Country codes to filter by
ranksinteger[]
Hotel ranking values to filter by
maxSizeinteger
Maximum number of results to return
hotelNamestring
Hotel name to search for (partial match)
groupstring
Hotel group identifier
HotelListQuery
{
"connectionCode": "string",
"providerCode": "string",
"hotelCodes": [
"string"
],
"providerHotelCodes": [
"string"
],
"destinationCodes": [
"string"
],
"countries": [
"string"
],
"ranks": [
0
],
"maxSize": 0,
"hotelName": "string",
"group": "string"
}