FinancialReportModel
Represents a Financial 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 financial report
reportEndDate
The end date of the financial report
reportCreatedDate
The created date of the financial report
Optional Fields
reportName
string, nullable
The name of the report ("Report Type for Company")
rows
FinancialReportRowModel[], nullable
The rows of the financial report
Updated 20 days ago