PageDisclosureReportJobDto¶
Example Json Object
1{
2 "totalElements": 245,
3 "totalPages": 10,
4 "pageable": {
5 "pageNumber": 0,
6 "unpaged": false,
7 "paged": true,
8 "pageSize": 100,
9 "offset": 0,
10 "sort": {
11 "unsorted": false,
12 "sorted": true,
13 "empty": false
14 }
15 },
16 "numberOfElements": 25,
17 "size": 100,
18 "content": [
19 {
20 "id": 50000001,
21 "taskCount": 12,
22 "failedTaskCount": 0,
23 "doneTaskCount": 10,
24 "inProgressTaskCount": 2,
25 "cancelledTaskCount": 0,
26 "errorMessage": "Task execution failed due to timeout.",
27 "executor": {
28 "name": "MANUAL",
29 "captionKey": "enum.executorType.MANUAL",
30 "caption": "MANUAL"
31 },
32 "scheduleJobId": 60000001,
33 "batchSize": 5000,
34 "totalObjectCount": 250,
35 "profileId": 70000001,
36 "readOnly": false,
37 "input": {
38 "id": 80000001,
39 "accountingStandardType": {
40 "name": "GAAP",
41 "captionKey": "enum.accountingStandardType.GAAP",
42 "caption": "IFRS 16"
43 },
44 "classifications": [
45 "NON_LEASE"
46 ],
47 "fromYear": 2024,
48 "fromPeriod": {
49 "id": 10000001,
50 "displayId": "FP-2024-Q1",
51 "status": {
52 "name": "ACTIVE",
53 "captionKey": "enum.objectStatus.active",
54 "active": true,
55 "caption": "Active"
56 },
57 "day": 15,
58 "year": 2024,
59 "month": 3,
60 "postingPeriod": 3,
61 "yearShift": 0
62 },
63 "toYear": 2025,
64 "toPeriod": {
65 "id": 10000001,
66 "displayId": "FP-2024-Q1",
67 "status": {
68 "name": "ACTIVE",
69 "captionKey": "enum.objectStatus.active",
70 "active": true,
71 "caption": "Active"
72 },
73 "day": 15,
74 "year": 2024,
75 "month": 3,
76 "postingPeriod": 3,
77 "yearShift": 0
78 },
79 "fromDate": "2024-01-01",
80 "toDate": "2025-12-31",
81 "fromDateType": "USER_DEFINED",
82 "toDateType": "USER_DEFINED",
83 "currencyDisplayId": "USD",
84 "currencyType": "TRANSACTION",
85 "currencyDefinitionType": {
86 "name": "COMPANY_CURRENCY",
87 "captionKey": "enum.currencyDefinitionType.companyCurrency",
88 "caption": "Company Currency"
89 },
90 "activationGroupStatus": {
91 "name": "AG_PENDING_ASSESSMENT",
92 "captionKey": "enum.ActivationGroup.StatusList",
93 "caption": "Activation Group Status"
94 },
95 "reportList": [
96 "NET_LEASE_INVESTMENT_REPORT"
97 ],
98 "listObjectType": {
99 "name": "CONTRACT",
100 "captionKey": "enum.objectType.contract",
101 "caption": "Contract"
102 },
103 "objectList": [
104 {
105 "id": 10000001,
106 "displayId": "ENT-001",
107 "name": "Entity Name"
108 }
109 ],
110 "migratedFilterType": {
111 "name": "ALL",
112 "captionKey": "enum.migratedFilterType.all",
113 "caption": "All"
114 },
115 "assetClassFilterType": {
116 "name": "ALL",
117 "captionKey": "enum.filterType.all",
118 "caption": "All"
119 },
120 "assetClasses": [
121 {
122 "id": 10000001,
123 "displayId": "IAC-001",
124 "status": {
125 "name": "ACTIVE",
126 "captionKey": "enum.objectStatus.active",
127 "active": true,
128 "caption": "Active"
129 },
130 "name": "Machinery and Equipment",
131 "assetClassType": "PROPERTY",
132 "infiniteUsefulLife": false
133 }
134 ],
135 "businessAreaFilterType": {
136 "name": "ALL",
137 "captionKey": "enum.filterType.all",
138 "caption": "All"
139 },
140 "businessAreas": [
141 {
142 "id": 3001,
143 "displayId": "BA-2025-001",
144 "status": {
145 "name": "ACTIVE",
146 "captionKey": "enum.objectStatus.active",
147 "active": true,
148 "caption": "Active"
149 },
150 "name": "North America Operations",
151 "erpSystemId": 0
152 }
153 ],
154 "vendorFilterType": {
155 "name": "ALL",
156 "captionKey": "enum.filterType.all",
157 "caption": "All"
158 },
159 "vendors": [
160 {
161 "id": 10000012,
162 "displayId": "0000100003",
163 "status": {
164 "name": "ACTIVE",
165 "captionKey": "enum.objectStatus.active",
166 "active": true,
167 "caption": "Active"
168 },
169 "name": "TEST VENDOR GB",
170 "erpSystemDisplayId": "FINQ8S-300"
171 }
172 ]
173 },
174 "filter": {
175 "id": 90000001,
176 "name": "Q4 2024 Disclosure Filter",
177 "principalPositionType": {
178 "name": "LESSEE",
179 "captionKey": "enum.principalpositiontype.lessee",
180 "caption": "Lessee"
181 },
182 "calendarType": {
183 "name": "_360",
184 "captionKey": "enum.calendarType.360",
185 "caption": "360 Convention"
186 },
187 "fiscalYearVariant": {
188 "id": "string",
189 "displayId": "Euro"
190 },
191 "profileId": 70000001,
192 "jobId": 50000001,
193 "filterTypes": {
194 "erpSystemFilterType": {
195 "name": "ALL",
196 "captionKey": "enum.filterType.all",
197 "caption": "All"
198 },
199 "erpSystems": [
200 {
201 "id": 10000001,
202 "displayId": "ERP-001",
203 "status": {
204 "name": "ACTIVE",
205 "captionKey": "enum.objectStatus.active",
206 "active": true,
207 "caption": "Active"
208 },
209 "name": "SAP Production System",
210 "type": {
211 "name": "NAKISA",
212 "captionKey": "enum.erpSystemType.NAKISA",
213 "caption": "NAKISA"
214 },
215 "sapVersion": {
216 "name": "ECC_EHP5",
217 "captionKey": "enum.sapVersion.ECC_EHP5",
218 "caption": "ECC_EHP5"
219 }
220 }
221 ],
222 "leaseAreaFilterType": {
223 "name": "ALL",
224 "captionKey": "enum.filterType.all",
225 "caption": "All"
226 },
227 "leaseAreas": [
228 {
229 "id": 10000001,
230 "displayId": "0001",
231 "status": {
232 "name": "ACTIVE",
233 "captionKey": "enum.objectStatus.active",
234 "active": true,
235 "caption": "Active"
236 },
237 "name": "Global Lease Area"
238 }
239 ],
240 "businessUnitFilterType": {
241 "name": "ALL",
242 "captionKey": "enum.filterType.all",
243 "caption": "All"
244 },
245 "businessUnits": [
246 {
247 "id": 10000001,
248 "displayId": "BU0001",
249 "status": {
250 "name": "ACTIVE",
251 "captionKey": "enum.objectStatus.active",
252 "active": true,
253 "caption": "Active"
254 },
255 "name": "North America Business Unit"
256 }
257 ],
258 "companyFilterType": {
259 "name": "ALL",
260 "captionKey": "enum.filterType.all",
261 "caption": "All"
262 },
263 "companies": [
264 {
265 "id": 10000006,
266 "displayId": "1005",
267 "status": {
268 "name": "ACTIVE",
269 "captionKey": "enum.objectStatus.active",
270 "active": true,
271 "caption": "Active"
272 },
273 "erpSystemId": 10000001,
274 "erpSystemDisplayId": "FINQ8S-300",
275 "countryId": 10000095,
276 "countryDisplayId": "CA",
277 "name": "string",
278 "postingPeriodVariantId": 0,
279 "fiscalVariantId": 0
280 }
281 ],
282 "leaseDepartmentFilterType": {
283 "name": "ALL",
284 "captionKey": "enum.filterType.all",
285 "caption": "All"
286 },
287 "leaseDepartments": [
288 {
289 "id": 300001,
290 "displayId": "DEP-01",
291 "status": {
292 "name": "ACTIVE",
293 "captionKey": "enum.objectStatus.active",
294 "active": true,
295 "caption": "Active"
296 },
297 "name": "Finance Department"
298 }
299 ],
300 "leaseGroupFilterType": {
301 "name": "ALL",
302 "captionKey": "enum.filterType.all",
303 "caption": "All"
304 },
305 "leaseGroups": [
306 {
307 "id": 60000001,
308 "displayId": "LG-001",
309 "status": {
310 "name": "ACTIVE",
311 "captionKey": "enum.objectStatus.active",
312 "active": true,
313 "caption": "Active"
314 },
315 "name": "Global Lease Group"
316 }
317 ],
318 "costCenterFilterType": {
319 "name": "ALL",
320 "captionKey": "enum.filterType.all",
321 "caption": "All"
322 },
323 "costCenters": [
324 {
325 "id": 14001,
326 "displayId": "CC-001",
327 "status": {
328 "name": "ACTIVE",
329 "captionKey": "enum.objectStatus.active",
330 "active": true,
331 "caption": "Active"
332 },
333 "name": "Cost Center A",
334 "erpSystemId": 0
335 }
336 ],
337 "profitCenterFilterType": {
338 "name": "ALL",
339 "captionKey": "enum.filterType.all",
340 "caption": "All"
341 },
342 "profitCenters": [
343 {
344 "id": 9001,
345 "displayId": "PC-001",
346 "status": {
347 "name": "ACTIVE",
348 "captionKey": "enum.objectStatus.active",
349 "active": true,
350 "caption": "Active"
351 },
352 "name": "North Region Profit Center",
353 "validTo": "2025-12-31",
354 "erpSystemId": 101,
355 "erpSystemDisplayId": "SAP-01"
356 }
357 ],
358 "wbsFilterType": {
359 "name": "ALL",
360 "captionKey": "enum.filterType.all",
361 "caption": "All"
362 },
363 "wbses": [
364 {
365 "id": 1001,
366 "displayId": "WBS-2025-001",
367 "status": {
368 "name": "ACTIVE",
369 "captionKey": "enum.objectStatus.active",
370 "active": true,
371 "caption": "Active"
372 },
373 "name": "Main Project WBS",
374 "erpSystemId": 0
375 }
376 ],
377 "businessAreaFilterType": {
378 "name": "ALL",
379 "captionKey": "enum.filterType.all",
380 "caption": "All"
381 },
382 "businessAreas": [
383 {
384 "id": 3001,
385 "displayId": "BA-2025-001",
386 "status": {
387 "name": "ACTIVE",
388 "captionKey": "enum.objectStatus.active",
389 "active": true,
390 "caption": "Active"
391 },
392 "name": "North America Operations",
393 "erpSystemId": 0
394 }
395 ],
396 "functionalAreaFilterType": {
397 "name": "ALL",
398 "captionKey": "enum.filterType.all",
399 "caption": "All"
400 },
401 "functionalAreas": [
402 {
403 "id": 2001,
404 "displayId": "FA-2025-001",
405 "status": {
406 "name": "ACTIVE",
407 "captionKey": "enum.objectStatus.active",
408 "active": true,
409 "caption": "Active"
410 },
411 "name": "Accounting Department",
412 "erpSystemId": 0
413 }
414 ]
415 },
416 "baseIdList": [
417 {
418 "id": 10000001,
419 "displayId": "string",
420 "objectType": "LEASE_AREA"
421 }
422 ]
423 },
424 "tasks": [
425 {
426 "id": 100000001,
427 "queueTime": "2025-01-15T10:30:00Z",
428 "startTime": "2025-01-15T10:35:00Z",
429 "endTime": "2025-01-15T11:00:00Z",
430 "interruptedAt": "2019-08-24T14:15:22Z",
431 "recoveredAt": "2019-08-24T14:15:22Z",
432 "status": {
433 "name": "COMPLETED",
434 "captionKey": "enum.taskStatus.completed",
435 "caption": "Completed"
436 },
437 "recover": false,
438 "interrupted": false,
439 "interruptionMessage": "string",
440 "errorMessage": "string",
441 "disclosureReportType": {
442 "name": "NET_LEASE_INVESTMENT_REPORT",
443 "captionKey": "enum.disclosureReportType.NET_LEASE_INVESTMENT_REPORT",
444 "caption": "Net Lease Investment Report"
445 },
446 "fileStorageId": "storage-abc123xyz",
447 "jsonFileStorageId": "json-storage-def456uvw",
448 "generatingExportFile": false,
449 "startedGeneratingExportFileAt": "2025-01-15T11:01:00Z",
450 "finishedGeneratingExportFileAt": "2025-01-15T11:05:00Z",
451 "reportJobId": 50000001,
452 "version": 1,
453 "jsonDocStoreIds": [
454 100001,
455 100002
456 ],
457 "docStoreId": 200000001
458 }
459 ]
460 }
461 ],
462 "number": 0,
463 "sort": {
464 "unsorted": false,
465 "sorted": true,
466 "empty": false
467 },
468 "first": true,
469 "last": false,
470 "empty": false
471}
📄 Description: Data transfer object representing a Page Disclosure Report job within the Nakisa Lease Accounting Suite, encapsulating details related to lease contracts, financial obligations, and accounting entries for comprehensive reporting and compliance.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
totalElements |
integer(int64) |
false |
none |
Total number of items available |
totalPages |
integer(int32) |
false |
none |
Total number of pages available |
pageable |
false |
none |
Value for pageable field |
|
numberOfElements |
integer(int32) |
false |
none |
Numeric value representing numberOfElements |
size |
integer(int32) |
false |
none |
Number of items per page |
content |
false |
none |
List of content items |
|
number |
integer(int32) |
false |
none |
Numeric value representing number |
sort |
false |
none |
Sort order specification |
|
first |
boolean |
false |
none |
Whether this is the first page |
last |
boolean |
false |
none |
Whether this is the last page |
empty |
boolean |
false |
none |
Whether the result set is empty |