Common Workflows-Create a Standard Rate
Number of APIs: 9
-
Get Rate Categories for a property GET {{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/rateCategories
-
Get Room Types for a property GET {{HostName}}/lov/v1/listOfValues/hotels/{{HotelId}}/resortRoomTypes?includeInactiveFlag=false
-
Create a new Rate Plan POST {{HostName}}/rtp/v0/hotels/{{HotelId}}/ratePlans
-
Add packages to a Rate Plan POST {{HostName}}/rtp/v0/hotels/{{HotelId}}/ratePlans/{{RatePlanCode}}/packages
-
Update an existing Rate Plan PUT {{HostName}}/rtp/v0/hotels/{{HotelId}}/ratePlans/{{RatePlanCode}}
-
Get Room types available to add rate schedules GET {{HostName}}/lov/v1/listOfValues/{{Name}}?parameterName=RatePlanCode¶meterValue={{RatePlanCode}}&includePseudo=Y¶meterName=HotelCode¶meterValue={{HotelId}}
-
Create Rate Plan Schedules with a package POST {{HostName}}/rtp/v0/hotels/{{HotelId}}/ratePlans/{{RatePlanCode}}/schedules
-
Update a Rate Plan Schedule PUT {{HostName}}/rtp/v0/hotels/{{HotelId}}/ratePlans/{{RatePlanCode}}/schedules
-
Get existing Rate Plan Schedules GET {{HostName}}/rtp/v1/hotels/{{HotelId}}/ratePlans/{{RatePlanCode}}/schedules?tierId=1&startDate=2022-01-01