Common Workflows-Add Tickets to a Reservation
Number of APIs: 4
-
Add Tickets To Reservation POST {{HostName}}/rsv/v0/hotels/{{HotelId}}/reservations/{{ReservationId}}/tickets
-
Get existing tickets on a reservation GET {{HostName}}/rsv/v0/hotels/{{HotelId}}/reservations/{{ReservationId}}/tickets?retrieveIssuedOnly=false&retrieveNotIssuedOnly=false
-
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}}
-
Update existing Ticket on a reservation PUT {{HostName}}/rsv/v0/hotels/{{HotelId}}/reservations/{{ReservationId}}/tickets