Common Workflows-Search Availability and Book a Reservation in OPERA Cloud
Number of APIs: 10
-
Cancel a reservation POST {{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/cancellations
-
Search hotel availability GET {{HostName}}/par/v0/hotels/{{HotelId}}/availability?roomStayStartDate={{currentdate}}&roomStayEndDate={{currentdateplus1}}&roomStayQuantity=2&adults=1&children=0&limit=5
-
Get rate plan Details including the long description GET {{HostName}}/par/v0/hotels/{{HotelId}}/rates/{{RatePlanCode}}
-
Get source codes for a property GET {{HostName}}/lov/v1/listOfValues/{{Name}}?parameterName=HotelCode&includeInactiveFlag=false¶meterValue={{HotelId}}
-
Get available guarantee policies GET {{HostName}}/par/v0/hotels/{{HotelId}}/guarantees?hotelId={{HotelId}}&ratePlanCode={{RatePlanCode}}&arrivalDate={{currentdate}}
-
Get payment methods, such as cash, Visa etc GET {{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/paymentMethods?includeInactiveFlag=false
-
Get reservation packages GET {{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/adults/{{Adults}}/children/{{Children}}/arrival/{{arrival}}/departure/{{departure}}/reservationPackages
-
Search for a guest profile GET {{HostName}}/crm/v0/profiles?profileName=Smith&profileType=Guest&summaryInfo=true&searchType=Any&fetchInstructions=Comment
-
Create a new reservation with a package POST {{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations
-
Get available packages GET {{HostName}}/rtp/v0/packages?fetchInstructions=Header&fetchInstructions=Items&startDate=2021-04-07&endDate=2021-04-08&children=0&adults=1&hotelId={{HotelId}}&packageCode=CHAMP