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