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