Syntax
MoneyTransaction(AccountID As Long, TransType As Integer, Amount As Double, Description As String, UserDefinedDate As String) As String
Description
The MoneyTransaction operation is used to make any money transaction (Deposit, Withdrawal, Adjustment, Credit in, Credit out ) at a specific account.
Request Parameters
Name | Description | Required |
AccountID |
|
Yes |
TransType |
|
Yes |
Amount |
|
Yes |
Description |
|
Yes |
UserDefinedDate |
|
Yes |
Response Elements
Name | Description |
Result | The operation returns the money transaction ticket number in case of success, otherwise, an explicit error code is returned. |
See Also