Skip Navigation

Add Accounting Line

2.0.0
Air
Reservation
SOAP API
Travel Agency
Airline Carrier
  • The API version 2.0.0 has been updated to allow addition of free text information for below accounting line types: …AirAccountingLines/InteractiveElectronicTicket/Text. …AirAccountingLines/NonInteractiveElectronicTicket/Text. …AirAccountingLines/PaperTicket/Text. …ExchangeDocument/Text. …RefundDocument/InteractiveElectronicTicket/Text. …RefundDocument/NonInteractiveElectronicTicket/Text. …RefundDocument/PaperTicket/Text
  • (06/23/22) The API version 2.0.0 has been updated to allow addition of PersonName element for AccountableDocument

API Information

Format
XML
Current Version
2.0.0
Environment
Production

What's New

  • The API version 2.0.0 has been updated to allow addition of free text information for below accounting line types: …AirAccountingLines/InteractiveElectronicTicket/Text. …AirAccountingLines/NonInteractiveElectronicTicket/Text. …AirAccountingLines/PaperTicket/Text. …ExchangeDocument/Text. …RefundDocument/InteractiveElectronicTicket/Text. …RefundDocument/NonInteractiveElectronicTicket/Text. …RefundDocument/PaperTicket/Text
  • (06/23/22) The API version 2.0.0 has been updated to allow addition of PersonName element for AccountableDocument

Functional Updates And Enhancements

In the Request

Optional

Parameter: Text

Type: string

Description: Used to add free text information.

Sample Value:

...
<InteractiveElectronicTicket>
<FOP_One Type="CK">
<CC_Info>
<PaymentCard Code="VI" Number="4123412341234123"/>
</CC_Info>
</FOP_One>
<FOP_Two Type="CK">
<CC_Info>
<PaymentCard Code="VI" Number="4123412341234123"/>
</CC_Info>
</FOP_Two>
<ItinTotalFare>
<BaseFare Amount="100.00"/>
<Commission Amount="0.00"/>
<Taxes>
<Tax Amount="2.00" Code="C"/>
</Taxes>
</ItinTotalFare>
<ItinTotalFareFOP_Two>
<BaseFare Amount="100.00"/>
<Commission Amount="0.00"/>
<Taxes>
<Tax Amount="8.00"/>
</Taxes>
</ItinTotalFareFOP_Two>
<PersonName NameNumber="1.1">
<GivenName>JOHN</GivenName>
<Surname>D</Surname>
</PersonName>
<Ticketing eTicketNumber="28282828280"/>
<Type Info="ONE"/>
<VendorPrefs>
<Airline Code="XX"/>
</VendorPrefs>
<Text>TEST</Text>
</InteractiveElectronicTicket>
...