Understanding an Itinerary - sjc5897/AFRS GitHub Wiki
The display for an individual itinerary is not intuitive. The display for one itinerary is price,n[,flight,origin,departure,destination,arrival]{1..n}.
- price is the price for the entire itinerary.
- n is the number of flights in the itinerary.
- flight is the flight number
- origin is the origin airport code for the flight
- departure is the departure time for the flight
- destination is the destination airport code for the flight
- arrival is the arrival time for the flight.
An itinerary can have multiple flights in it so the things in the brackets can be repeated. Itineraries are always on a new line. So each line in a query is one itinerary