Versions Compared

Key

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

...

Method: GET
Path: /publishers/{publisherCode}/hotels/{hotelCode}/availability?startDate={yyyy-MM-dd} or
Path: /publishers/{publisherCode}/hotels/{hotelCode}/availability?startDate={yyyy-MM-dd}&range={30NumberOfDays}
Description: Get all availability for a specific publisher, hotel and date range.

Sample Response

...

Method: GET
Path: /publishers/{publisherCode}/hotels/{hotelCode}/roomTypes/{roomTypeCode}/availability?startDate={yyyy-MM-dd} or
Path: /publishers/{publisherCode}/hotels/{hotelCode}/roomTypes/{roomTypeCode}/availability?startDate={yyyy-MM-dd}&range={30NumberOfDays}
Description: Get all availability for a publisher, hotel, room type and date range.

Sample Response

...

Method: GET
Path: /publishers/{publisherCode}/hotels/{hotelCode}/ratePlans/{ratePlanCode}/availability?startDate={yyyy-MM-dd} or
Path: /publishers/{publisherCode}/hotels/{hotelCode}/ratePlans/{ratePlanCode}/availability?startDate={yyyy-MM-dd}&range={30NumberOfDays}
Description: Fetch the availability for a given publisher, hotel, rate plan and date range.

...