TrialBalanceReportModel
Represents a Trial Balance Report
Methods
The following API methods use this data model.
Required Fields
groupKey
The GroupKey uniquely identifies a single Lockstep Platform account. All records for this
account will share the same GroupKey value. GroupKey values cannot be changed once created.
For more information, see Accounts and GroupKeys.
reportStartDate
The start date of the trial balance report
reportEndDate
The end date of the trial balance report
reportCreatedDate
The created date of the trial balance report
Optional Fields
reportName
string, nullable
The name of the report ("Trial Balance for Company")
rows
TrialBalanceReportRowModel[], nullable
The rows of the trial balance report
Updated 11 months ago