trialBalance resource type

Represents a trial balance in Dynamics 365 Business Central.

Note

For information about enabling APIs for Dynamics NAV 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"
}

See also

Graph Reference
Working with Dynamics 365 Business Central in Microsoft Graph
Enabling the APIs for Dynamics 365 Business Central
Endpoints for the APIs
Error Codes
Get Trial Balance