incomeStatement resource type
Represents an income statement 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 incomeStatement | incomeStatement | Gets a income statement object. |
Properties
Property | Type | Description |
---|---|---|
id | GUID | The unique ID of the income statement. Non-editable. |
lineNumber | integer | The income statement item line number. |
display | string | The income statement item display name. |
netChange | decimal | The income statement net change. |
lineType | string | The type of the income statement. |
indentation | integer | The income statement item indentation used in report layout. |
dateFilter | date | The date filter used to calculate the income statement items. |
JSON representation
Here is a JSON representation of the incomeStatement resource.
{
"id": "GUID",
"lineNumber": "integer",
"display": "string",
"netChange": "decimal",
"lineType": "string",
"indentation": "integer",
"dateFilter": "date"
}