EntityModelPercentageRentReportDto¶
Example Json Object
1{
2 "createdBy": "string",
3 "lastModifiedBy": "string",
4 "createdDate": "2019-08-24T14:15:22Z",
5 "lastModifiedDate": "2019-08-24T14:15:22Z",
6 "archived": true,
7 "externalId": "string",
8 "id": 0,
9 "name": "string",
10 "description": "string",
11 "startDate": "2019-08-24",
12 "endDate": "2019-08-24",
13 "statusId": 0,
14 "generatedDate": "2019-08-24",
15 "generateJobId": 0,
16 "numberOfLeaseEntriesToProcess": 0,
17 "numberOfLeaseEntriesProcessed": 0,
18 "leaseIds": [
19 0
20 ],
21 "percentageRentLeasesProfileFilterIds": [
22 0
23 ],
24 "percentageRentGenerationPeriodIds": [
25 0
26 ],
27 "notes": [
28 {
29 "createdBy": "string",
30 "lastModifiedBy": "string",
31 "createdDate": "2019-08-24T14:15:22Z",
32 "lastModifiedDate": "2019-08-24T14:15:22Z",
33 "archived": true,
34 "externalId": "string",
35 "id": 0,
36 "message": "string",
37 "preserveOriginalAudit": true,
38 "originalCreatedBy": "string",
39 "originalCreatedDate": "2019-08-24T14:15:22Z",
40 "originalLastModifiedBy": "string",
41 "originalLastModifiedDate": "2019-08-24T14:15:22Z"
42 }
43 ],
44 "status": {
45 "createdBy": "string",
46 "lastModifiedBy": "string",
47 "createdDate": "2019-08-24T14:15:22Z",
48 "lastModifiedDate": "2019-08-24T14:15:22Z",
49 "archived": true,
50 "externalId": "string",
51 "id": 0,
52 "priority": 0,
53 "internalId": 0,
54 "pickListCode": "string",
55 "pickListLabel": "string",
56 "label": "string",
57 "cultureId": 0,
58 "labelDtos": [
59 {
60 "createdBy": "string",
61 "lastModifiedBy": "string",
62 "createdDate": "2019-08-24T14:15:22Z",
63 "lastModifiedDate": "2019-08-24T14:15:22Z",
64 "archived": true,
65 "externalId": "string",
66 "id": 0,
67 "cultureId": 0,
68 "value": "string"
69 }
70 ]
71 },
72 "percentageRentLeasesProfileFilterDtos": [
73 {
74 "createdBy": "string",
75 "lastModifiedBy": "string",
76 "createdDate": "2019-08-24T14:15:22Z",
77 "lastModifiedDate": "2019-08-24T14:15:22Z",
78 "archived": true,
79 "externalId": "string",
80 "id": 0,
81 "name": "string",
82 "description": "string",
83 "leaseList": true,
84 "leaseIds": [
85 0
86 ],
87 "validFrom": "2019-08-24",
88 "validTo": "2019-08-24",
89 "cityIds": [
90 0
91 ],
92 "provinceIds": [
93 0
94 ],
95 "countryIds": [
96 0
97 ],
98 "premiseIds": [
99 0
100 ],
101 "locationIds": [
102 0
103 ],
104 "businessUnitIds": [
105 0
106 ],
107 "legalEntityIds": [
108 0
109 ],
110 "groupIds": [
111 "string"
112 ],
113 "groupOptionIds": [
114 0
115 ],
116 "masterAgreementIds": [
117 0
118 ],
119 "contractIds": [
120 0
121 ],
122 "statusIds": [
123 0
124 ],
125 "cities": [
126 {
127 "createdBy": "string",
128 "lastModifiedBy": "string",
129 "createdDate": "2019-08-24T14:15:22Z",
130 "lastModifiedDate": "2019-08-24T14:15:22Z",
131 "archived": true,
132 "externalId": "string",
133 "id": 0,
134 "name": "string",
135 "province": {
136 "createdBy": "string",
137 "lastModifiedBy": "string",
138 "createdDate": "2019-08-24T14:15:22Z",
139 "lastModifiedDate": "2019-08-24T14:15:22Z",
140 "archived": true,
141 "externalId": "string",
142 "id": 0,
143 "name": "string",
144 "country": {
145 "createdBy": "string",
146 "lastModifiedBy": "string",
147 "createdDate": "2019-08-24T14:15:22Z",
148 "lastModifiedDate": "2019-08-24T14:15:22Z",
149 "archived": true,
150 "externalId": "string",
151 "id": 0,
152 "name": "string",
153 "code": "string"
154 },
155 "code": "string",
156 "countryId": 0
157 },
158 "provinceId": 0
159 }
160 ],
161 "provinces": [
162 {
163 "createdBy": "string",
164 "lastModifiedBy": "string",
165 "createdDate": "2019-08-24T14:15:22Z",
166 "lastModifiedDate": "2019-08-24T14:15:22Z",
167 "archived": true,
168 "externalId": "string",
169 "id": 0,
170 "name": "string",
171 "country": {
172 "createdBy": "string",
173 "lastModifiedBy": "string",
174 "createdDate": "2019-08-24T14:15:22Z",
175 "lastModifiedDate": "2019-08-24T14:15:22Z",
176 "archived": true,
177 "externalId": "string",
178 "id": 0,
179 "name": "string",
180 "code": "string"
181 },
182 "code": "string",
183 "countryId": 0
184 }
185 ],
186 "countries": [
187 {
188 "createdBy": "string",
189 "lastModifiedBy": "string",
190 "createdDate": "2019-08-24T14:15:22Z",
191 "lastModifiedDate": "2019-08-24T14:15:22Z",
192 "archived": true,
193 "externalId": "string",
194 "id": 0,
195 "name": "string",
196 "code": "string"
197 }
198 ],
199 "locations": [
200 {
201 "createdBy": "string",
202 "lastModifiedBy": "string",
203 "createdDate": "2019-08-24T14:15:22Z",
204 "lastModifiedDate": "2019-08-24T14:15:22Z",
205 "archived": true,
206 "externalId": "string",
207 "id": 0,
208 "number": "string",
209 "name": "string",
210 "storeNumber": "string",
211 "defaultCurrencyId": 0,
212 "defaultMeasureId": 0,
213 "typeId": 0,
214 "qualityId": 0,
215 "propertyTypeId": 0,
216 "categoryId": 0,
217 "statusId": 0,
218 "businessUnitId": 0,
219 "groupIds": [
220 0
221 ],
222 "legalEntityIds": [
223 0
224 ],
225 "defaultCurrency": {
226 "id": 0,
227 "status": "CREATED",
228 "displayId": "string",
229 "erpSystemId": 0,
230 "erpSystemDisplayId": "string",
231 "name": "string",
232 "decimalPoints": 0,
233 "depreciationAreaId": 0
234 },
235 "defaultUnitValue": {
236 "createdBy": "string",
237 "lastModifiedBy": "string",
238 "createdDate": "2019-08-24T14:15:22Z",
239 "lastModifiedDate": "2019-08-24T14:15:22Z",
240 "archived": true,
241 "externalId": "string",
242 "id": 0,
243 "unitId": 0,
244 "unitOfMeasureId": 0,
245 "erpSystemId": 0,
246 "unit": {
247 "createdBy": "string",
248 "lastModifiedBy": "string",
249 "createdDate": "2019-08-24T14:15:22Z",
250 "lastModifiedDate": "2019-08-24T14:15:22Z",
251 "archived": true,
252 "externalId": "string",
253 "id": 0,
254 "priority": 0,
255 "internalId": 0,
256 "pickListCode": "string",
257 "pickListLabel": "string",
258 "label": "string",
259 "cultureId": 0,
260 "labelDtos": [
261 {
262 "createdBy": "string",
263 "lastModifiedBy": "string",
264 "createdDate": "2019-08-24T14:15:22Z",
265 "lastModifiedDate": "2019-08-24T14:15:22Z",
266 "archived": true,
267 "externalId": "string",
268 "id": 0,
269 "cultureId": 0,
270 "value": "string"
271 }
272 ]
273 },
274 "unitOfMeasure": {
275 "id": 0,
276 "status": "CREATED",
277 "displayId": "string",
278 "erpSystemId": 0,
279 "erpSystemDisplayId": "string",
280 "name": "string"
281 }
282 },
283 "type": {
284 "createdBy": "string",
285 "lastModifiedBy": "string",
286 "createdDate": "2019-08-24T14:15:22Z",
287 "lastModifiedDate": "2019-08-24T14:15:22Z",
288 "archived": true,
289 "externalId": "string",
290 "id": 0,
291 "priority": 0,
292 "internalId": 0,
293 "pickListCode": "string",
294 "pickListLabel": "string",
295 "label": "string",
296 "cultureId": 0,
297 "labelDtos": [
298 {
299 "createdBy": "string",
300 "lastModifiedBy": "string",
301 "createdDate": "2019-08-24T14:15:22Z",
302 "lastModifiedDate": "2019-08-24T14:15:22Z",
303 "archived": true,
304 "externalId": "string",
305 "id": 0,
306 "cultureId": 0,
307 "value": "string"
308 }
309 ]
310 },
311 "quality": {
312 "createdBy": "string",
313 "lastModifiedBy": "string",
314 "createdDate": "2019-08-24T14:15:22Z",
315 "lastModifiedDate": "2019-08-24T14:15:22Z",
316 "archived": true,
317 "externalId": "string",
318 "id": 0,
319 "priority": 0,
320 "internalId": 0,
321 "pickListCode": "string",
322 "pickListLabel": "string",
323 "label": "string",
324 "cultureId": 0,
325 "labelDtos": [
326 {
327 "createdBy": "string",
328 "lastModifiedBy": "string",
329 "createdDate": "2019-08-24T14:15:22Z",
330 "lastModifiedDate": "2019-08-24T14:15:22Z",
331 "archived": true,
332 "externalId": "string",
333 "id": 0,
334 "cultureId": 0,
335 "value": "string"
336 }
337 ]
338 },
339 "propertyType": {
340 "createdBy": "string",
341 "lastModifiedBy": "string",
342 "createdDate": "2019-08-24T14:15:22Z",
343 "lastModifiedDate": "2019-08-24T14:15:22Z",
344 "archived": true,
345 "externalId": "string",
346 "id": 0,
347 "priority": 0,
348 "internalId": 0,
349 "pickListCode": "string",
350 "pickListLabel": "string",
351 "label": "string",
352 "cultureId": 0,
353 "labelDtos": [
354 {
355 "createdBy": "string",
356 "lastModifiedBy": "string",
357 "createdDate": "2019-08-24T14:15:22Z",
358 "lastModifiedDate": "2019-08-24T14:15:22Z",
359 "archived": true,
360 "externalId": "string",
361 "id": 0,
362 "cultureId": 0,
363 "value": "string"
364 }
365 ]
366 },
367 "category": {
368 "createdBy": "string",
369 "lastModifiedBy": "string",
370 "createdDate": "2019-08-24T14:15:22Z",
371 "lastModifiedDate": "2019-08-24T14:15:22Z",
372 "archived": true,
373 "externalId": "string",
374 "id": 0,
375 "priority": 0,
376 "internalId": 0,
377 "pickListCode": "string",
378 "pickListLabel": "string",
379 "label": "string",
380 "cultureId": 0,
381 "labelDtos": [
382 {
383 "createdBy": "string",
384 "lastModifiedBy": "string",
385 "createdDate": "2019-08-24T14:15:22Z",
386 "lastModifiedDate": "2019-08-24T14:15:22Z",
387 "archived": true,
388 "externalId": "string",
389 "id": 0,
390 "cultureId": 0,
391 "value": "string"
392 }
393 ]
394 },
395 "status": {
396 "createdBy": "string",
397 "lastModifiedBy": "string",
398 "createdDate": "2019-08-24T14:15:22Z",
399 "lastModifiedDate": "2019-08-24T14:15:22Z",
400 "archived": true,
401 "externalId": "string",
402 "id": 0,
403 "priority": 0,
404 "internalId": 0,
405 "pickListCode": "string",
406 "pickListLabel": "string",
407 "label": "string",
408 "cultureId": 0,
409 "labelDtos": [
410 {
411 "createdBy": "string",
412 "lastModifiedBy": "string",
413 "createdDate": "2019-08-24T14:15:22Z",
414 "lastModifiedDate": "2019-08-24T14:15:22Z",
415 "archived": true,
416 "externalId": "string",
417 "id": 0,
418 "cultureId": 0,
419 "value": "string"
420 }
421 ]
422 },
423 "addressDto": {
424 "createdBy": "string",
425 "lastModifiedBy": "string",
426 "createdDate": "2019-08-24T14:15:22Z",
427 "lastModifiedDate": "2019-08-24T14:15:22Z",
428 "archived": true,
429 "externalId": "string",
430 "id": 0,
431 "street": "string",
432 "civicNumber": "string",
433 "suite": "string",
434 "postalCode": "string",
435 "lon": 0.1,
436 "lat": 0.1,
437 "city": {
438 "createdBy": "string",
439 "lastModifiedBy": "string",
440 "createdDate": "2019-08-24T14:15:22Z",
441 "lastModifiedDate": "2019-08-24T14:15:22Z",
442 "archived": true,
443 "externalId": "string",
444 "id": 0,
445 "name": "string",
446 "province": {
447 "createdBy": "string",
448 "lastModifiedBy": "string",
449 "createdDate": "2019-08-24T14:15:22Z",
450 "lastModifiedDate": "2019-08-24T14:15:22Z",
451 "archived": true,
452 "externalId": "string",
453 "id": 0,
454 "name": "string",
455 "code": "string",
456 "country": {
457 "createdBy": "string",
458 "lastModifiedBy": "string",
459 "createdDate": "2019-08-24T14:15:22Z",
460 "lastModifiedDate": "2019-08-24T14:15:22Z",
461 "archived": true,
462 "externalId": "string",
463 "id": 0,
464 "name": "string",
465 "code": "string"
466 }
467 }
468 },
469 "district": {
470 "createdBy": "string",
471 "lastModifiedBy": "string",
472 "createdDate": "2019-08-24T14:15:22Z",
473 "lastModifiedDate": "2019-08-24T14:15:22Z",
474 "archived": true,
475 "externalId": "string",
476 "id": 0,
477 "name": "string",
478 "city": {
479 "createdBy": "string",
480 "lastModifiedBy": "string",
481 "createdDate": "2019-08-24T14:15:22Z",
482 "lastModifiedDate": "2019-08-24T14:15:22Z",
483 "archived": true,
484 "externalId": "string",
485 "id": 0,
486 "name": "string",
487 "province": {
488 "createdBy": "string",
489 "lastModifiedBy": "string",
490 "createdDate": "2019-08-24T14:15:22Z",
491 "lastModifiedDate": "2019-08-24T14:15:22Z",
492 "archived": true,
493 "externalId": "string",
494 "id": 0,
495 "name": "string",
496 "code": "string",
497 "country": {
498 "createdBy": "string",
499 "lastModifiedBy": "string",
500 "createdDate": "2019-08-24T14:15:22Z",
501 "lastModifiedDate": "2019-08-24T14:15:22Z",
502 "archived": true,
503 "externalId": "string",
504 "id": 0,
505 "name": "string",
506 "code": "string"
507 }
508 }
509 }
510 },
511 "cityId": 0,
512 "districtId": 0
513 },
514 "secondAddressDto": {
515 "createdBy": "string",
516 "lastModifiedBy": "string",
517 "createdDate": "2019-08-24T14:15:22Z",
518 "lastModifiedDate": "2019-08-24T14:15:22Z",
519 "archived": true,
520 "externalId": "string",
521 "id": 0,
522 "street": "string",
523 "civicNumber": "string",
524 "suite": "string",
525 "postalCode": "string",
526 "lon": 0.1,
527 "lat": 0.1,
528 "city": {
529 "createdBy": "string",
530 "lastModifiedBy": "string",
531 "createdDate": "2019-08-24T14:15:22Z",
532 "lastModifiedDate": "2019-08-24T14:15:22Z",
533 "archived": true,
534 "externalId": "string",
535 "id": 0,
536 "name": "string",
537 "province": {
538 "createdBy": "string",
539 "lastModifiedBy": "string",
540 "createdDate": "2019-08-24T14:15:22Z",
541 "lastModifiedDate": "2019-08-24T14:15:22Z",
542 "archived": true,
543 "externalId": "string",
544 "id": 0,
545 "name": "string",
546 "code": "string",
547 "country": {
548 "createdBy": "string",
549 "lastModifiedBy": "string",
550 "createdDate": "2019-08-24T14:15:22Z",
551 "lastModifiedDate": "2019-08-24T14:15:22Z",
552 "archived": true,
553 "externalId": "string",
554 "id": 0,
555 "name": "string",
556 "code": "string"
557 }
558 }
559 },
560 "district": {
561 "createdBy": "string",
562 "lastModifiedBy": "string",
563 "createdDate": "2019-08-24T14:15:22Z",
564 "lastModifiedDate": "2019-08-24T14:15:22Z",
565 "archived": true,
566 "externalId": "string",
567 "id": 0,
568 "name": "string",
569 "city": {
570 "createdBy": "string",
571 "lastModifiedBy": "string",
572 "createdDate": "2019-08-24T14:15:22Z",
573 "lastModifiedDate": "2019-08-24T14:15:22Z",
574 "archived": true,
575 "externalId": "string",
576 "id": 0,
577 "name": "string",
578 "province": {
579 "createdBy": "string",
580 "lastModifiedBy": "string",
581 "createdDate": "2019-08-24T14:15:22Z",
582 "lastModifiedDate": "2019-08-24T14:15:22Z",
583 "archived": true,
584 "externalId": "string",
585 "id": 0,
586 "name": "string",
587 "code": "string",
588 "country": {
589 "createdBy": "string",
590 "lastModifiedBy": "string",
591 "createdDate": "2019-08-24T14:15:22Z",
592 "lastModifiedDate": "2019-08-24T14:15:22Z",
593 "archived": true,
594 "externalId": "string",
595 "id": 0,
596 "name": "string",
597 "code": "string"
598 }
599 }
600 }
601 },
602 "cityId": 0,
603 "districtId": 0
604 }
605 }
606 ],
607 "premises": [
608 {
609 "createdBy": "string",
610 "lastModifiedBy": "string",
611 "createdDate": "2019-08-24T14:15:22Z",
612 "lastModifiedDate": "2019-08-24T14:15:22Z",
613 "archived": true,
614 "externalId": "string",
615 "id": 0,
616 "number": "string",
617 "name": "string",
618 "headPremise": true,
619 "possessionDate": "2019-08-24",
620 "openingDate": "2019-08-24",
621 "closingDate": "2019-08-24",
622 "relocationDate": "2019-08-24",
623 "vacatingDate": "2019-08-24",
624 "expansionDate": "2019-08-24",
625 "statusId": 0,
626 "usageId": 0,
627 "parentPremiseId": 0,
628 "costCenterId": 0,
629 "profitCenterId": 0,
630 "legalEntityId": 0,
631 "occupancyIds": [
632 0
633 ],
634 "locationId": 0,
635 "locationDto": {
636 "createdBy": "string",
637 "lastModifiedBy": "string",
638 "createdDate": "2019-08-24T14:15:22Z",
639 "lastModifiedDate": "2019-08-24T14:15:22Z",
640 "archived": true,
641 "externalId": "string",
642 "id": 0,
643 "number": "string",
644 "name": "string",
645 "storeNumber": "string",
646 "defaultCurrencyId": 0,
647 "defaultMeasureId": 0,
648 "typeId": 0,
649 "qualityId": 0,
650 "propertyTypeId": 0,
651 "categoryId": 0,
652 "statusId": 0,
653 "businessUnitId": 0,
654 "groupIds": [
655 0
656 ],
657 "legalEntityIds": [
658 0
659 ],
660 "defaultCurrency": {
661 "id": 0,
662 "status": "CREATED",
663 "displayId": "string",
664 "erpSystemId": 0,
665 "erpSystemDisplayId": "string",
666 "name": "string",
667 "decimalPoints": 0,
668 "depreciationAreaId": 0
669 },
670 "defaultUnitValue": {
671 "createdBy": "string",
672 "lastModifiedBy": "string",
673 "createdDate": "2019-08-24T14:15:22Z",
674 "lastModifiedDate": "2019-08-24T14:15:22Z",
675 "archived": true,
676 "externalId": "string",
677 "id": 0,
678 "unitId": 0,
679 "unitOfMeasureId": 0,
680 "erpSystemId": 0,
681 "unit": {
682 "createdBy": "string",
683 "lastModifiedBy": "string",
684 "createdDate": "2019-08-24T14:15:22Z",
685 "lastModifiedDate": "2019-08-24T14:15:22Z",
686 "archived": true,
687 "externalId": "string",
688 "id": 0,
689 "priority": 0,
690 "internalId": 0,
691 "pickListCode": "string",
692 "pickListLabel": "string",
693 "label": "string",
694 "cultureId": 0,
695 "labelDtos": [
696 {
697 "createdBy": "string",
698 "lastModifiedBy": "string",
699 "createdDate": "2019-08-24T14:15:22Z",
700 "lastModifiedDate": "2019-08-24T14:15:22Z",
701 "archived": true,
702 "externalId": "string",
703 "id": 0,
704 "cultureId": 0,
705 "value": "string"
706 }
707 ]
708 },
709 "unitOfMeasure": {
710 "id": 0,
711 "status": "CREATED",
712 "displayId": "string",
713 "erpSystemId": 0,
714 "erpSystemDisplayId": "string",
715 "name": "string"
716 }
717 },
718 "type": {
719 "createdBy": "string",
720 "lastModifiedBy": "string",
721 "createdDate": "2019-08-24T14:15:22Z",
722 "lastModifiedDate": "2019-08-24T14:15:22Z",
723 "archived": true,
724 "externalId": "string",
725 "id": 0,
726 "priority": 0,
727 "internalId": 0,
728 "pickListCode": "string",
729 "pickListLabel": "string",
730 "label": "string",
731 "cultureId": 0,
732 "labelDtos": [
733 {
734 "createdBy": "string",
735 "lastModifiedBy": "string",
736 "createdDate": "2019-08-24T14:15:22Z",
737 "lastModifiedDate": "2019-08-24T14:15:22Z",
738 "archived": true,
739 "externalId": "string",
740 "id": 0,
741 "cultureId": 0,
742 "value": "string"
743 }
744 ]
745 },
746 "quality": {
747 "createdBy": "string",
748 "lastModifiedBy": "string",
749 "createdDate": "2019-08-24T14:15:22Z",
750 "lastModifiedDate": "2019-08-24T14:15:22Z",
751 "archived": true,
752 "externalId": "string",
753 "id": 0,
754 "priority": 0,
755 "internalId": 0,
756 "pickListCode": "string",
757 "pickListLabel": "string",
758 "label": "string",
759 "cultureId": 0,
760 "labelDtos": [
761 {
762 "createdBy": "string",
763 "lastModifiedBy": "string",
764 "createdDate": "2019-08-24T14:15:22Z",
765 "lastModifiedDate": "2019-08-24T14:15:22Z",
766 "archived": true,
767 "externalId": "string",
768 "id": 0,
769 "cultureId": 0,
770 "value": "string"
771 }
772 ]
773 },
774 "propertyType": {
775 "createdBy": "string",
776 "lastModifiedBy": "string",
777 "createdDate": "2019-08-24T14:15:22Z",
778 "lastModifiedDate": "2019-08-24T14:15:22Z",
779 "archived": true,
780 "externalId": "string",
781 "id": 0,
782 "priority": 0,
783 "internalId": 0,
784 "pickListCode": "string",
785 "pickListLabel": "string",
786 "label": "string",
787 "cultureId": 0,
788 "labelDtos": [
789 {
790 "createdBy": "string",
791 "lastModifiedBy": "string",
792 "createdDate": "2019-08-24T14:15:22Z",
793 "lastModifiedDate": "2019-08-24T14:15:22Z",
794 "archived": true,
795 "externalId": "string",
796 "id": 0,
797 "cultureId": 0,
798 "value": "string"
799 }
800 ]
801 },
802 "category": {
803 "createdBy": "string",
804 "lastModifiedBy": "string",
805 "createdDate": "2019-08-24T14:15:22Z",
806 "lastModifiedDate": "2019-08-24T14:15:22Z",
807 "archived": true,
808 "externalId": "string",
809 "id": 0,
810 "priority": 0,
811 "internalId": 0,
812 "pickListCode": "string",
813 "pickListLabel": "string",
814 "label": "string",
815 "cultureId": 0,
816 "labelDtos": [
817 {
818 "createdBy": "string",
819 "lastModifiedBy": "string",
820 "createdDate": "2019-08-24T14:15:22Z",
821 "lastModifiedDate": "2019-08-24T14:15:22Z",
822 "archived": true,
823 "externalId": "string",
824 "id": 0,
825 "cultureId": 0,
826 "value": "string"
827 }
828 ]
829 },
830 "status": {
831 "createdBy": "string",
832 "lastModifiedBy": "string",
833 "createdDate": "2019-08-24T14:15:22Z",
834 "lastModifiedDate": "2019-08-24T14:15:22Z",
835 "archived": true,
836 "externalId": "string",
837 "id": 0,
838 "priority": 0,
839 "internalId": 0,
840 "pickListCode": "string",
841 "pickListLabel": "string",
842 "label": "string",
843 "cultureId": 0,
844 "labelDtos": [
845 {
846 "createdBy": "string",
847 "lastModifiedBy": "string",
848 "createdDate": "2019-08-24T14:15:22Z",
849 "lastModifiedDate": "2019-08-24T14:15:22Z",
850 "archived": true,
851 "externalId": "string",
852 "id": 0,
853 "cultureId": 0,
854 "value": "string"
855 }
856 ]
857 },
858 "addressDto": {
859 "createdBy": "string",
860 "lastModifiedBy": "string",
861 "createdDate": "2019-08-24T14:15:22Z",
862 "lastModifiedDate": "2019-08-24T14:15:22Z",
863 "archived": true,
864 "externalId": "string",
865 "id": 0,
866 "street": "string",
867 "civicNumber": "string",
868 "suite": "string",
869 "postalCode": "string",
870 "lon": 0.1,
871 "lat": 0.1,
872 "city": {
873 "createdBy": "string",
874 "lastModifiedBy": "string",
875 "createdDate": "2019-08-24T14:15:22Z",
876 "lastModifiedDate": "2019-08-24T14:15:22Z",
877 "archived": true,
878 "externalId": "string",
879 "id": 0,
880 "name": "string",
881 "province": {
882 "createdBy": "string",
883 "lastModifiedBy": "string",
884 "createdDate": "2019-08-24T14:15:22Z",
885 "lastModifiedDate": "2019-08-24T14:15:22Z",
886 "archived": true,
887 "externalId": "string",
888 "id": 0,
889 "name": "string",
890 "code": "string",
891 "country": {
892 "createdBy": "string",
893 "lastModifiedBy": "string",
894 "createdDate": "2019-08-24T14:15:22Z",
895 "lastModifiedDate": "2019-08-24T14:15:22Z",
896 "archived": true,
897 "externalId": "string",
898 "id": 0,
899 "name": "string",
900 "code": "string"
901 }
902 }
903 },
904 "district": {
905 "createdBy": "string",
906 "lastModifiedBy": "string",
907 "createdDate": "2019-08-24T14:15:22Z",
908 "lastModifiedDate": "2019-08-24T14:15:22Z",
909 "archived": true,
910 "externalId": "string",
911 "id": 0,
912 "name": "string",
913 "city": {
914 "createdBy": "string",
915 "lastModifiedBy": "string",
916 "createdDate": "2019-08-24T14:15:22Z",
917 "lastModifiedDate": "2019-08-24T14:15:22Z",
918 "archived": true,
919 "externalId": "string",
920 "id": 0,
921 "name": "string",
922 "province": {
923 "createdBy": "string",
924 "lastModifiedBy": "string",
925 "createdDate": "2019-08-24T14:15:22Z",
926 "lastModifiedDate": "2019-08-24T14:15:22Z",
927 "archived": true,
928 "externalId": "string",
929 "id": 0,
930 "name": "string",
931 "code": "string",
932 "country": {}
933 }
934 }
935 },
936 "cityId": 0,
937 "districtId": 0
938 },
939 "secondAddressDto": {
940 "createdBy": "string",
941 "lastModifiedBy": "string",
942 "createdDate": "2019-08-24T14:15:22Z",
943 "lastModifiedDate": "2019-08-24T14:15:22Z",
944 "archived": true,
945 "externalId": "string",
946 "id": 0,
947 "street": "string",
948 "civicNumber": "string",
949 "suite": "string",
950 "postalCode": "string",
951 "lon": 0.1,
952 "lat": 0.1,
953 "city": {
954 "createdBy": "string",
955 "lastModifiedBy": "string",
956 "createdDate": "2019-08-24T14:15:22Z",
957 "lastModifiedDate": "2019-08-24T14:15:22Z",
958 "archived": true,
959 "externalId": "string",
960 "id": 0,
961 "name": "string",
962 "province": {
963 "createdBy": "string",
964 "lastModifiedBy": "string",
965 "createdDate": "2019-08-24T14:15:22Z",
966 "lastModifiedDate": "2019-08-24T14:15:22Z",
967 "archived": true,
968 "externalId": "string",
969 "id": 0,
970 "name": "string",
971 "code": "string",
972 "country": {
973 "createdBy": "string",
974 "lastModifiedBy": "string",
975 "createdDate": "2019-08-24T14:15:22Z",
976 "lastModifiedDate": "2019-08-24T14:15:22Z",
977 "archived": true,
978 "externalId": "string",
979 "id": 0,
980 "name": "string",
981 "code": "string"
982 }
983 }
984 },
985 "district": {
986 "createdBy": "string",
987 "lastModifiedBy": "string",
988 "createdDate": "2019-08-24T14:15:22Z",
989 "lastModifiedDate": "2019-08-24T14:15:22Z",
990 "archived": true,
991 "externalId": "string",
992 "id": 0,
993 "name": "string",
994 "city": {
995 "createdBy": "string",
996 "lastModifiedBy": "string",
997 "createdDate": "2019-08-24T14:15:22Z",
998 "lastModifiedDate": "2019-08-24T14:15:22Z",
999 "archived": true,
1000 "externalId": "string",
1001 "id": 0,
1002 "name": "string",
1003 "province": {
1004 "createdBy": "string",
1005 "lastModifiedBy": "string",
1006 "createdDate": "2019-08-24T14:15:22Z",
1007 "lastModifiedDate": "2019-08-24T14:15:22Z",
1008 "archived": true,
1009 "externalId": "string",
1010 "id": 0,
1011 "name": "string",
1012 "code": "string",
1013 "country": {}
1014 }
1015 }
1016 },
1017 "cityId": 0,
1018 "districtId": 0
1019 }
1020 },
1021 "status": {
1022 "createdBy": "string",
1023 "lastModifiedBy": "string",
1024 "createdDate": "2019-08-24T14:15:22Z",
1025 "lastModifiedDate": "2019-08-24T14:15:22Z",
1026 "archived": true,
1027 "externalId": "string",
1028 "id": 0,
1029 "priority": 0,
1030 "internalId": 0,
1031 "pickListCode": "string",
1032 "pickListLabel": "string",
1033 "label": "string",
1034 "cultureId": 0,
1035 "labelDtos": [
1036 {
1037 "createdBy": "string",
1038 "lastModifiedBy": "string",
1039 "createdDate": "2019-08-24T14:15:22Z",
1040 "lastModifiedDate": "2019-08-24T14:15:22Z",
1041 "archived": true,
1042 "externalId": "string",
1043 "id": 0,
1044 "cultureId": 0,
1045 "value": "string"
1046 }
1047 ]
1048 },
1049 "usage": {
1050 "createdBy": "string",
1051 "lastModifiedBy": "string",
1052 "createdDate": "2019-08-24T14:15:22Z",
1053 "lastModifiedDate": "2019-08-24T14:15:22Z",
1054 "archived": true,
1055 "externalId": "string",
1056 "id": 0,
1057 "priority": 0,
1058 "internalId": 0,
1059 "pickListCode": "string",
1060 "pickListLabel": "string",
1061 "label": "string",
1062 "cultureId": 0,
1063 "labelDtos": [
1064 {
1065 "createdBy": "string",
1066 "lastModifiedBy": "string",
1067 "createdDate": "2019-08-24T14:15:22Z",
1068 "lastModifiedDate": "2019-08-24T14:15:22Z",
1069 "archived": true,
1070 "externalId": "string",
1071 "id": 0,
1072 "cultureId": 0,
1073 "value": "string"
1074 }
1075 ]
1076 },
1077 "occupanciesDto": [
1078 {
1079 "createdBy": "string",
1080 "lastModifiedBy": "string",
1081 "createdDate": "2019-08-24T14:15:22Z",
1082 "lastModifiedDate": "2019-08-24T14:15:22Z",
1083 "archived": true,
1084 "externalId": "string",
1085 "id": 0,
1086 "priority": 0,
1087 "internalId": 0,
1088 "pickListCode": "string",
1089 "pickListLabel": "string",
1090 "label": "string",
1091 "cultureId": 0,
1092 "labelDtos": [
1093 {
1094 "createdBy": "string",
1095 "lastModifiedBy": "string",
1096 "createdDate": "2019-08-24T14:15:22Z",
1097 "lastModifiedDate": "2019-08-24T14:15:22Z",
1098 "archived": true,
1099 "externalId": "string",
1100 "id": 0,
1101 "cultureId": 0,
1102 "value": "string"
1103 }
1104 ]
1105 }
1106 ]
1107 }
1108 ],
1109 "groups": [
1110 {
1111 "createdBy": "string",
1112 "lastModifiedBy": "string",
1113 "createdDate": "2019-08-24T14:15:22Z",
1114 "lastModifiedDate": "2019-08-24T14:15:22Z",
1115 "archived": true,
1116 "externalId": "string",
1117 "id": "string",
1118 "code": "string",
1119 "priority": 0,
1120 "pickListType": "string",
1121 "label": "string",
1122 "cultureId": 0,
1123 "reportable": true,
1124 "labelDtos": [
1125 {
1126 "createdBy": "string",
1127 "lastModifiedBy": "string",
1128 "createdDate": "2019-08-24T14:15:22Z",
1129 "lastModifiedDate": "2019-08-24T14:15:22Z",
1130 "archived": true,
1131 "externalId": "string",
1132 "id": 0,
1133 "cultureId": 0,
1134 "value": "string"
1135 }
1136 ]
1137 }
1138 ],
1139 "groupOptions": [
1140 {
1141 "createdBy": "string",
1142 "lastModifiedBy": "string",
1143 "createdDate": "2019-08-24T14:15:22Z",
1144 "lastModifiedDate": "2019-08-24T14:15:22Z",
1145 "archived": true,
1146 "externalId": "string",
1147 "id": 0,
1148 "priority": 0,
1149 "internalId": 0,
1150 "pickListCode": "string",
1151 "pickListLabel": "string",
1152 "label": "string",
1153 "cultureId": 0,
1154 "labelDtos": [
1155 {
1156 "createdBy": "string",
1157 "lastModifiedBy": "string",
1158 "createdDate": "2019-08-24T14:15:22Z",
1159 "lastModifiedDate": "2019-08-24T14:15:22Z",
1160 "archived": true,
1161 "externalId": "string",
1162 "id": 0,
1163 "cultureId": 0,
1164 "value": "string"
1165 }
1166 ]
1167 }
1168 ],
1169 "businessUnits": [
1170 {
1171 "id": 0,
1172 "status": "CREATED",
1173 "displayId": "string",
1174 "name": "string",
1175 "leaseAreaId": 0,
1176 "companyId": 0
1177 }
1178 ],
1179 "legalEntities": [
1180 {
1181 "id": 0,
1182 "status": "CREATED",
1183 "displayId": "string",
1184 "erpSystemId": 0,
1185 "erpSystemDisplayId": "string",
1186 "countryId": 0,
1187 "countryDisplayId": "string",
1188 "postingPeriodVariantId": 0,
1189 "postingPeriodVariantDisplayId": "string",
1190 "controllingAreaId": 0,
1191 "controllingAreaDisplayId": "string",
1192 "chartOfAccountId": 0,
1193 "chartOfAccountDisplayId": "string",
1194 "fiscalVariantId": 0,
1195 "fiscalVariantDisplayId": "string",
1196 "chartOfDepreciationId": 0,
1197 "chartOfDepreciationDisplayId": "string",
1198 "purchasingOrganizationId": 0,
1199 "assetId": 0,
1200 "exchangeRateTypeId": 0,
1201 "plantId": 0,
1202 "incrementalBorrowingRateId": 0,
1203 "businessUnitId": 0,
1204 "projectId": 0,
1205 "transferVariantId": 0,
1206 "partnerId": 0,
1207 "departmentId": 0,
1208 "accountingStandardId": 0,
1209 "generalLedgerAccountId": 0,
1210 "consumerPriceIndexCategoryId": 0,
1211 "costCenterId": 0,
1212 "costCenterRelationValidFrom": "2019-08-24",
1213 "costCenterRelationValidTo": "2019-08-24"
1214 }
1215 ],
1216 "statusOptions": [
1217 {
1218 "createdBy": "string",
1219 "lastModifiedBy": "string",
1220 "createdDate": "2019-08-24T14:15:22Z",
1221 "lastModifiedDate": "2019-08-24T14:15:22Z",
1222 "archived": true,
1223 "externalId": "string",
1224 "id": 0,
1225 "priority": 0,
1226 "internalId": 0,
1227 "pickListCode": "string",
1228 "pickListLabel": "string",
1229 "label": "string",
1230 "cultureId": 0,
1231 "labelDtos": [
1232 {
1233 "createdBy": "string",
1234 "lastModifiedBy": "string",
1235 "createdDate": "2019-08-24T14:15:22Z",
1236 "lastModifiedDate": "2019-08-24T14:15:22Z",
1237 "archived": true,
1238 "externalId": "string",
1239 "id": 0,
1240 "cultureId": 0,
1241 "value": "string"
1242 }
1243 ]
1244 }
1245 ],
1246 "masterAgreements": [
1247 {
1248 "id": 0,
1249 "displayId": "string",
1250 "year": 1900,
1251 "name": "string",
1252 "description": "string",
1253 "validFrom": "2019-08-24",
1254 "validTo": "2019-08-24",
1255 "targetValue": 0.1,
1256 "legalJurisdiction": "string",
1257 "approverComment": "string",
1258 "signingPerson": "string",
1259 "placeOfSignature": "string",
1260 "dateOfSignature": "2019-08-24",
1261 "state": "MLA_DEFINE",
1262 "dataCreationInfo": {
1263 "id": 0,
1264 "idGenerationType": "AUTO",
1265 "source": "string",
1266 "type": "MIGRATION",
1267 "startDateTime": "2019-08-24T14:15:22Z",
1268 "endDateTime": "2019-08-24T14:15:22Z"
1269 },
1270 "agreementGroup": {
1271 "id": 0,
1272 "displayId": "string",
1273 "status": "CREATED",
1274 "name": "string"
1275 },
1276 "currency": {
1277 "id": 0,
1278 "displayId": "string",
1279 "status": "CREATED",
1280 "name": "string",
1281 "decimalPoints": 0
1282 },
1283 "internalAssetClass": {
1284 "id": 0,
1285 "displayId": "string",
1286 "status": "CREATED",
1287 "name": "string",
1288 "assetClassType": "PROPERTY",
1289 "infiniteUsefulLife": true
1290 },
1291 "leaseArea": {
1292 "id": 0,
1293 "displayId": "string",
1294 "status": "CREATED",
1295 "name": "string"
1296 },
1297 "businessUnit": {
1298 "id": 0,
1299 "displayId": "string",
1300 "status": "CREATED",
1301 "name": "string"
1302 },
1303 "companyCode": {
1304 "id": 0,
1305 "displayId": "string",
1306 "status": "CREATED",
1307 "erpSystemId": 0,
1308 "erpSystemDisplayId": "string",
1309 "countryId": 0,
1310 "countryDisplayId": "string",
1311 "postingPeriodVariantId": 0,
1312 "fiscalVariantId": 0
1313 },
1314 "department": {
1315 "id": 0,
1316 "displayId": "string",
1317 "status": "CREATED",
1318 "name": "string"
1319 },
1320 "leaseGroup": {
1321 "id": 0,
1322 "displayId": "string",
1323 "status": "CREATED",
1324 "name": "string"
1325 },
1326 "allowsSystemGenerateNewId": true,
1327 "numberRangeIdentifierType": {
1328 "name": "string"
1329 },
1330 "numberRangeIdentifierValue": "string",
1331 "numberRangeType": {
1332 "name": "string"
1333 }
1334 }
1335 ],
1336 "contracts": [
1337 {
1338 "id": 0,
1339 "displayId": "string",
1340 "name": "string",
1341 "principalPositionType": "LESSEE",
1342 "validFrom": "2019-08-24",
1343 "validTo": "2019-08-24",
1344 "amendmentDate": "2019-08-24",
1345 "approverComment": "string",
1346 "contractPhase": "INITIAL",
1347 "dataCreationInfo": {
1348 "id": 0,
1349 "idGenerationType": "AUTO",
1350 "source": "string",
1351 "type": "MIGRATION",
1352 "startDateTime": "2019-08-24T14:15:22Z",
1353 "endDateTime": "2019-08-24T14:15:22Z"
1354 },
1355 "leaseType": "LEASE_CONTRACT_FIXED_PART_A",
1356 "revision": {
1357 "id": 0,
1358 "displayId": "string",
1359 "name": "string",
1360 "inception": true,
1361 "revisionType": "REVISION",
1362 "state": "MLA_DEFINE",
1363 "approvedBy": "string",
1364 "approvedAt": "2019-08-24T14:15:22Z",
1365 "parentRevisionId": 0,
1366 "approverComment": "string",
1367 "contractId": 0,
1368 "contractDisplayId": "string",
1369 "contractName": "string",
1370 "principalPositionType": "LESSEE",
1371 "mlaId": 0,
1372 "companyId": 0,
1373 "description": "string",
1374 "externalReference": "string",
1375 "internalReference": "string",
1376 "formOfLease": "FULL",
1377 "jointVentureLeaseType": "GROSS_LEASE",
1378 "businessPlace": "string",
1379 "tradingPartner": {
1380 "id": 0,
1381 "displayId": "string",
1382 "status": "CREATED",
1383 "name": "string",
1384 "erpSystemId": 0,
1385 "erpSystemDisplayId": "string"
1386 },
1387 "contractCategoryGroup": {
1388 "id": 0,
1389 "displayId": "string",
1390 "status": "CREATED",
1391 "name": "string"
1392 },
1393 "contractGroup1": {
1394 "id": 0,
1395 "displayId": "string",
1396 "status": "CREATED",
1397 "name": "string"
1398 },
1399 "contractGroup2": {
1400 "id": 0,
1401 "displayId": "string",
1402 "status": "CREATED",
1403 "name": "string"
1404 },
1405 "group3": "string",
1406 "group4": "string",
1407 "signingPerson": "string",
1408 "placeOfSignature": "string",
1409 "dateOfSignature": "2019-08-24",
1410 "numberRangeIdentifierType": {
1411 "name": "string"
1412 },
1413 "numberRangeIdentifierValue": "string",
1414 "allowsSystemGenerateNewId": true,
1415 "numberRangeType": {
1416 "name": "string"
1417 }
1418 },
1419 "currency": {
1420 "id": 0,
1421 "displayId": "string",
1422 "status": "CREATED",
1423 "name": "string",
1424 "decimalPoints": 0
1425 },
1426 "companyCurrency": {
1427 "id": 0,
1428 "displayId": "string",
1429 "status": "CREATED",
1430 "name": "string",
1431 "decimalPoints": 0
1432 },
1433 "indexedCurrency": true,
1434 "assetValueCurrencyType": "CONTRACT_CURRENCY",
1435 "currencyLocked": true,
1436 "leaseArea": {
1437 "id": 0,
1438 "displayId": "string",
1439 "status": "CREATED",
1440 "name": "string"
1441 },
1442 "businessUnit": {
1443 "id": 0,
1444 "displayId": "string",
1445 "status": "CREATED",
1446 "name": "string"
1447 },
1448 "businessUnitLocked": true,
1449 "companyCode": {
1450 "id": 0,
1451 "displayId": "string",
1452 "status": "CREATED",
1453 "erpSystemId": 0,
1454 "erpSystemDisplayId": "string",
1455 "countryId": 0,
1456 "countryDisplayId": "string",
1457 "postingPeriodVariantId": 0,
1458 "fiscalVariantId": 0
1459 },
1460 "companyCodeLocked": true,
1461 "department": {
1462 "id": 0,
1463 "displayId": "string",
1464 "status": "CREATED",
1465 "name": "string"
1466 },
1467 "departmentLocked": true,
1468 "leaseGroup": {
1469 "id": 0,
1470 "displayId": "string",
1471 "status": "CREATED",
1472 "name": "string"
1473 },
1474 "leaseGroupLocked": true,
1475 "subleasingInternalAssetClass": {
1476 "id": 0,
1477 "displayId": "string",
1478 "status": "CREATED",
1479 "name": "string",
1480 "assetClassType": "PROPERTY",
1481 "infiniteUsefulLife": true
1482 },
1483 "contractGroup1": {
1484 "id": 0,
1485 "displayId": "string",
1486 "status": "CREATED",
1487 "name": "string"
1488 },
1489 "contractGroup2": {
1490 "id": 0,
1491 "displayId": "string",
1492 "status": "CREATED",
1493 "name": "string"
1494 },
1495 "subleasing": true,
1496 "subleasingContractRevisionInfo": {
1497 "id": 0,
1498 "contractId": 0,
1499 "contractDisplayId": "string",
1500 "contractName": "string"
1501 },
1502 "subleasingLeaseComponentRevisionInfo": {
1503 "id": 0,
1504 "leaseComponentId": 0,
1505 "leaseComponentDisplayId": "string",
1506 "leaseComponentName": "string"
1507 },
1508 "subleasingActivationGroupRevisionInfo": {
1509 "id": 0,
1510 "activationGroupId": 0,
1511 "activationGroupDisplayId": "string",
1512 "activationGroupName": "string"
1513 },
1514 "notifications": [
1515 {
1516 "id": 0,
1517 "topic": {
1518 "enCaption": "string",
1519 "frCaption": "string",
1520 "name": "string",
1521 "priority": "HIGH"
1522 },
1523 "username": "string",
1524 "contractId": 0,
1525 "contractDisplayId": "string",
1526 "targetId": "string",
1527 "targetType": "string"
1528 }
1529 ],
1530 "masterAgreementId": 0,
1531 "masterAgreementDisplayId": "string",
1532 "allowsSystemGenerateNewId": true,
1533 "transferInfo": {
1534 "transferredFromDisplayId": "string",
1535 "transferredFromRevisionId": 0,
1536 "transferredToDisplayId": "string",
1537 "transferredToRevisionId": 0
1538 },
1539 "numberRangeIdentifierType": {
1540 "name": "string"
1541 },
1542 "numberRangeIdentifierValue": "string",
1543 "numberRangeType": {
1544 "name": "string"
1545 }
1546 }
1547 ],
1548 "listingCitiesValue": "string",
1549 "listingCitiesValues": [
1550 "string"
1551 ],
1552 "listingProvincesValue": "string",
1553 "listingProvincesValues": [
1554 "string"
1555 ],
1556 "listingCountriesValue": "string",
1557 "listingCountriesValues": [
1558 "string"
1559 ],
1560 "listingLocationsValue": "string",
1561 "listingLocationsValues": [
1562 "string"
1563 ],
1564 "listingPremisesValue": "string",
1565 "listingPremisesValues": [
1566 "string"
1567 ],
1568 "listingGroupsValue": "string",
1569 "listingGroupsValues": [
1570 "string"
1571 ],
1572 "listingGroupOptionsValue": "string",
1573 "listingGroupOptionsValues": [
1574 "string"
1575 ],
1576 "listingBusinessUnitsValue": "string",
1577 "listingBusinessUnitsValues": [
1578 "string"
1579 ],
1580 "listingLegalEntitiesValue": "string",
1581 "listingLegalEntitiesValues": [
1582 "string"
1583 ],
1584 "listingMasterAgreementsValue": "string",
1585 "listingMasterAgreementsValues": [
1586 "string"
1587 ],
1588 "listingContractsValue": "string",
1589 "listingContractsValues": [
1590 "string"
1591 ],
1592 "listingStatusOptionsValue": "string",
1593 "listingStatusOptionsValues": [
1594 "string"
1595 ]
1596 }
1597 ]
1598}
📄 Description: Data transfer object representing the percentage rent report for real estate assets within the Nakisa Portfolio Management Suite, facilitating portfolio analytics and performance evaluation.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
createdBy |
string |
false |
none |
Username of who created this resource |
lastModifiedBy |
string |
false |
none |
Username of who last modified this resource |
createdDate |
string(date-time) |
false |
none |
Date of the created |
lastModifiedDate |
string(date-time) |
false |
none |
Date of the last modified |
archived |
boolean |
false |
none |
Boolean flag indicating archived status |
externalId |
string |
false |
none |
Unique identifier for the external |
id |
integer(int64) |
false |
none |
Unique identifier for the resource |
name |
string |
true |
none |
Name of the resource |
description |
string |
false |
none |
Description of the resource |
startDate |
string(date) |
false |
none |
Start date of the resource |
endDate |
string(date) |
false |
none |
End date of the resource |
statusId |
integer(int64) |
false |
none |
Unique identifier for the status |
generatedDate |
string(date) |
false |
none |
Date of the generated |
generateJobId |
integer(int64) |
false |
none |
Unique identifier for the generate job |
numberOfLeaseEntriesToProcess |
integer(int64) |
false |
none |
Numeric value representing numberOfLeaseEntriesToProcess |
numberOfLeaseEntriesProcessed |
integer(int64) |
false |
none |
Numeric value representing numberOfLeaseEntriesProcessed |
leaseIds |
[integer] |
false |
none |
List of leaseIds items |
percentageRentLeasesProfileFilterIds |
[integer] |
false |
none |
List of percentageRentLeasesProfileFilterIds items |
percentageRentGenerationPeriodIds |
[integer] |
false |
none |
List of percentageRentGenerationPeriodIds items |
notes |
false |
none |
List of notes items |
|
status |
false |
none |
Status of the resource |
|
percentageRentLeasesProfileFilterDtos |
false |
none |
List of percentageRentLeasesProfileFilterDtos items |