Skip to main content

HotelsByCoordinatesResponse

hotels object[]
  • Array [
  • providerCodestring

    Provider code issued for the connection

    providerHotelCodestring
    bundleportHotelCodestringnullable
    canonicalCityIdstring
    hotelNamestringnullable
    distanceKmnumber<double>

    Distance from the request point to the hotel in km

  • ]
  • stats object

    Mapped/Unmapped and byProvider only when outputCodeType=bundleport; otherwise total only.

    totalinteger

    Total hotels in destination

    mappedinteger

    Hotels with Bundleport mapping (bundleport only)

    unmappedinteger

    Hotels pending to map (bundleport only)

    byProvider object

    Per-provider total/mapped/unmapped (bundleport only)

    property name* ProviderStats
    totalinteger
    mappedinteger
    unmappedinteger
    paging object
    nextCursorstringnullable
    hasMoreboolean
    HotelsByCoordinatesResponse
    {
    "hotels": [
    {
    "providerCode": "string",
    "providerHotelCode": "string",
    "bundleportHotelCode": "string",
    "canonicalCityId": "string",
    "hotelName": "string",
    "distanceKm": 0
    }
    ],
    "stats": {
    "total": 0,
    "mapped": 0,
    "unmapped": 0,
    "byProvider": {}
    },
    "paging": {
    "nextCursor": "string",
    "hasMore": true
    }
    }