FiscalVariantDto¶
Example Json Object
1{
2 "id": 0,
3 "status": "CREATED",
4 "displayId": "string",
5 "erpSystemId": 0,
6 "erpSystemDisplayId": "string",
7 "numberOfPostingPeriods": 0,
8 "numberOfSpecialPeriods": 0,
9 "isCalendarYear": true,
10 "yearDependent": true,
11 "companyId": 0,
12 "fiscalPeriodId": 0,
13 "postingPeriodControlId": 0
14}
📄 Description: Data transfer object representing a fiscal variant within an organization’s financial structure, detailing its hierarchical attributes and relationships to support effective financial management and reporting.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
id |
integer(int64) |
false |
none |
Unique identifier for the resource |
status |
string |
false |
none |
Status of the resource |
displayId |
string |
true |
none |
Unique identifier for the display |
erpSystemId |
integer(int64) |
false |
none |
Unique identifier for the erp system |
erpSystemDisplayId |
string |
false |
none |
Unique identifier for the erp system display |
numberOfPostingPeriods |
integer(int64) |
false |
none |
Numeric value representing numberOfPostingPeriods |
numberOfSpecialPeriods |
integer(int64) |
false |
none |
Numeric value representing numberOfSpecialPeriods |
isCalendarYear |
boolean |
false |
none |
Whether the resource is calendar year |
yearDependent |
boolean |
false |
none |
Boolean flag indicating yearDependent status |
companyId |
integer(int64) |
false |
none |
Unique identifier for the company |
fiscalPeriodId |
integer(int64) |
false |
none |
Unique identifier for the fiscal period |
postingPeriodControlId |
integer(int64) |
false |
none |
Unique identifier for the posting period control |
Enumerated Values
Attribute |
Value |
|---|---|
status |
ACTIVE, CREATED, DECOMMISSIONED, DISABLED |