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