split Rate Plan Schedules
POST {{HostName}}/rtp/v1/hotels/{{HotelId}}/ratePlanSchedules/{{ScheduleId}}/split
Request Body
{"ratePlanSchedule"=>{"hotelId"=>"{{HotelId}}", "ratePlanCode"=>"{{RatePlanCode}}"}, "splitDetails"=>{"rateAmounts"=>{"onePersonRate"=>"199", "twoPersonRate"=>"199", "rateByAgeBuckets"=>[{"minimumAge"=>"0", "maximumAge"=>"3"}, {"minimumAge"=>"4", "maximumAge"=>"10"}, {"minimumAge"=>"11", "maximumAge"=>"17"}], "overrideFloorAmount"=>true}, "tierID"=>"1", "start"=>"2023-07-20", "end"=>"2023-08-20"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string | ||
x-hotelid | string | ||
x-app-key | string |