DirtyPeriodBalancesActionableTask¶
Example Json Object
1{
2 "earliest": {
3 "fiscalYear": 0,
4 "fiscalPeriod": 0
5 },
6 "latest": {
7 "fiscalYear": 0,
8 "fiscalPeriod": 0
9 },
10 "runningOrLastSuccessfulJob": {
11 "id": 0,
12 "taskCount": 0,
13 "failedTaskCount": 0,
14 "doneTaskCount": 0,
15 "inProgressTaskCount": 0,
16 "cancelledTaskCount": 0,
17 "errorMessage": "string",
18 "status": "CREATED",
19 "companies": [
20 {
21 "id": 0,
22 "displayId": "string",
23 "status": "CREATED",
24 "erpSystemId": 0,
25 "erpSystemDisplayId": "string",
26 "countryId": 0,
27 "countryDisplayId": "string",
28 "name": "string",
29 "postingPeriodVariantId": 0,
30 "fiscalVariantId": 0
31 }
32 ],
33 "targetFiscalYear": 0,
34 "targetFiscalPeriod": 0
35 },
36 "fiscalPeriodLastSuccessfulJob": {
37 "id": 0,
38 "taskCount": 0,
39 "failedTaskCount": 0,
40 "doneTaskCount": 0,
41 "inProgressTaskCount": 0,
42 "cancelledTaskCount": 0,
43 "errorMessage": "string",
44 "status": "CREATED",
45 "companies": [
46 {
47 "id": 0,
48 "displayId": "string",
49 "status": "CREATED",
50 "erpSystemId": 0,
51 "erpSystemDisplayId": "string",
52 "countryId": 0,
53 "countryDisplayId": "string",
54 "name": "string",
55 "postingPeriodVariantId": 0,
56 "fiscalVariantId": 0
57 }
58 ],
59 "targetFiscalYear": 0,
60 "targetFiscalPeriod": 0
61 }
62}
📄 Description: Data transfer object representing actionable tasks related to dirty period balances within the General Ledger, facilitating the management of ledger entries, transactions, and financial records for improved account accuracy.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
earliest |
false |
none |
Value for earliest field |
|
latest |
false |
none |
Value for latest field |
|
runningOrLastSuccessfulJob |
false |
none |
Value for runningOrLastSuccessfulJob field |
|
fiscalPeriodLastSuccessfulJob |
false |
none |
Value for fiscalPeriodLastSuccessfulJob field |