HotelByDestResult
Every hotel in the destination is returned (mapped and unmapped). stats.unmapped are pending to map.
providerCodestring
Provider code issued for the connection, to identify which hotels are pending to map per provider
providerHotelCodestring
Provider's hotel code
bundleportHotelCodestringnullable
Bundleport base code (when outputCodeType=bundleport and mapped)
canonicalCityIdstring
hotelNamestringnullable
bundleportRankintegernullable
1-based rank in bundleport rank list (e.g. bundleport_rank_base); present only when hotel is in the list
inBundleportRankboolean
True when hotel is in the bundleport rank list
HotelByDestResult
{
"providerCode": "string",
"providerHotelCode": "string",
"bundleportHotelCode": "string",
"canonicalCityId": "string",
"hotelName": "string",
"bundleportRank": 0,
"inBundleportRank": true
}