Operational Integration
Update flights, get Loads of existing flights and more
Operational integration is an option given to airlines to integrate additional features like advanced planning tools and more.
Operational features can be accessed by airline access only. The information provided is restricted only for airline purpose usage.
Example implementations:
- Crew management
- Advanced check-in procedures
- Reporting tools
- and more...
List of methods
Here is a list of methods, the list is updated from time to time with additional methods according to airline requests or changes and additions made to the system.
Method | Details |
---|---|
getPassengersByFlight | This method will give you a list of passengers according to a flight number and date |
getLoads | This request will give you a list of loads on flights according to the legs of each flight |
updatePassenger | This method will change the information about the passenger |
getPaxDetailsByCharter | This method will give you a list of passengers according to a charter date. |
getPassengerDetail | This method will give you a list of passengers according to a flight id and pax token |
getCustomer | This method allows you to retrieve customers details by email address. |
getPassengerIdentifierByName | This method allows you to search for a passenger by name in a specific flight |
getPassengerIdentifierByNameMulti | This method allows you to search for a passenger on multiple flights according to origin of flight |
getPassengerIdentifiersByBookingReference | This method allows you to search for passengers according to booking reference on a specific flight |
getAllFlightsFromOrigin | This method allows you to get all flights departing from an origin |
getSeatMap | The method will return the flight seat map |
getTailList | This method will give you a list of all the tails (aircraft registrations) in the airline |
pullQueue | This method will allow you to see all information that is in your queue of changes |
Updated over 5 years ago