Skip to main content

MasterChainHotelsResponse

masterChainIdstring
items object[]
  • Array [
  • baseCodestring
    hotels object[]
  • Array [
  • providerCodestring
    providerHotelCodestring
    hotelNamestring
    sourcestring

    Possible values: [direct, transitive]

  • ]
  • ]
  • nextCursorstring

    Opaque base64url cursor for keyset pagination; absent on last page.

    MasterChainHotelsResponse
    {
    "masterChainId": "string",
    "items": [
    {
    "baseCode": "string",
    "hotels": [
    {
    "providerCode": "string",
    "providerHotelCode": "string",
    "hotelName": "string",
    "source": "direct"
    }
    ]
    }
    ],
    "nextCursor": "string"
    }