WSAccountActivitySummary - accountsIQ/API-Wiki GitHub Wiki
This structure represents a summary of the activity on some customers/suppliers.
WSAccountActivitySummary members
| Name | Type | Description |
|---|---|---|
| AccountID | Int32 | The unique account (customer or supplier) ID |
| AccountCode | String | The customer or supplier code. |
| Ledger | LedgerType | Sales|Purchases. Sales indicates a customer, Purchases a supplier. |
| NumberOfTransactions | int | The number of transactions that have happened (>0). |
| TotalGrossAmount | Decimal | The total gross amount, in the customer/supplier currency, of all the transactions that have happened. |