WSAllocationSummaryDTO - accountsIQ/API-Wiki GitHub Wiki
This structure represents the allocations that have happened on the system for a given company.
WSAllocationSummaryDTO 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. |
| Allocations | WSAllocationTransactionDTO[] | A collection of information record on the transactions that have been allocated. |