accountingPeriod resource type
Represents an accounting period 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 accountingPeriod | accountingPeriod | Gets a accounting period object. |
Properties
Property | Type | Description |
---|---|---|
id | GUID | The unique ID of the accounting period. Non-editable. |
startingDate | date | |
name | string | Represents the accounting period's name. |
newFiscalYear | boolean | |
closed | boolean | |
dateLocked | boolean | |
lastModifiedDateTime | datetime | The last datetime the accounting period was modified. Read-Only. |
JSON representation
Here is a JSON representation of the accountingPeriod resource.
{
"id": "GUID",
"startingDate": "date",
"name": "string",
"newFiscalYear": "boolean",
"closed": "boolean",
"dateLocked": "boolean",
"lastModifiedDateTime": "datetime"
}