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.

   <Flight airline="HP"

Indicates Booking Indicator Code, or Class of Service.

    bic="Q"

Indicates the flight number for the requested flight.

    number="216"

Indicates the departure date of the requested flight.

    date=”2005-10-13”

Indicates the departure city of the requested flight.

    orig="LAS"

Indicates the destination city of the requested flight.

    dest="EWR"/>

Ends the flight information request.

</Flights>

 

</GWS_FlightInformationRQ>