Put Reservation Rotation Points Details
PUT {{HostName}}/rmr/v1/hotels/{{hotelId}}/reservations/{{reservationId}}/rooms/{{roomId}}/reservationRotationPointsDetails
Request Body
{"reservationRotationPointsDetailsList"=>{"reservationRotationPointsDetails"=>[{"startDate"=>"2023-10-25", "endDate"=>"2023-10-26", "type"=>"PerNight", "currentPoints"=>"10", "adjustPointsTo"=>"8", "adjustmentReason"=>{"code"=>"MGMT", "description"=>"Adjust Management Fee"}}, {"startDate"=>"2023-10-25", "endDate"=>"2023-10-26", "type"=>"PerRevenue", "currentPoints"=>"100", "adjustPointsTo"=>"50", "adjustmentReason"=>{"code"=>"RATE", "description"=>"Adjust Room Rate"}}, {"startDate"=>"2023-10-25", "endDate"=>"2023-10-26", "type"=>"PerStay", "currentPoints"=>"100", "adjustPointsTo"=>"75", "adjustmentReason"=>{"code"=>"TAX", "description"=>"Adjust Tax Withholding"}}]}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string | ||
x-hotelid | string | ||
x-app-key | string |