Skip to content

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

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.
Clone this wiki locally