AccountingYears
Queryable, Introduced in version 2.26
GET https://localhost:8001/sv/001.1/api/v1/Accounting/AccountingYears
Represents a accounting year.
GUID
A0F6E162-C4A2-4605-A79B-01F17DE6FC78
Required permission
Show accounting year
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Id | Int64 | The business key identifier of the accounting year. |
|
ActivePeriodId | Int64? | The business key identifier of the active period |
|
Description | String | The description of the accounting year |
|
Status | Int32 | Status of the accounting year
|
|
OpeningBalanceLocked | Boolean | True if the opening balance is locked |
Example
{
"Id": 0,
"ActivePeriodId": null,
"Description": null,
"Status": 0,
"OpeningBalanceLocked": false
}