Skip Navigation

Add Accounting Line

2.0.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 Add Accounting Line (AddAccountingLineLLSRQ) service is used to add manual accounting lines to the Passenger Name Record (PNR).

Target Audience
Travel Agency
Airline Carrier
API Version
2.0.0
Authentication
Session Token
Service Action Code
AddAccountingLineLLSRQ

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

Please note that TravelItineraryReadRQ must be executed prior to calling AddAccountingLineLLSRQ, and the point of sale location that the client application is working in must also have accounting option 2 or 6 enabled via the Travel Journal Record (TJR).

Sample Request
<AddAccountingLineRQ TimeStamp="2015-04-09T14:30:00-06:00" Version="2.0.0">
    <AirAccountingLines>
        <InteractiveElectronicTicket>
            <FOP_One Type="CK"/>
            <ItinTotalFare>
                <BaseFare Amount="100.00"/>
                <Commission Amount="5.00"/>
                <Taxes>
                    <Tax Amount="8.00"/>
                </Taxes>
            </ItinTotalFare>
            <PersonName NameNumber="1.1">
                <GivenName>JOHN</GivenName>
                <Surname>D</Surname>
            </PersonName>
            <Ticketing eTicketNumber="28282828280" NumDocs="1" Tariff="D"/>
            <Type Info="ONE"/>
            <VendorPrefs>
                <Airline Code="DL"/>
            </VendorPrefs>
        </InteractiveElectronicTicket>
    </AirAccountingLines>
</AddAccountingLineRQ>
Sample Response
<AddAccountingLineRS Version="2.0.0">
    <stl:ApplicationResults status="Complete">
        <stl:Success timeStamp="2015-04-16T14:30:00-06:00"/>
    </stl:ApplicationResults>
</AddAccountingLineRS>