AccountingYearPeriods
Queryable, Introduced in version 2.26
GET https://localhost:8001/sv/001.1/api/v1/Accounting/AccountingYearPeriods
Represents a accounting year period.
GUID
67896436-2631-477C-A775-3B8C5C04A62A
Required permission
Show accounting year
Properties
Name | Type | Summary | Introduced in |
---|---|---|---|
Id | Int64 | The business key identifier of the accounting year period. |
|
FromDate | DateTimeOffset? | Period date, from |
|
ToDate | DateTimeOffset? | Period date, to |
|
Number | Int32? | Period number |
|
Status | Int32 | Status of the period
|
|
AccountingYearId | Int64 | The business key identifier of the accounting year
|
|
AccountingYear | AccountingYears | The accounting year of the period.
|
Example
{
"Id": 0,
"FromDate": null,
"ToDate": null,
"Number": null,
"Status": 0,
"AccountingYearId": 0,
"AccountingYear": null
}