NEW VERSION This is v1.0 of the Business Central API. For the newest version, see Business Central API (V2.0).
Represents a trial balance in Business Central.
Note
For information about enabling APIs for Business Central see Enabling the APIs for Dynamics 365 Business Central.
Methods
| Method | Return Type | Description | 
|---|---|---|
| GET trialBalance | trialBalance | Gets a trial balance object. | 
Properties
| Property | Type | Description | 
|---|---|---|
| number | string | The G/L Account number for the trialBalance item | 
| display | string | The G/L Account name for the trialBalance item. | 
| totalDebit | string | Represents total debit amount in G/L Account. | 
| totalCredit | string | Represents total credit amount in G/L Account. | 
| balanceAtDateDebit | string | Represents positive Balance at Date amount in G/L Account. | 
| balanceAtDateCredit | string | Represents negative Balance at Date amount in G/L Account. | 
| dateFilter | date | The date filter used to calculate the trialBalance items. | 
Relationships
None
JSON representation
Here is a JSON representation of the resource.
{
    "number": "string",
    "display": "string",
    "totalDebit": "string",
    "totalCredit": "string",
    "balanceAtDateDebit": "string",
    "balanceAtDateCredit": "string",
    "dateFilter": "date"
}