set Daily Rate Plan Schedule Range
PUT {{HostName}}/rtp/v1/hotels/{{HotelId}}/ratePlans/{{RatePlanCode}}/dailySchedules
Use this operation to add a package (such as Breakfast, or box of chocolated) to a rate plan.
Request Body
{"dailyRateScheduleRange"=>{"hotelId"=>"{{HotelId}}", "ratePlanCode"=>"{{RatePlanCode}}", "roomTypes"=>["SUP", "ECO"], "dateRange"=>{"timeSpan"=>{"startDate"=>"2023-10-08", "endDate"=>"2023-10-31"}, "sunday"=>true, "monday"=>true, "tuesday"=>true, "wednesday"=>true, "thursday"=>true, "friday"=>true, "saturday"=>true}, "incrementFlag"=>false, "rateAmounts"=>{"onePersonRate"=>"200", "twoPersonRate"=>"200", "extraPersonRate"=>"45", "overrideFloorAmount"=>false}}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string | ||
x-hotelid | string | ||
x-app-key | string |