Common Workflows-Search Availability by Room Number

Number of APIs: 3

  1. 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}}

  2. Create a new reservation with roomId POST {{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations

  3. 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}}