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  
xmlns="http://webservices.galileo.com/Itinerary">

 

<ItineraryResult>

 

<RetrieveTrip_RS Version="1.0.200302242318"
xmlns="http://ns.galileo.com">

Begins the response.

<Travel>

Details each value returned from the Itinerary eBL request. This includes:

  • Departure Date

  • Passenger Name

  • Confirmation Number (Record Locator)

<SimilarNames>

   <Trip DepartureDate="2003-05-09"
 PassengerName="JONES/TOM"  
 RecordLocator="ZSCG6Y"/>

   <Trip DepartureDate="2003-06-10"
 PassengerName="JONES/TOM"
 RecordLocator="ZRLZHG"/>

   <Trip DepartureDate="2003-08-20"
 PassengerName="JONES/TOM"
 RecordLocator="ZXLM3G"/>

   <Trip DepartureDate="2003-10-04"
 PassengerName="JONES/TOM"
 RecordLocator="M47FR4"/>

</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.