ResponseListPeriodicPostingStatusReportJobDto¶
Example Json Object
1{
2 "code": "UPDATED",
3 "message": "string",
4 "defaultMessage": "string",
5 "debugMessage": "string",
6 "errors": {
7 "all": [
8 {
9 "type": "GENERIC",
10 "source": {},
11 "field": "string",
12 "errorKey": "string",
13 "errorMessage": "string"
14 }
15 ]
16 },
17 "object": [
18 {
19 "id": 0,
20 "taskCount": 0,
21 "failedTaskCount": 0,
22 "doneTaskCount": 0,
23 "inProgressTaskCount": 0,
24 "cancelledTaskCount": 0,
25 "errorMessage": "string",
26 "executor": "SCHEDULER",
27 "scheduleJobId": 0,
28 "batchSize": 1000,
29 "totalObjectCount": 0,
30 "profileId": 0,
31 "readOnly": true,
32 "status": "CREATED",
33 "fileStorageId": "string",
34 "generatingExportFile": true,
35 "startedGeneratingExportFileAt": "2019-08-24T14:15:22Z",
36 "finishedGeneratingExportFileAt": "2019-08-24T14:15:22Z",
37 "input": {
38 "id": 0,
39 "accountingStandardType": "GAAP",
40 "classifications": [
41 "NON_LEASE"
42 ],
43 "fromYear": 0,
44 "fromPeriod": {
45 "id": 0,
46 "displayId": "string",
47 "status": "CREATED",
48 "day": 0,
49 "year": 0,
50 "month": 0,
51 "postingPeriod": 0,
52 "yearShift": 0
53 },
54 "toYear": 0,
55 "toPeriod": {
56 "id": 0,
57 "displayId": "string",
58 "status": "CREATED",
59 "day": 0,
60 "year": 0,
61 "month": 0,
62 "postingPeriod": 0,
63 "yearShift": 0
64 },
65 "fromDate": "2019-08-24",
66 "toDate": "2019-08-24",
67 "postingType": "ALL",
68 "externalStatusFilterType": "ALL",
69 "externalStatuses": [
70 "NA"
71 ],
72 "internalStatusFilterType": "ALL",
73 "internalStatuses": [
74 "NA"
75 ],
76 "listObjectType": "ACTIVATION_GROUP",
77 "objectList": [
78 {
79 "id": 0,
80 "displayId": "string",
81 "name": "string"
82 }
83 ],
84 "migratedFilterType": "MIGRATED",
85 "internalAssetClassFilterType": "ALL",
86 "internalAssetClasses": [
87 {
88 "id": 10000001,
89 "displayId": "IAC-001",
90 "status": {
91 "name": "ACTIVE",
92 "captionKey": "enum.objectStatus.active",
93 "active": true,
94 "caption": "Active"
95 },
96 "name": "Machinery and Equipment",
97 "assetClassType": "PROPERTY",
98 "infiniteUsefulLife": false
99 }
100 ],
101 "businessAreaFilterType": "ALL",
102 "businessAreas": [
103 {
104 "id": 3001,
105 "displayId": "BA-2025-001",
106 "status": {
107 "name": "ACTIVE",
108 "captionKey": "enum.objectStatus.active",
109 "active": true,
110 "caption": "Active"
111 },
112 "name": "North America Operations"
113 }
114 ],
115 "functionalAreaFilterType": "ALL",
116 "functionalAreas": [
117 {
118 "id": 2001,
119 "displayId": "FA-2025-001",
120 "status": {
121 "name": "ACTIVE",
122 "captionKey": "enum.objectStatus.active",
123 "active": true,
124 "caption": "Active"
125 },
126 "name": "Accounting Department"
127 }
128 ]
129 },
130 "filter": {
131 "id": 0,
132 "name": "string",
133 "principalPositionType": "LESSEE",
134 "calendarType": "REGULAR_CALENDAR",
135 "fiscalYearVariant": {
136 "id": "string",
137 "displayId": "Euro"
138 },
139 "profileId": 0,
140 "jobId": 0,
141 "objectList": [
142 {
143 "id": "string",
144 "displayId": "Euro"
145 }
146 ],
147 "filterTypes": {
148 "erpSystemFilterType": "ALL",
149 "erpSystems": [
150 {
151 "id": 0,
152 "displayId": "string",
153 "status": "CREATED",
154 "name": "string",
155 "type": "NAKISA",
156 "sapVersion": "ECC_EHP5"
157 }
158 ],
159 "leaseAreaFilterType": "ALL",
160 "leaseAreas": [
161 {
162 "id": 10000001,
163 "displayId": "0001",
164 "status": {
165 "name": "ACTIVE",
166 "captionKey": "enum.objectStatus.active",
167 "active": true,
168 "caption": "Active"
169 },
170 "name": "Global Lease Area"
171 }
172 ],
173 "businessUnitFilterType": "ALL",
174 "businessUnits": [
175 {
176 "id": 10000001,
177 "displayId": "BU0001",
178 "status": {
179 "name": "ACTIVE",
180 "captionKey": "enum.objectStatus.active",
181 "active": true,
182 "caption": "Active"
183 },
184 "name": "North America Business Unit"
185 }
186 ],
187 "companyFilterType": "ALL",
188 "companies": [
189 {
190 "id": 10000006,
191 "displayId": "1005",
192 "status": {
193 "name": "ACTIVE",
194 "captionKey": "enum.objectStatus.active",
195 "active": true,
196 "caption": "Active"
197 },
198 "erpSystemId": 10000001,
199 "erpSystemDisplayId": "FINQ8S-300",
200 "countryId": 10000095,
201 "countryDisplayId": "CA",
202 "postingPeriodVariantId": 0,
203 "fiscalVariantId": 0
204 }
205 ],
206 "leaseDepartmentFilterType": "ALL",
207 "leaseDepartments": [
208 {
209 "id": 300001,
210 "displayId": "DEP-01",
211 "status": {
212 "name": "ACTIVE",
213 "captionKey": "enum.objectStatus.active",
214 "active": true,
215 "caption": "Active"
216 },
217 "name": "Finance Department"
218 }
219 ],
220 "leaseGroupFilterType": "ALL",
221 "leaseGroups": [
222 {
223 "id": 60000001,
224 "displayId": "LG-001",
225 "status": {
226 "name": "ACTIVE",
227 "captionKey": "enum.objectStatus.active",
228 "active": true,
229 "caption": "Active"
230 },
231 "name": "Global Lease Group"
232 }
233 ],
234 "costCenterFilterType": "ALL",
235 "costCenters": [
236 {
237 "id": 14001,
238 "displayId": "CC-001",
239 "status": {
240 "name": "ACTIVE",
241 "captionKey": "enum.objectStatus.active",
242 "active": true,
243 "caption": "Active"
244 },
245 "name": "Cost Center A"
246 }
247 ],
248 "profitCenterFilterType": "ALL",
249 "profitCenters": [
250 {
251 "id": 9001,
252 "displayId": "PC-001",
253 "status": {
254 "name": "ACTIVE",
255 "captionKey": "enum.objectStatus.active",
256 "active": true,
257 "caption": "Active"
258 },
259 "name": "North Region Profit Center",
260 "validTo": "2025-12-31",
261 "erpSystemId": 101,
262 "erpSystemDisplayId": "SAP-01"
263 }
264 ],
265 "wbsFilterType": "ALL",
266 "wbses": [
267 {
268 "id": 1001,
269 "displayId": "WBS-2025-001",
270 "status": {
271 "name": "ACTIVE",
272 "captionKey": "enum.objectStatus.active",
273 "active": true,
274 "caption": "Active"
275 },
276 "name": "Main Project WBS"
277 }
278 ],
279 "businessAreaFilterType": "ALL",
280 "businessAreas": [
281 {
282 "id": 3001,
283 "displayId": "BA-2025-001",
284 "status": {
285 "name": "ACTIVE",
286 "captionKey": "enum.objectStatus.active",
287 "active": true,
288 "caption": "Active"
289 },
290 "name": "North America Operations"
291 }
292 ],
293 "functionalAreaFilterType": "ALL",
294 "functionalAreas": [
295 {
296 "id": 2001,
297 "displayId": "FA-2025-001",
298 "status": {
299 "name": "ACTIVE",
300 "captionKey": "enum.objectStatus.active",
301 "active": true,
302 "caption": "Active"
303 },
304 "name": "Accounting Department"
305 }
306 ]
307 }
308 },
309 "tasks": [
310 {
311 "id": 0,
312 "queueTime": "2019-08-24T14:15:22Z",
313 "startTime": "2019-08-24T14:15:22Z",
314 "endTime": "2019-08-24T14:15:22Z",
315 "interruptedAt": "2019-08-24T14:15:22Z",
316 "recoveredAt": "2019-08-24T14:15:22Z",
317 "status": "CREATED",
318 "recover": true,
319 "interrupted": true,
320 "interruptionMessage": "string",
321 "errorMessage": "string",
322 "reportJobId": 0,
323 "unitIds": [
324 0
325 ],
326 "jsonFileStorageId": "string",
327 "jsonDocStoreIds": [
328 0
329 ]
330 }
331 ],
332 "docStoreId": 0
333 }
334 ]
335}
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
code |
string |
false |
none |
none |
message |
string |
false |
write-only |
none |
defaultMessage |
string |
false |
write-only |
none |
debugMessage |
string |
false |
write-only |
none |
errors |
false |
none |
none |
|
object |
false |
none |
none |
Enumerated Values
Attribute |
Value |
|---|---|
code |
API_CALL_FAILED, ATTACHED, BAD_REQUEST, DATA_VALIDATION_ERROR, DELETED, DETACHED, INTERNAL_SYSTEM_ERROR, NULL_RESPONSE, OK, OK_BUT_RESPONSE_INVALID, REQUEST_VALIDATION_ERROR, SERVICE_VALIDATION_ERROR, UPDATED |