NEW VERSION This is v1.0 of the Business Central API. For the newest version, see Business Central API (V2.0).
Represents a balanceSheet object in Business Central. A balance sheet is a statement of the assets, liabilities, and capital of a business at a specific point in time.
Note
For information about enabling APIs for Business Central see Enabling the APIs for Dynamics 365 Business Central.
Methods
| Method | Return Type | Description | 
|---|---|---|
| GET balanceSheet | balanceSheet | Get a balanceSheet object. | 
Properties
| Property | Type | Description | 
|---|---|---|
| lineNumber | numeric | The balanceSheet item line number. | 
| display | string | The balanceSheet item display name. | 
| balance | numeric | The balanceSheet item balance. | 
| lineType | string | The balanceSheet item line type can be: header, detail, total, or spacer. | 
| indentation | numeric | The balanceSheet item indentation used in report layout. | 
| dateFilter | date | The date filter used to calculate the balanceSheet items. | 
Relationships
None
JSON representation
Here is a JSON representation of the resource.
{
    "lineNumber": "int",
    "display": "string",
    "balance": "decimal",
    "lineType": "string",
    "indentation": "int",
    "dateFilter": "date"
}