post ReservationLinks
POST {{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations/linkedReservations/{{ReservationId}}
To unlink reservations in OPERA
Request Body
{"reservationIdList"=>[{"id"=>"{{ReservationId2}}", "type"=>"Reservation"}], "linkToReservationId"=>{"id"=>"{{ReservationId}}", "type"=>"Reservation"}, "responseInstruction"=>{"fetchLinkedReservations"=>true}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
x-hotelid | string | ||
x-app-key | string |