Syntax
Function GetMoneyTransaction(AccountID As long) As String
Description
The GetMoneyTransaction operation is used to get All money transactions for a given account number.
Request Parameters
| Name | Description | Required |
| AccountID |
|
Yes |
Response Elements
| Name | Description |
| DateTime | This operation returns a Composite JSON object of the type MoneyTransaction. In case of success. The following are the MoneyTransaction Data member:Transaction Date Time |
| AccountTransactionType | Account Transaction Type 1 Deposit -1 Withdrawal 2 Adjustment 3 Credit In -3 Credit Out -4 Delivery |
| AccountID | Account ID |
| TicketID | Transaction Ticket ID |
| AccountTransaction | Account Transaction As String (Deposit, Withdrawal, Adjustment, Credit In, Credit Out, Delivery) |
| Amount | Transaction Amount |
| Description | Transaction Description |
See Also