put Deposit Policy
PUT {{HostName}}/rsv/v1/hotels/{{HotelId}}/depositPolicies
Request Body
{"policy"=>{"hotelId"=>"{{HotelId}}", "reservationId"=>{"type"=>"Reservation", "id"=>"{{ReservationId}}"}, "revenueType"=>"Rooms", "policy"=>{"amountPercent"=>{"percent"=>"52", "amount"=>"260"}, "deadline"=>{"absoluteDeadline"=>"2023-09-16"}, "manual"=>false}, "comments"=>"Full Deposit comment can go here", "policyId"=>{"type"=>"PolicyScheduleId", "id"=>"514069"}}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
x-hotelid | string | ||
x-app-key | string |