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