Skip to end of banner
Go to start of banner

Availability *

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

Availability by Hotel

Method: GET
Path: /publishers/{publisherCode}/hotels/{hotelCode}/availability
Description: Get all availability for a specific publisher, hotel and date range.

Sample Response

[
  {
    "hotelCode": "sample",
    "bookingLimit": 10,
    "date": "2018-04-13",
    "ratePlanCode": "BAR",
    "roomTypeCode": "EKC",
    "minLOS": 1,
    "maxLOS": 5,
    "restriction": "Master",
    "status": "Open"
  },
  {
    "hotelCode": "sample",
    "bookingLimit": 4,
    "date": "2018-04-13",
    "ratePlanCode": "BAR",
    "roomTypeCode": "ETC",
    "minLOS": 1,
    "maxLOS": 5,
    "restriction": "Arrival",
    "status": "Close"
  },
  {
    "hotelCode": "sample",
    "bookingLimit": 3,
    "date": "2018-04-13",
    "ratePlanCode": "BAR",
    "roomTypeCode": "PRES",
    "minLOS": 1,
    "maxLOS": 5,
    "restriction": "Departure",
    "status": "Close"
  },
  {
    "hotelCode": "sample",
    "bookingLimit": 5,
    "date": "2018-04-13",
    "ratePlanCode": "BAR",
    "roomTypeCode": "SKW",
    "minLOS": 1,
    "maxLOS": 5,
    "restriction": "Master",
    "status": "Close"
  },
  {
    "hotelCode": "sample",
    "bookingLimit": 20,
    "date": "2018-04-13",
    "ratePlanCode": "CORP1",
    "roomTypeCode": "EKC",
    "minLOS": 1,
    "maxLOS": 14,
    "restriction": "Master",
    "status": "Open"
  },
  {
    "hotelCode": "sample",
    "bookingLimit": 10,
    "date": "2018-04-12",
    "ratePlanCode": "BAR",
    "roomTypeCode": "EKC",
    "minLOS": 1,
    "maxLOS": 5,
    "restriction": "Master",
    "status": "Open"
  },
  {
    "hotelCode": "sample",
    "bookingLimit": 4,
    "date": "2018-04-12",
    "ratePlanCode": "BAR",
    "roomTypeCode": "ETC",
    "minLOS": 1,
    "maxLOS": 5,
    "restriction": "Arrival",
    "status": "Close"
  },
  {
    "hotelCode": "sample",
    "bookingLimit": 3,
    "date": "2018-04-12",
    "ratePlanCode": "BAR",
    "roomTypeCode": "PRES",
    "minLOS": 1,
    "maxLOS": 5,
    "restriction": "Departure",
    "status": "Close"
  },
  {
    "hotelCode": "sample",
    "bookingLimit": 5,
    "date": "2018-04-12",
    "ratePlanCode": "BAR",
    "roomTypeCode": "SKW",
    "minLOS": 1,
    "maxLOS": 5,
    "restriction": "Master",
    "status": "Close"
  },
  {
    "hotelCode": "sample",
    "bookingLimit": 20,
    "date": "2018-04-12",
    "ratePlanCode": "CORP1",
    "roomTypeCode": "EKC",
    "minLOS": 1,
    "maxLOS": 14,
    "restriction": "Master",
    "status": "Open"
  },
  {
    "hotelCode": "sample",
    "bookingLimit": 10,
    "date": "2018-04-11",
    "ratePlanCode": "BAR",
    "roomTypeCode": "EKC",
    "minLOS": 1,
    "maxLOS": 5,
    "restriction": "Master",
    "status": "Open"
  },
  {
    "hotelCode": "sample",
    "bookingLimit": 4,
    "date": "2018-04-11",
    "ratePlanCode": "BAR",
    "roomTypeCode": "ETC",
    "minLOS": 1,
    "maxLOS": 5,
    "restriction": "Arrival",
    "status": "Close"
  },
  {
    "hotelCode": "sample",
    "bookingLimit": 3,
    "date": "2018-04-11",
    "ratePlanCode": "BAR",
    "roomTypeCode": "PRES",
    "minLOS": 1,
    "maxLOS": 5,
    "restriction": "Departure",
    "status": "Close"
  },
  {
    "hotelCode": "sample",
    "bookingLimit": 5,
    "date": "2018-04-11",
    "ratePlanCode": "BAR",
    "roomTypeCode": "SKW",
    "minLOS": 1,
    "maxLOS": 5,
    "restriction": "Master",
    "status": "Close"
  },
  {
    "hotelCode": "sample",
    "bookingLimit": 20,
    "date": "2018-04-11",
    "ratePlanCode": "CORP1",
    "roomTypeCode": "EKC",
    "minLOS": 1,
    "maxLOS": 14,
    "restriction": "Master",
    "status": "Open"
  }
]

Availability by Room Type Code

Method: GET
Path: /publishers/{publisherCode}/hotels/{hotelCode}/roomTypes/{roomTypeCode}/availability
Description: Get all availability for a publisher, hotel, room type and date range.

Sample Response

[
  {
    "hotelCode": "sample",
    "bookingLimit": 3,
    "date": "2018-04-13",
    "ratePlanCode": "BAR",
    "roomTypeCode": "PRES",
    "minLOS": 1,
    "maxLOS": 5,
    "restriction": "Departure",
    "status": "Close"
  },
  {
    "hotelCode": "sample",
    "bookingLimit": 3,
    "date": "2018-04-12",
    "ratePlanCode": "BAR",
    "roomTypeCode": "PRES",
    "minLOS": 1,
    "maxLOS": 5,
    "restriction": "Departure",
    "status": "Close"
  },
  {
    "hotelCode": "sample",
    "bookingLimit": 3,
    "date": "2018-04-11",
    "ratePlanCode": "BAR",
    "roomTypeCode": "PRES",
    "minLOS": 1,
    "maxLOS": 5,
    "restriction": "Departure",
    "status": "Close"
  }
]

Availability by Rate Plan Code

Method: GET
Path: /publishers/{publisherCode}/hotels/{hotelCode}/ratePlans/{ratePlanCode}/availability
Description: Fetch the availability for a given publisher, hotel, rate plan and date range.

Sample Response

[
  {
    "hotelCode": "sample",
    "bookingLimit": 20,
    "date": "2018-04-13",
    "ratePlanCode": "CORP1",
    "roomTypeCode": "EKC",
    "minLOS": 1,
    "maxLOS": 14,
    "restriction": "Master",
    "status": "Open"
  },
  {
    "hotelCode": "sample",
    "bookingLimit": 20,
    "date": "2018-04-12",
    "ratePlanCode": "CORP1",
    "roomTypeCode": "EKC",
    "minLOS": 1,
    "maxLOS": 14,
    "restriction": "Master",
    "status": "Open"
  },
  {
    "hotelCode": "sample",
    "bookingLimit": 20,
    "date": "2018-04-11",
    "ratePlanCode": "CORP1",
    "roomTypeCode": "EKC",
    "minLOS": 1,
    "maxLOS": 14,
    "restriction": "Master",
    "status": "Open"
  }
]
  • No labels