-
Notifications
You must be signed in to change notification settings - Fork 2
WSAllocationSummaryDTO
devaiq edited this page May 31, 2016
·
1 revision
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. |