|
als_insert_payment.cgi |
Top Previous Next |
|
Description The als_insert_payment.cgi interface inserts a payment in the AL-Desk payments table. Payments can then be applied via the AL-Desk Client.
Note: when writing vouchers payments are automatically created so there is currently no need to use this call.
As is normal for all Put calls a valid webusercode is required.
Example Usage
http://127.0.0.1/als_insert_payment.cgi?webusercode=1&amount=100.47&client=100437&reference='apply to helicopter rides'
Inputs
Returned Fields are echoed back to confirm inputs
XML Example
<?xml version="1.0" encoding="utf-8" ?> - <payment> - <Inputs> <Param webusercode="1" /> <Param client="100437" /> <Param amount="100.00" /> </Inputs> - <data> <row seq="2007" controlno="-1" datevalue="" timevalue="" paytype="1" amount="100" issuedby="1" referencevalue="" issueddesk="1" client="100437" /> </data> </payment> |