GL Stats
Summary
Tracks the total number of GL journals and lines for a given fiscal year.
Data Definitions
Company
Data Type | Field Name | Rules | About |
---|---|---|---|
String | fiscalYear | Zero or One | Represents the fiscal year for which financial data is being tracked. The fiscal year is typically a 4-digit number indicating the year in which the fiscal period ends (e.g., 2024). |
Decimal | journalsCount | Zero or One | The total count of journals. |
Decimal | journalItemsCount | Zero or One | The total count of journal items. |
DateTime | capturedOn | Zero or One | The date and time when the GL statistics were captured. This field indicates when the data was polled or captured, providing a timestamp for the accuracy of the statistics. |
Note omitted fields: attributeField, extendedBy, externalIdentity, recordedBy, sourceSystemCode, sourceSystemId, uniqueText
Sample JSON
{
"@type": "GLAccountStats",
"fiscalYear": "2025",
"journalsCount": "766",
"journalItemsCount": "3926",
"capturedOn": "2024-10-03T15:30:00Z"
}