Skip Navigation

Get Itinerary History

2.3.0
Air
Reservation
SOAP API
Travel Agency
Airline Carrier

Not Signed In.

Looks like you may not have access to all of the resources and documentation for this page.
Please log-in or contact your support desk team if you believe you should have access.

 The Get Itinerary History (TravelItineraryHistoryLLSRQ) is used to retrieve historical information for a specific Passenger Name Record (PNR).

Target Audience
Travel Agency
Airline Carrier
API Version
2.3.0
Authentication
Session Token
Service Action Code
TravelItineraryHistoryLLSRQ

For additional information please refer to the Format Finder Help System reference: pnrov340.

Sample Request
<TravelItineraryHistoryRQ Version="2.3.0">
    <UniqueID ID="ABC123"/>
</TravelItineraryHistoryRQ>
Sample Response
<TravelItineraryHistoryRS Version="2.3.0">
    <stl:ApplicationResults status="Complete">
        <stl:Success timeStamp="2011-12-08T15:25:37-06:00"/>
    </stl:ApplicationResults>
    <HistoricalInfo RPH="1">
        <ItineraryInfo>
            <ReservationItems>
                <Item RPH="1">
                    <FlightSegment Action="XS" ArrivalDateTime="04-29T10:40" DepartureDateTime="04-29T06:00" eTicket="true" FlightNumber="2032" NumberInParty="02" ResBookDesigCode="Y" Status="HKNN">
                        <DestinationLocation LocationCode="DFW"/>
                        <MarketingAirline Code="AA" FlightNumber="2032"/>
                        <OriginLocation LocationCode="LAS"/>
                        <SupplierRef ID="DCAA*DVDMYA"/>
                    </FlightSegment>
                </Item>
            </ReservationItems>
        </ItineraryInfo>
        <ItineraryRef>
            <Source AAAPseudoCityCode="IH9A" CreateDateTime="2011-12-05T16:06" CreationAgent="W1" PseudoCityCode="IH9A" ReceivedFrom="P"/>
        </ItineraryRef>
    </HistoricalInfo>
    <HistoricalInfo RPH="2">
        <ItineraryInfo>
            <ReservationItems>
                <Item RPH="3">
                    <Vehicle Action="AS" Status="HK" Type="CAR">
                        <ConfirmationNumber>SZZZ000A4D-</ConfirmationNumber>
                        <VehRentalCore PickUpDateTime="04-22T09:00" Quantity="01" ReturnDateTime="04-24T12:00">
                            <LocationDetails LocationCode="DFW"/>
                        </VehRentalCore>
                        <VehVendorAvail>
                            <VehResCore>
                                <PricedEquip>
                                    <Equipment EquipType="ECAR" Quantity="01"/>
                                </PricedEquip>
                                <RentalRate Changed="C" GuaranteedQuoted="G" RateCode="D3" STM_RatePlan="D3">
                                    <Vehicle>
                                        <VehType>ECAR</VehType>
                                    </Vehicle>
                                </RentalRate>
                                <VehicleCharges>
                                    <VehicleCharge Amount="USD12.00 UNL DY XD30.00 UNL XH10.00 UNL">
                                        <ChargeDetails>
                                            <ApproximateTotalCharge Amount="12.00" MileageAllowance="UNL" RateType="DAILY RATE"/>
                                            <ApproximateTotalCharge Amount="10.00" MileageAllowance="UNL" RateType="EXTRA HOUR"/>
                                            <ApproximateTotalCharge Amount="30.00" MileageAllowance="UNL" RateType="EXTRA DAY"/>
                                            <ApproximateTotalCharge Amount="79.65" MileageAllowance="UNL" NumDays="3" NumHours="0" RateType="APPROXIMATE TOTAL PRICE" TotalMandatoryCharges="43.65"/>
                                        </ChargeDetails>
                                        <Commission Amount="4.32" Percent="12.000"/>
                                        <Mileage CurrencyCode="USD"/>
                                    </VehicleCharge>
                                </VehicleCharges>
                            </VehResCore>
                            <Vendor Code="EZ"/>
                        </VehVendorAvail>
                    </Vehicle>
                </Item>
            </ReservationItems>
        </ItineraryInfo>
        <ItineraryRef>
            <Source AAAPseudoCityCode="IH9A" CreateDateTime="2011-12-05T15:56" CreationAgent="W1" PseudoCityCode="IH9A" ReceivedFrom="P"/>
        </ItineraryRef>
    </HistoricalInfo>
</TravelItineraryHistoryRS>