post Combine Share Reservations
POST {{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}/shares
To create share reservaiton in OPERA by comibining another reservation
Request Body
{"criteria"=>{"combineShareInstruction"=>{"distributionType"=>"Full", "overrideInventoryCheck"=>true, "roomMoveCheckedinResv"=>true, "overrideMaxOccupancyCheck"=>true}, "hotelId"=>"{{HotelId}}", "shareToReservation"=>{"reservationIdList"=>[{"id"=>"718682", "type"=>"Reservation"}]}, "existingReservationId"=>{"id"=>"720933", "type"=>"Reservation"}}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
x-hotelid | string | ||
x-app-key | string |