AeroCRS Network
The API allows you to integrate a full booking process on the airline
AeroCRS Network allows you to sign one agreement with AeroCRS and then get the option to book many airlines at one call, without the need to sign an agreement with every airline individually.
With AeroCRS Network, you gain access immediately to many airlines, you also get commissions for bookings which you will do on the airlines.
Customers of you which book on AeroCRS Network, will be able to go to airline's website and manage their booking from the airline website's interface without the need to contact you for any clarifications etc.
You are also able to state if you would like the airline to be the one to send a ticket to the end-customer (without prices).
List of methods to implement
Here you will see the list of methods to implement in order to establish a full booking process connection to AeroCRS Network
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. |
createBooking | This method will create a booking according to one or more flight id. |
confirmBooking | This method will confirm a booking according to a booking id. |
makePayment | This method will allow you to pay a booking using a valid credit card number and details. |
ticketBooking | The method will allow you to ticket a confirmed booking. |
getBooking | This method will give you the booking details according to the booking confirmation |
cancelBooking | The method will allow you to cancel a booking |
Updated over 6 years ago