PeriodEndClosureNavigationData¶
Example Json Object
1{
2 "previousPeriod": {
3 "id": 0,
4 "displayId": "string",
5 "status": "CREATED",
6 "day": 0,
7 "year": 0,
8 "month": 0,
9 "postingPeriod": 0,
10 "yearShift": 0,
11 "periodStartDate": "2019-08-24",
12 "periodEndDate": "2019-08-24"
13 },
14 "nextPeriod": {
15 "id": 0,
16 "displayId": "string",
17 "status": "CREATED",
18 "day": 0,
19 "year": 0,
20 "month": 0,
21 "postingPeriod": 0,
22 "yearShift": 0,
23 "periodStartDate": "2019-08-24",
24 "periodEndDate": "2019-08-24"
25 }
26}
📄 Description: Data transfer object representing the navigation data related to the closure of accounting periods within the General Ledger, facilitating the management of ledger entries, transactions, and financial records.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
previousPeriod |
false |
none |
Value for previousPeriod field |
|
nextPeriod |
false |
none |
Value for nextPeriod field |