WSAllocationTransactionDTO - accountsIQ/API-Wiki GitHub Wiki
This structure represents the a transaction that has been paid, credited, refunded, etc.
WSAllocationTransactionDTO members
| Name | Type | Description |
|---|---|---|
| TransactionID | Int32 | The unique transaction identifier |
| TransactionType | String | The transaction type in short version (SI, SN, PC, PI, etc.) |
| InternalNumber | String | Transaction internal number. Unique per transaction type. |
| ExternalReference | String | External reference: this can be the transaction reference in a different filing system or a way to track back the provenance of the transaction. |
| AllocationEntries | WSAllocationEntryDTO[] | Collection of allocation details covering the allocations that have been linked to the transaction. If an invoice has received 3 payments, then there will be 3 entries in this collection for the current invoice. |
| AccountID | Int32 (nullable) | The Customer/Supplier internal id associated with this transaction |
| AccountCode | String | The Customer/Supplier Code |