Sample Request
The following is a sample of the schema for an Flight Information eBL request. To view the request sample without annotation, go to the unannotated version.
Itinerary eBL responses can be converted to Flight Information eBL requests.
Explanation |
Code |
Indicates the namespace used. Flight Service information requested. |
<GWS_FlightInformationRQ TransLog="0" returnFlightServiceInfo="1"> |
Begins the flight information request. |
<Flights> |
Indicates the airline code for the requested flight. |
|
Indicates Booking Indicator Code, or Class of Service. |
|
Indicates the flight number for the requested flight. |
|
Indicates the departure date of the requested flight. |
|
Indicates the departure city of the requested flight. |
|
Indicates the destination city of the requested flight. |
|
Ends the flight information request. |
</Flights> |
|
</GWS_FlightInformationRQ> |