post Reservation Tickets

POST {{HostName}}/rsv/v1/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"=>"TICKET1", "description"=>"ticket for ABC Concert", "price"=>"0", "quantity"=>1}], "reservationId"=>{"type"=>"Reservation", "id"=>"{{ReservationId}}"}, "hotelId"=>"{{HotelId}}"}

HEADERS

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