Availability and Fares
Get flights availability and fares and redirect customers to airline for booking
In this type of integration, you are responsible for creating the search engine widget, making the search using the API and displaying the information to your customers, you will then be able to redirect the customer to the airline website to do a booking.
Method | Details |
---|---|
getAirlines | The method will allow you to receive the list of airlines hosted by AeroCRS. |
getDestinations | The method will allow you to receive the list of destinations served by AeroCRS airlines. |
getSchedule | This method will give you a list of served routes by airline |
getFlights | The method will allow you to get a list of flights over all the airlines which host their inventory on AeroCRS. |
Updated over 6 years ago