ConsolidatedTransactionReportJobDto¶
Example Json Object
1{
2 "id": 0,
3 "queueTime": "2019-08-24T14:15:22Z",
4 "startTime": "2019-08-24T14:15:22Z",
5 "endTime": "2019-08-24T14:15:22Z",
6 "interruptedAt": "2019-08-24T14:15:22Z",
7 "recoveredAt": "2019-08-24T14:15:22Z",
8 "status": "CREATED",
9 "recover": true,
10 "interrupted": true,
11 "interruptionMessage": "string",
12 "errorMessage": "string",
13 "executor": "SCHEDULER",
14 "scheduleJobId": 0,
15 "batchSize": 0,
16 "totalObjectCount": 0,
17 "readOnly": true,
18 "profileId": 0,
19 "fileStorageId": "string",
20 "jsonFileStorageId": "string",
21 "generatingExportFile": true,
22 "startedGeneratingExportFileAt": "2019-08-24T14:15:22Z",
23 "version": 0,
24 "input": {
25 "ledgerTypeFilterType": "ALL",
26 "ledgerTypes": [
27 "LIABILITY"
28 ],
29 "transactionTypeValueFilterType": "ALL",
30 "transactionTypeValues": [
31 "string"
32 ],
33 "dateRangeType": "DOCUMENT_DATE",
34 "startDate": "2019-08-24",
35 "endDate": "2019-08-24",
36 "journalStateFilterType": "ALL",
37 "journalStates": [
38 "POST"
39 ],
40 "externalPostingStatusFilterType": "ALL",
41 "externalPostingStatuses": [
42 "NA"
43 ],
44 "businessAreas": [
45 "string"
46 ],
47 "functionalAreas": [
48 "string"
49 ],
50 "migratedFilterType": "MIGRATED",
51 "vendorFilterType": "ALL",
52 "vendors": [
53 {
54 "id": 0,
55 "displayId": "string",
56 "status": "CREATED",
57 "name": "string",
58 "erpSystemDisplayId": "string"
59 }
60 ],
61 "internalAssetClassFilterType": "ALL",
62 "internalAssetClasses": [
63 {
64 "id": 0,
65 "displayId": "string",
66 "status": "CREATED",
67 "name": "string",
68 "assetClassType": "PROPERTY",
69 "infiniteUsefulLife": true
70 }
71 ],
72 "accountingStandardType": "GAAP",
73 "leaseClassificationFilterType": "ALL",
74 "classifications": [
75 "NON_LEASE"
76 ],
77 "referenceFieldType": "CONTRACT",
78 "referenceFieldDisplayIds": [
79 "string"
80 ]
81 },
82 "filter": {
83 "id": 0,
84 "name": "string",
85 "profileId": 0,
86 "calendarType": "REGULAR_CALENDAR",
87 "fiscalVariant": {
88 "id": 0,
89 "displayId": "string",
90 "status": "CREATED",
91 "isCalendarYear": true,
92 "yearDependent": true,
93 "erpSystemDisplayId": "string",
94 "isErpSystemDefault": true
95 },
96 "principalPositionType": "LESSEE",
97 "erpSystemFilterType": "ALL",
98 "erpSystems": [
99 {
100 "id": 0,
101 "displayId": "string",
102 "status": "CREATED",
103 "name": "string",
104 "type": "NAKISA",
105 "sapVersion": "ECC_EHP5"
106 }
107 ],
108 "leaseAreaFilterType": "ALL",
109 "leaseAreas": [
110 {
111 "id": 0,
112 "displayId": "string",
113 "status": "CREATED",
114 "name": "string"
115 }
116 ],
117 "businessUnitFilterType": "ALL",
118 "businessUnits": [
119 {
120 "id": 0,
121 "displayId": "string",
122 "status": "CREATED",
123 "name": "string"
124 }
125 ],
126 "companyFilterType": "ALL",
127 "companyCodes": [
128 {
129 "id": 0,
130 "displayId": "string",
131 "status": "CREATED",
132 "erpSystemId": 0,
133 "erpSystemDisplayId": "string",
134 "countryId": 0,
135 "countryDisplayId": "string",
136 "postingPeriodVariantId": 0,
137 "fiscalVariantId": 0
138 }
139 ],
140 "departmentFilterType": "ALL",
141 "leaseDepartments": [
142 {
143 "id": 0,
144 "displayId": "string",
145 "status": "CREATED",
146 "name": "string"
147 }
148 ],
149 "leaseGroupFilterType": "ALL",
150 "leaseGroups": [
151 {
152 "id": 0,
153 "displayId": "string",
154 "status": "CREATED",
155 "name": "string"
156 }
157 ],
158 "costCenterFilterType": "ALL",
159 "costCenters": [
160 {
161 "id": 0,
162 "displayId": "string",
163 "status": "CREATED",
164 "name": "string"
165 }
166 ],
167 "profitCenterFilterType": "ALL",
168 "profitCenters": [
169 {
170 "id": 0,
171 "displayId": "string",
172 "status": "CREATED",
173 "name": "string",
174 "validTo": "2019-08-24",
175 "erpSystemId": 0,
176 "erpSystemDisplayId": "string"
177 }
178 ],
179 "workBreakdownStructureFilterType": "ALL",
180 "workBreakdownStructures": [
181 {
182 "id": 0,
183 "displayId": "string",
184 "status": "CREATED",
185 "name": "string"
186 }
187 ]
188 },
189 "docStoreId": 0,
190 "jsonDocStoreIds": [
191 0
192 ]
193}
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
id |
integer(int64) |
false |
none |
none |
queueTime |
string(date-time) |
false |
none |
none |
startTime |
string(date-time) |
false |
none |
none |
endTime |
string(date-time) |
false |
none |
none |
interruptedAt |
string(date-time) |
false |
none |
none |
recoveredAt |
string(date-time) |
false |
none |
none |
status |
string |
false |
none |
none |
recover |
boolean |
false |
none |
none |
interrupted |
boolean |
false |
none |
none |
interruptionMessage |
string |
false |
none |
none |
errorMessage |
string |
false |
none |
none |
executor |
string |
false |
none |
none |
scheduleJobId |
integer(int64) |
false |
none |
none |
batchSize |
integer(int32) |
false |
none |
none |
totalObjectCount |
integer(int32) |
false |
none |
none |
readOnly |
boolean |
false |
none |
none |
profileId |
integer(int64) |
false |
none |
none |
fileStorageId |
string |
false |
none |
none |
jsonFileStorageId |
string |
false |
none |
none |
generatingExportFile |
boolean |
false |
none |
none |
startedGeneratingExportFileAt |
string(date-time) |
false |
none |
none |
version |
integer(int32) |
false |
none |
none |
input |
false |
none |
none |
|
filter |
false |
none |
none |
|
docStoreId |
integer(int64) |
false |
none |
none |
jsonDocStoreIds |
[integer] |
false |
none |
none |
Enumerated Values
Attribute |
Value |
|---|---|
executor |
MANUAL, SCHEDULER |
status |
CANCELLED, CANCELLING, CREATED, CREATING, DONE, FAILED, INTERRUPTED, INTERRUPTING, KILLING, PENDING, PROCESSING, SCHEDULED |