Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents a balance sheet 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 balanceSheet | balanceSheet | Gets a balance sheet object. | 
Properties
| Property | Type | Description | 
|---|---|---|
| id | GUID | The unique ID of the balance sheet. Non-editable. | 
| lineNumber | integer | The balance sheet item line number. | 
| display | string | The balance sheet item display name. | 
| balance | decimal | Specifies balance sheet's total balance. | 
| lineType | string | The type of the balance sheet. | 
| indentation | integer | The balance sheet item indentation used in report layout. | 
| dateFilter | date | The date filter used to calculate the balance sheet items. | 
JSON representation
Here's a JSON representation of the balanceSheet resource.
{
    "id": "GUID",
    "lineNumber": "integer",
    "display": "string",
    "balance": "decimal",
    "lineType": "string",
    "indentation": "integer",
    "dateFilter": "date"
}