Search hotel availability by Room Type
GET {{HostName}}/par/v1/hotels/{{HotelId}}/availability?roomStayStartDate={{currentdate}}&roomStayEndDate={{currentdateplus1}}&roomStayQuantity=2&adults=1&children=0&limit=5&roomType={{RoomTypeCode}}
Request Params
| Key | Datatype | Required | Description |
|---|---|---|---|
roomStayStartDate | string | ||
roomStayEndDate | string | ||
roomStayQuantity | number | ||
adults | number | ||
children | number | ||
limit | number | ||
roomType | string |
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Content-Type | string | ||
x-hotelid | string | ||
x-app-key | string |