Edit

Share via


cashFlowStatement resource type (v1.0)

NEW VERSION This is v1.0 of the Business Central API. For the newest version, see Business Central API (V2.0).

Represents an cashFlowStatement object 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 cashFlowStatement cashFlowStatement Get a cashFlowStatement object.

Properties

Property Type Description
lineNumber numeric The cashFlowStatement item line number.
display string The cashFlowStatement item display name.
netChange numeric The cashFlowStatement item Net Change.
lineType string The cashFlowStatement item line type can be: header, detail, total, or spacer.
indentation numeric The cashFlowStatement item indentation used in report layout.
dateFilter date The date filter used to calculate the cashFlowStatement items.

Relationships

None

JSON representation

Here is a JSON representation of the resource.

{
    "lineNumber": "int",
    "display": "string",
    "netChange": "decimal",
    "lineType": "string",
    "indentation": "int",
    "dateFilter": "date"
}

Get Cash Flow Statement
Balance Sheet