Request - Confirmation Number
The following is a sample of the schema for an Itinerary eBL request using a confirmation number. You can download the XSD files, which define the way in which the request should be structured.
To view the request sample without annotation, go to the unannotated version.
Explanation |
Code |
Begins the itinerary request. |
<RetrieveTrip_RQ |
Returns fare information. Use zero if you do not want fare information. |
AdditionalFareInfo="1" |
Returns a description of the passenger's air segment, if available. |
AdditionalAirSegmentInfo="1" |
Returns a description of the passenger's car segment, if available. |
AdditionalCarSegmentInfo="1" |
Returns a description of the passenger's hotel segment, if available. |
AdditionalHotelSegmentInfo="1" |
Returns a description of the passenger's W3 segment, if available. |
AdditionalW3SegmentInfo="1" |
Decodes any information that was requested to be encoded. |
DecodeItems="true" |
Displays the passenger's complete itinerary. Only applies when a customer supplies a session ID. |
DisplayItinerary="true"> |
Enter the confirmation number. |
<RecordLocator>WJ406G</RecordLocator> |
For direct flights with more than one leg, this retrieves additional info regarding flight time for: Total flying time for each leg and for this flight |
<AdditionalInfo>
</AdditionalInfo> |
Ends the itinerary information and the confirmation number profile. |
</RetrieveTrip_RQ> |
To view the response for this request, see Sample Response.