Response - Confirmation Number
The following is a sample of an Itinerary eBL response using a confirmation number. 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 description of the results of the request. |
<Travel> |
Begins the description of the passenger. |
<PassengerInformation> |
Lists the passenger's first and last name. The number is the passenger's location in the PNR. |
<Passengers>
</Passengers> |
SSRs (Special Service Request) are messages sent directly to the vendor to communicate traveler preferences or requirements |
|
Primary passenger's contact information. The telephone number attribute can have formatting characters (e.g., hyphens or periods). The <PhoneLocationType> attribute indicates the type of telephone number it is. A - Agency The <CityAbbr> attribute is a reference only field for the travel agents. There is no cross validation with the phone area code. It only indicates the city where the telephone number is located. |
<Telephones>
</Telephones> |
The primary passenger's address and is a required field. |
<Addresses>
</Addresses> |
Lists all Other Service Information for the PNR. |
<OSI>
</OSI> |
The Customer ID field (C-), or Customer Data field (Apollo only). This ensures travel agents do not have to review the terminal window to verify this data. |
<CustID>
</CustID> |
Ends the description of the passenger. |
</PassengerInformation> |
General PNR information, indicating: Travel Agent IATA number, agent duty code, and sign on PNR creation date Location where the booking was created. Original Booking location SATO number of the original booking location Customer ID Existing ETicket Prepaid Ticket Advance (PTA) If the PNR is currently being viewed by other agent(s). If the PNR has been end transacted by another agent while being viewed by this agent. If this is a borrowed or global PNR. |
<GeneralInformation BorrowedIndicator="N"
|
General PNR Remarks. The remark numbers do not necessarily mean anything, other than labeling the remark. |
|
General Invoice Remarks 3000 = Free text 3001 = DYO = Design your own (1V/1G) 3002 = FS- = Fare save (1G) = DS = Dollar save(1V) 3003 = CR- = Canned remark nos.(1V/1G) 3004 = PF- = PTA fee amount (1V) 3005 = NP- = Waived PTA fee amount (1V) 3006 = TK- = Manual ticket numbers (1V/1G) 3007 = CA- = Location,customer & selling agent (1V) 3008 = CA- = Back office branch & account number (1G) 3009 = AC- = Account number (1G) - same as SA on 1V 3010 = FT- = Free text (1G) 3011 = DEF = In foreign currency (DEFXX on 1V) 3012 = PT- = PTA number (1V) 3013 = SF- = Service fee (1V) 3014 = SA- = Customer number SA Account (1V) 3015 = SD- = Customer number (1V) 3016 = CD- = Customer number (1V) 3017 = G*RC/ = Routing code (1V - Canada only) 3018 = FA- = Faring Agent remark 3019 = PH- = Phone Field Override Remark |
</GeneralInformation> |
Fare information displays if the request had AdditionalFareInfo=1. A <Fare> displays for each unique fare that is in the itinerary. Within each <Fare> the passengers to which that fare applies are listed. |
<FareInformation>
</FareInformation> |
Begins the description of the flight segment of the itinerary. |
<FlightItems>
|
Lists all the information pertaining to the flight. This can include all or some of the following:
|
|
Supplier Confirmation |
</FlightItems> |
Begins the description of the car segment of the itinerary. |
<CarItems>
|
Lists all the information pertaining to a car reservation. This can include all or some of the following:
|
|
Describes any additional details pertaining to the car rental. |
|
Ends the description of the car segment of the itinerary. |
</CarItems> |
Begins the description of the hotel segment of the itinerary. |
<HotelItems>
|
Lists all the information pertaining to a hotel reservation. This can include all or some of the following:
|
|
Describes any additional details pertaining to the hotel rental. |
|
Ends the description of the hotel segment of the itinerary. |
</HotelItems> |
Begins the description of the passive segments of the itinerary. |
<PassiveSegments> |
Details any extra segments booked with the vendor that are associated with the passenger's itinerary. These can include tours, tickets, etc. |
|
Ends the description of the passive segments of the itinerary. |
</PassiveSegments> |
Details all the information that was encoded in the request and what the values are when decoded by Travel Codes Translator eBL. |
<Decode Version="1.0.200302242318" xmlns="">
</Decode> |
Details any requested segments that were not a part of the primary passenger's itinerary. |
<Warnings>
</Warnings> |
Ends the description of the results of the request. |
</Travel> |
Ends the response. |
</RetrieveTrip_RS> </ItineraryResult> </ItineraryResponse> |
You can convert the response to a Flight Information eBL request.