add Reservation To Queue
PUT {{HostName}}/fof/v1/hotels/{{HotelId}}/queuedReservations/{{ReservationId}}
Request Body
{"reservationId"=>{"type"=>"Reservation", "idContext"=>"OPERA", "id"=>"{{ReservationId}}"}, "hotelId"=>"{{HotelId}}"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
x-hotelid | string | ||
x-app-key | string |