FiscalPeriodLite¶
Example Json Object
1{
2 "id": 0,
3 "displayId": "string",
4 "status": "CREATED",
5 "day": 0,
6 "year": 0,
7 "month": 0,
8 "postingPeriod": 0,
9 "yearShift": 0
10}
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
id |
integer(int64) |
false |
none |
none |
displayId |
string |
false |
none |
none |
status |
string |
false |
none |
none |
day |
integer(int32) |
false |
none |
none |
year |
integer(int32) |
false |
none |
none |
month |
integer(int32) |
false |
none |
none |
postingPeriod |
integer(int32) |
false |
none |
none |
yearShift |
integer(int32) |
false |
none |
none |
Enumerated Values
Attribute |
Value |
|---|---|
status |
ACTIVE, CREATED, DECOMMISSIONED, DISABLED |