-
Notifications
You must be signed in to change notification settings - Fork 2
WSTrialBalance
Danko Sačer edited this page Jul 11, 2019
·
3 revisions
This structure represents a trial balance.
WSTrialBalance members
| Name | Type | Description |
|---|---|---|
| FinancialYear | Int32 | The financial year for which the trial balance was run. |
| PeriodName | String | The name of the period within a given financial year, for which the trial balance was run. |
| PeriodNumber | Int32 | The number of the period within a given financial year, for which the trial balance was run. |
| Balances | [WSBalance] | Detail of the trial balance split by GL Account Code. |