Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

In that case theĀ url member of the availability will contain a link to the booking mask for the room combination proposed in the response.

Code Block
languagejs
titleMulti-room availability response example
linenumberstrue
{
  "hotels": [
    {
      "response_type": "available",
      "hotel_spider_id": "00P5abcfe6dab339",
      "availabilities": [
        [
          {
            "id": "00P5abd0d0eb862a",
            "name": "Presidential Suite / Non refundable",
            "guestRoomId": "00P5abd08f613f34",
            "ratePlanId": "00P5abd0c5e9c0d0",
            "totalPrice": 434.92,
            "currency": "EUR",
            "availability": 10,
            "url": "https://reservations.hotel-spider.com/#/00P5abcfe6dab339/package/443/frontreborn/bQD8slso?lang=en"
          },
          {
            "id": "00P5abd0d0cf213a",
            "name": "Double Sea view / Non refundable",
            "guestRoomId": "00P5abd08c8d391f",
            "ratePlanId": "00P5abd0c5e9c0d0",
            "totalPrice": 417.52,
            "currency": "EUR",
            "availability": 20,
            "url": "https://reservations.hotel-spider.com/#/00P5abcfe6dab339/package/443/frontreborn/bQD8slso?lang=en"
          }
        ],
        [
          {
            "id": "00P5abd0d0eb862a",
            "name": "Presidential Suite / Non refundable",
            "guestRoomId": "00P5abd08f613f34",
            "ratePlanId": "00P5abd0c5e9c0d0",
            "totalPrice": 434.92,
            "currency": "EUR",
            "availability": 10,
            "url": "https://reservations.hotel-spider.com/#/00P5abcfe6dab339/package/443/frontreborn/HDymctjK?lang=en"
          },
          {
            "id": "00P5abd0d0e52a2c",
            "name": "Double garden view / Non refundable",
            "guestRoomId": "00P5abd08ecdf160",
            "ratePlanId": "00P5abd0c5e9c0d0",
            "totalPrice": 330.54,
            "currency": "EUR",
            "availability": 20,
            "url": "https://reservations.hotel-spider.com/#/00P5abcfe6dab339/package/443/frontreborn/HDymctjK?lang=en"
          }
        ],
		...
      ]
    }
  ]
}