Most recent edit on 2007-08-29 10:47:57 by LukeK
Additions:
35 vAPI_ar_close_auto_payment
| Input Name |
Required |
Type |
Max Length |
Details |
| $arg_array / company_id |
YES |
INT |
-- |
references: company_master.company_id |
| $arg_array / employee_id |
YES |
INT |
-- |
references: employee_master.employee_id |
| $arg_array / txn_id |
YES |
STRING |
64 |
references: auto_payment_register.txn_id |
| $arg_array / payment_type |
YES |
STRING |
2 |
references: auto_payment_register.payment_type |
| $arg_array / comment |
NO |
STRING |
32 |
references: auto_payment_register.comment |
| $dbconn |
YES |
DBHANDLE |
-- |
Database Connection |
None
Return to:
Deletions:
35 vAPI_ar_close_auto_payment
| Input Name |
Requred |
Type |
Max Length |
Details |
| $arg_array / company_id |
YES |
INT |
— |
references: company_master.company_id |
| $arg_array / employee_id |
YES |
INT |
— |
references: employee_master.employee_id |
| $arg_array / txn_id |
YES |
STRING |
64 |
references: auto_payment_register.txn_id |
| $arg_array / payment_type |
YES |
STRING |
2 |
references: auto_payment_register.payment_type |
| $arg_array / comment |
NO |
STRING |
32 |
references: auto_payment_register.comment |
| $dbconn |
YES |
DBHANDLE |
— |
Database Connection |
NONE
Return to:
Edited on 2007-08-23 15:05:02 by LukeK
Additions:
35 vAPI_ar_close_auto_payment
Deletions:
5 vAPI_ar_close_auto_payment
Oldest known version of this page was edited on 2007-08-23 15:04:49 by LukeK []
Page view:
5 vAPI_ar_close_auto_payment
Manually close auto-payment
Inputs:
| Input Name |
Requred |
Type |
Max Length |
Details |
| $arg_array / company_id |
YES |
INT |
— |
references: company_master.company_id |
| $arg_array / employee_id |
YES |
INT |
— |
references: employee_master.employee_id |
| $arg_array / txn_id |
YES |
STRING |
64 |
references: auto_payment_register.txn_id |
| $arg_array / payment_type |
YES |
STRING |
2 |
references: auto_payment_register.payment_type |
| $arg_array / comment |
NO |
STRING |
32 |
references: auto_payment_register.comment |
| $dbconn |
YES |
DBHANDLE |
— |
Database Connection |
Outputs:
NONE
Error Codes:
| PGQUERY |
Failed SQL query |
| NO_PERMISSION |
User has insufficient permissions |
Return to:
AR_API Reference