Response - Similar Names List
The following is a sample of the result for an Itinerary eBL response using a last name. You can download the XSD files, which define the way in which the request should be structured.
Explanation |
Code |
Indicates the namespace used. |
<ItineraryResponse |
|
<ItineraryResult> |
|
<RetrieveTrip_RS Version="1.0.200302242318" |
Begins the response. |
<Travel> |
Details each value returned from the Itinerary eBL request. This includes:
|
<SimilarNames>
</SimilarNames> |
Ends the description of the results of the request. |
</Travel> |
Ends the itinerary information and the PNR/BF profile. |
</RetrieveTrip_RS> </ItineraryResult> </ItineraryResponse> |
You can convert this response to a Flight Information eBL request.