Common Workflows-Add Tickets to a Reservation

Number of APIs: 4

  1. Add Tickets To Reservation POST {{HostName}}/rsv/v0/hotels/{{HotelId}}/reservations/{{ReservationId}}/tickets

  2. Get existing tickets on a reservation GET {{HostName}}/rsv/v0/hotels/{{HotelId}}/reservations/{{ReservationId}}/tickets?retrieveIssuedOnly=false&retrieveNotIssuedOnly=false

  3. Search For Available Tickets GET {{HostName}}/rtp/v0/packages?includeGroup=true&sellSeparate=true&startDate=2022-03-16&endDate=2022-03-21&adults=1&children=0&fetchInstructions=Header&fetchInstructions=CalculatedPrice&fetchInstructions=Items&ticketPostingRhythm=true&hotelId={{HotelId}}

  4. Update existing Ticket on a reservation PUT {{HostName}}/rsv/v0/hotels/{{HotelId}}/reservations/{{ReservationId}}/tickets