03. Booking - getHotelAvailability
GET {{HostName}}/par/v0/hotels/{{HotelId}}/availability?roomStayStartDate={{currentdate}}&roomStayEndDate={{currentdateplus1}}&adults=1&children=0&roomStayQuantity=1&limit=10&ratePlanCode={{RatePlanCode}}
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
roomStayStartDate | string | ||
roomStayEndDate | string | ||
adults | number | ||
children | number | ||
roomStayQuantity | number | ||
limit | number | ||
ratePlanCode | string |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
x-hotelid | string | ||
x-app-key | string |