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

KeyDatatypeRequiredDescription
Content-Typestring
x-app-keystring
x-hotelIdstring