Add an upsell to a reservation
POST {{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/upsell
Request Body
{"hotelId"=>"{{HotelId}}", "reservationId"=>{"type"=>"Reservation", "id"=>"{{ReservationId}}"}, "upsell"=>{"ruleId"=>{"id"=>"379", "type"=>"UpsellRuleId"}, "ratePlanCode"=>"BARBB", "roomType"=>{"roomType"=>"SUP"}, "firstNightAmount"=>{"amount"=>{"amount"=>440}}, "totalStayAmount"=>{"amount"=>{"amount"=>440}}, "rates"=>[{"date"=>"2021-03-15", "requiredAmount"=>{"amount"=>{"amount"=>440}}}]}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
x-hotelid | string | ||
x-app-key | string |