Add Tickets To Reservation
POST {{HostName}}/rsv/v0/hotels/{{HotelId}}/reservations/{{ReservationId}}/tickets
To first find available tickets to sell to a guest, use the operations - getPackages in Rate module - get Reservation Packages Group Items LOV (in ListOfValues module).
Request Body
{"tickets"=>[{"packageCode"=>"TICKETS1", "description"=>"ticket for ABC Concert", "price"=>"88", "quantity"=>1}], "hotelId"=>"{{HotelId}}"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
x-app-key | string | ||
x-hotelId | string |