Get a list of hotel rooms available by date range
GET {{HostName}}/fof/v1/hotels/{{HotelId}}/rooms?hotelRoomStartDate=2022-11-21&hotelRoomEndDate=2022-11-22&roomType={{RoomTypeCode}}
To fetch rooms from OPERA
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
hotelRoomStartDate | string | ||
hotelRoomEndDate | string | ||
roomType | string | ||
roomFeatureCode | string | ||
reservationId | string |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
x-hotelid | string | ||
x-app-key | string |