als_get_transaction_types.cgi

Top  Previous  Next

Description

The als_get_transaction_types.cgi interface all retrieve all transaction types used on vouchers

 

Example Usage              http://www.alstracker.dnsalias.com/aldesk/als_get_transaction_types.cgi

 

No inputs

 

Returned Fields

#

Field Name

Description

Data Type

1

Code

AL-Desk Associated Hotel Code

Integer

2

TransactionType

Name of the Transaction Type

String

 

Example XML

 

 

<?xml version="1.0" encoding="utf-8" ?> 

- <root> 

- <transactiontypes> 

<row code="1" transactiontype="Voucher" /> 

<row code="2" transactiontype="Referral" /> 

<row code="3" transactiontype="Balance Due" /> 

</transactiontypes> 

</root>