Events
Power BI DataViz World Championships
Feb 14, 4 PM - Mar 31, 4 PM
With 4 chances to enter, you could win a conference package and make it to the LIVE Grand Finale in Las Vegas
Learn moreThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
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.
Method | Return Type | Description |
---|---|---|
GET incomeStatement | incomeStatement | Gets a income statement object. |
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. |
Here is a JSON representation of the incomeStatement resource.
{
"id": "GUID",
"lineNumber": "integer",
"display": "string",
"netChange": "decimal",
"lineType": "string",
"indentation": "integer",
"dateFilter": "date"
}
Events
Power BI DataViz World Championships
Feb 14, 4 PM - Mar 31, 4 PM
With 4 chances to enter, you could win a conference package and make it to the LIVE Grand Finale in Las Vegas
Learn more