|
als_get_vouchers.cgi |
Top Previous Next |
|
Description The als_get_vouchers.cgi interface will retrieve voucher information.
Example Usage http://www.alstracker.dnsalias.com/aldesk/als_get_vouchers.cgi?voucher=20578
Vouchers can be identified by either the primekey (seq) or by using the client:Integer identifier along with the voucher number. When editing a voucher with AL-Desk, the Client Identifier along with a voucher number that is unique for that client is used.
A voucher can be uniquely identified by one of two methods
Inputs
Returned Fields
Example XML
<?xml version="1.0" encoding="utf-8" ?> - <root> - <vouchers> <row voucher="20578" blockno="19" product="1" productname="Hana/Haleakala- A Star" quantity="3" actdate="11/18/2005" clientname="Gater, Duke" agencyname="Mike Grinberg" prodrate="1" prodratename="Adult" locationname="Maui" agency="58" issuedate="11/5/2005" total="609.54" retailrate="189" tax="14.18" vendorrate="189" grossrate="203.18" giftdiscount="0" netrate="203.18" /> </vouchers> </root> |