delete a Reservation Alert
PUT {{HostName}}/rsv/v1/hotels/{{HotelId}}/reservations/{{ReservationId}}
Request Body
{"reservations"=>[{"reservationIdList"=>[{"type"=>"Reservation", "id"=>"{{ReservationId}}"}], "alerts"=>[{"type"=>"Alert", "idContext"=>"OPERA", "id"=>"120560"}], "hotelId"=>"{{HotelId}}", "customReference"=>"", "preRegistered"=>false, "allowMobileCheckout"=>false}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
x-hotelId | string | ||
x-app-key | string | ||
Content-Type | string |