Flight Information eBL Request
To view the request sample with additional annotation, go to the annotated version.
Note:
The following is a sample of a Flight Information eBL request.
<GWS_FlightInformationRQ TransLog="0" returnFlightServiceInfo="1">
<Flights>
<Flight airline="HP" bic="Q" date="2005/10/13" dest="EWR" number="216" orig="LAS"/>
</Flights>
</GWS_FlightInformationRQ>
Explanation |
Code |
Begins the Flight Information eBL request. Submit 1 to return Flight Service Information. |
<GWS_FlightInformationRQ TransLog="0" returnFlightServiceInfo="1"> |
Begins the list of flights. |
|
You can request information for multiple flights by adding additional <Flight> elements. |
|
A two-character airline code. This code must be in uppercase. See Supported Airlines to view the list of supported airline codes. |
|
BIC (Booking Indicator Code) is the same as Class of Service. |
|
Enter the flight number. |
|
Enter the date in YYYY/MM/DD format. |
|
Enter the three-character city code for the origin. This code must be in uppercase. |
|
Enter the three-character city code for the destination. This code must be in uppercase. |
|
Ends the request. |
</GWS_FlightInformationRQ> |