retainedEarningsStatement resource type

Represents an retained earnings statement in Dynamics 365 Business Central.

Note

For information about enabling APIs for Dynamics NAV see Enabling the APIs for Dynamics 365 Business Central.

Methods

Method Return Type Description
GET retainedEarningsStatement retainedEarningsStatement Get a retained earnings statement object.

Properties

Property Type Description
lineNumber numeric The retainedEarningsStatement item line number.
display string The retainedEarningsStatement item display name.
netChange numeric The retainedEarningsStatement item Net Change.
lineType string The retainedEarningsStatement item line type can be: header, detail, total, or spacer.
indentation numeric The retainedEarningsStatement item indentation used in report layout.
dateFilter date The date filter used to calculate the retainedEarningsStatement 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"
}

See also

Graph Reference
Working with Dynamics 365 Business Central in Microsoft Graph
Enabling the APIs for Dynamics 365 Business Central
Endpoints for the APIs
Error Codes
Get Retained Earnings Statement