The Trial Balance Object
A trial balance is a list of all the general ledger accounts contained in the ledger of a business. This list will contain the name of each nominal ledger account and the value of that nominal ledger balance.
From the Trial Balances endpoint, you can retrieve a business's cash or accrual-based trial balance at a single point in time since inception.
All trial balances are part of an array of reports. See Reports data type for more details on the report structure and its meta-data.
Field | Type | Description |
---|---|---|
section sortable, filterable | string | Railz normalized account classification. See Accounts. |
subSection sortable, filterable | string | Railz normalized account classification. See Accounts. |
group sortable, filterable | string | Railz normalized account classification. See Accounts. |
subGroup sortable, filterable | string | Railz normalized account classification. See Accounts. |
accountId sortable, filterable | string | Id of the account in the accounting service provider. |
account sortable, filterable | string | Name of the account in the accounting service provider. |
subAccountId | Id of the sub-account in the accounting service provider. | |
subAccount | string | Name of the sub-account in the accounting service provider. |
classification sortable, filterable | string | The original account classification from the accounting service provider as passthrough. e.g. Assets |
type sortable, filterable | string | The original account type from the accounting service provider as passthrough. e.g. Account Receivables |
subType sortable, filterable | string | The original account type from the accounting service provider as passthrough. e.g. Account Receivables - USD |
credit sortable, filterable | decimal | Credit balance of the account in the accounting service provider. |
debit sortable, filterable | decimal | Debit balance of the account in the accounting service provider. |
ytdCredit sortable, filterable | decimal | Year-to-date credit balance of the account in the accounting service provider. |
ytdDebit sortable, filterable | decimal | Year-to-date debit balance of the account in the accounting service provider. |
QuickBooks Online Limitations
Due to a limitation in the QuickBooks Online API, all
ytdDebit
andytdCredit
are not available through the Railz API.