copy Rate Plans
PUT {{HostName}}/rtp/v1/hotels/{{HotelId}}/ratePlans/{{RatePlanCode}}/copy
Request Body
{"criteria"=>{"copyRatePlans"=>{"copyRatePlan"=>[{"targets"=>[{"ratePlanCodes"=>[{"code"=>"NEWCODE2", "description"=>"New rate plan description"}], "hotelId"=>"{{HotelId}}"}], "ratePlanCode"=>"{{RatePlanCode}}"}], "hotelId"=>"{{HotelId}}"}, "includeRateDetails"=>false, "includePackages"=>false, "includeNegotiatedRates"=>false, "includeRateFloor"=>false}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string | ||
x-hotelid | string | ||
x-app-key | string |