FOReportDto¶
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 "fiscalStartDate": "2019-08-24",
12 "startDate": "2019-08-24",
13 "endDate": "2019-08-24",
14 "userSelectedEndDate": true,
15 "statusId": 0,
16 "frequencyId": 0,
17 "generatedBy": "string",
18 "generatedDate": "2019-08-24T14:15:22Z",
19 "approvedBy": "string",
20 "approvedDate": "2019-08-24T14:15:22Z",
21 "generateJobId": 0,
22 "numberOfLeaseEntriesToProcess": 0,
23 "numberOfLeaseEntriesProcessed": 0,
24 "reportCurrencyDisplayId": "string",
25 "expenseCategoryIds": [
26 0
27 ],
28 "leaseIds": [
29 0
30 ],
31 "massProfileFilterIds": [
32 0
33 ],
34 "notes": [
35 {
36 "createdBy": "string",
37 "lastModifiedBy": "string",
38 "createdDate": "2019-08-24T14:15:22Z",
39 "lastModifiedDate": "2019-08-24T14:15:22Z",
40 "archived": true,
41 "externalId": "string",
42 "id": 0,
43 "message": "string",
44 "preserveOriginalAudit": true,
45 "originalCreatedBy": "string",
46 "originalCreatedDate": "2019-08-24T14:15:22Z",
47 "originalLastModifiedBy": "string",
48 "originalLastModifiedDate": "2019-08-24T14:15:22Z"
49 }
50 ],
51 "status": {
52 "createdBy": "string",
53 "lastModifiedBy": "string",
54 "createdDate": "2019-08-24T14:15:22Z",
55 "lastModifiedDate": "2019-08-24T14:15:22Z",
56 "archived": true,
57 "externalId": "string",
58 "id": 0,
59 "priority": 0,
60 "internalId": 0,
61 "pickListCode": "string",
62 "pickListLabel": "string",
63 "label": "string",
64 "cultureId": 0,
65 "labelDtos": [
66 {
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 "cultureId": 0,
75 "value": "string"
76 }
77 ]
78 },
79 "frequency": {
80 "createdBy": "string",
81 "lastModifiedBy": "string",
82 "createdDate": "2019-08-24T14:15:22Z",
83 "lastModifiedDate": "2019-08-24T14:15:22Z",
84 "archived": true,
85 "externalId": "string",
86 "id": 0,
87 "priority": 0,
88 "internalId": 0,
89 "pickListCode": "string",
90 "pickListLabel": "string",
91 "label": "string",
92 "cultureId": 0,
93 "labelDtos": [
94 {
95 "createdBy": "string",
96 "lastModifiedBy": "string",
97 "createdDate": "2019-08-24T14:15:22Z",
98 "lastModifiedDate": "2019-08-24T14:15:22Z",
99 "archived": true,
100 "externalId": "string",
101 "id": 0,
102 "cultureId": 0,
103 "value": "string"
104 }
105 ]
106 },
107 "reportCurrency": {
108 "id": 0,
109 "status": "CREATED",
110 "displayId": "string",
111 "erpSystemId": 0,
112 "erpSystemDisplayId": "string",
113 "name": "string",
114 "decimalPoints": 0,
115 "depreciationAreaId": 0
116 },
117 "expenseCategories": [
118 {
119 "id": 0,
120 "status": "CREATED",
121 "displayId": "string",
122 "name": "string",
123 "editable": true,
124 "expenseCategoryType": "PAYMENT"
125 }
126 ],
127 "massProfileFilters": [
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 "name": "string",
137 "description": "string",
138 "leaseList": true,
139 "leaseIds": [
140 0
141 ],
142 "leases": [
143 {
144 "createdBy": "string",
145 "lastModifiedBy": "string",
146 "createdDate": "2019-08-24T14:15:22Z",
147 "lastModifiedDate": "2019-08-24T14:15:22Z",
148 "archived": true,
149 "externalId": "string",
150 "id": 0,
151 "typeId": 0,
152 "terminatingLease": "2019-08-24",
153 "maximumDateTo": "2019-08-24",
154 "number": "string",
155 "validFrom": "2019-08-24",
156 "validTo": "2019-08-24",
157 "categoryId": 0,
158 "registrationNumber": "string",
159 "statusId": 0,
160 "stateId": 0,
161 "calculateTax": true,
162 "autoMonthToMonth": true,
163 "originalLeaseId": 0,
164 "scenario": true,
165 "parentLeaseId": 0,
166 "areasHistoryVersionId": 0,
167 "provisioningFrequencyName": "string",
168 "accountingApproved": true,
169 "indexationType": "string",
170 "cpiGlobalCategoryId": 0,
171 "indexationReferenceDate": "2019-08-24",
172 "currentIndexLevel": 0.1,
173 "conditionallyIndexed": true,
174 "applicableCurrentIndexLevel": 0.1,
175 "indexLevelPercentageChangeLowerBound": 0.1,
176 "indexLevelPercentageChangeUpperBound": 0.1,
177 "indexationTypeNonLease": "string",
178 "cpiGlobalCategoryIdNonLease": 0,
179 "indexationReferenceDateNonLease": "2019-08-24",
180 "currentIndexLevelNonLease": 0.1,
181 "conditionallyIndexedNonLease": true,
182 "applicableCurrentIndexLevelNonLease": 0.1,
183 "indexLevelPercentageChangeLowerBoundNonLease": 0.1,
184 "indexLevelPercentageChangeUpperBoundNonLease": 0.1,
185 "signatureDate": "2019-08-24",
186 "premiseId": 0,
187 "type": {
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 "priority": 0,
196 "internalId": 0,
197 "pickListCode": "string",
198 "pickListLabel": "string",
199 "label": "string",
200 "cultureId": 0,
201 "labelDtos": [
202 {
203 "createdBy": "string",
204 "lastModifiedBy": "string",
205 "createdDate": "2019-08-24T14:15:22Z",
206 "lastModifiedDate": "2019-08-24T14:15:22Z",
207 "archived": true,
208 "externalId": "string",
209 "id": 0,
210 "cultureId": 0,
211 "value": "string"
212 }
213 ]
214 },
215 "category": {
216 "createdBy": "string",
217 "lastModifiedBy": "string",
218 "createdDate": "2019-08-24T14:15:22Z",
219 "lastModifiedDate": "2019-08-24T14:15:22Z",
220 "archived": true,
221 "externalId": "string",
222 "id": 0,
223 "priority": 0,
224 "internalId": 0,
225 "pickListCode": "string",
226 "pickListLabel": "string",
227 "label": "string",
228 "cultureId": 0,
229 "labelDtos": [
230 {
231 "createdBy": "string",
232 "lastModifiedBy": "string",
233 "createdDate": "2019-08-24T14:15:22Z",
234 "lastModifiedDate": "2019-08-24T14:15:22Z",
235 "archived": true,
236 "externalId": "string",
237 "id": 0,
238 "cultureId": 0,
239 "value": "string"
240 }
241 ]
242 },
243 "status": {
244 "createdBy": "string",
245 "lastModifiedBy": "string",
246 "createdDate": "2019-08-24T14:15:22Z",
247 "lastModifiedDate": "2019-08-24T14:15:22Z",
248 "archived": true,
249 "externalId": "string",
250 "id": 0,
251 "priority": 0,
252 "internalId": 0,
253 "pickListCode": "string",
254 "pickListLabel": "string",
255 "label": "string",
256 "cultureId": 0,
257 "labelDtos": [
258 {
259 "createdBy": "string",
260 "lastModifiedBy": "string",
261 "createdDate": "2019-08-24T14:15:22Z",
262 "lastModifiedDate": "2019-08-24T14:15:22Z",
263 "archived": true,
264 "externalId": "string",
265 "id": 0,
266 "cultureId": 0,
267 "value": "string"
268 }
269 ]
270 },
271 "state": {
272 "createdBy": "string",
273 "lastModifiedBy": "string",
274 "createdDate": "2019-08-24T14:15:22Z",
275 "lastModifiedDate": "2019-08-24T14:15:22Z",
276 "archived": true,
277 "externalId": "string",
278 "id": 0,
279 "priority": 0,
280 "internalId": 0,
281 "pickListCode": "string",
282 "pickListLabel": "string",
283 "label": "string",
284 "cultureId": 0,
285 "labelDtos": [
286 {
287 "createdBy": "string",
288 "lastModifiedBy": "string",
289 "createdDate": "2019-08-24T14:15:22Z",
290 "lastModifiedDate": "2019-08-24T14:15:22Z",
291 "archived": true,
292 "externalId": "string",
293 "id": 0,
294 "cultureId": 0,
295 "value": "string"
296 }
297 ]
298 },
299 "version": {
300 "createdBy": "string",
301 "lastModifiedBy": "string",
302 "createdDate": "2019-08-24T14:15:22Z",
303 "lastModifiedDate": "2019-08-24T14:15:22Z",
304 "archived": true,
305 "externalId": "string",
306 "id": 0,
307 "name": "string",
308 "description": "string",
309 "modificationDate": "2019-08-24",
310 "updateContractRate": true,
311 "leaseEvent": {
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 "typeId": 0,
320 "code": "string",
321 "reviewedBy": "string",
322 "reviewedDate": "2019-08-24",
323 "reviewedStatusId": 0,
324 "activityDate": "2019-08-24",
325 "relatedPickListOptionId": 0,
326 "detail": "string",
327 "note": {
328 "createdBy": "string",
329 "lastModifiedBy": "string",
330 "createdDate": "2019-08-24T14:15:22Z",
331 "lastModifiedDate": "2019-08-24T14:15:22Z",
332 "archived": true,
333 "externalId": "string",
334 "id": 0,
335 "message": "string",
336 "preserveOriginalAudit": true,
337 "originalCreatedBy": "string",
338 "originalCreatedDate": "2019-08-24T14:15:22Z",
339 "originalLastModifiedBy": "string",
340 "originalLastModifiedDate": "2019-08-24T14:15:22Z"
341 },
342 "type": {
343 "createdBy": "string",
344 "lastModifiedBy": "string",
345 "createdDate": "2019-08-24T14:15:22Z",
346 "lastModifiedDate": "2019-08-24T14:15:22Z",
347 "archived": true,
348 "externalId": "string",
349 "id": 0,
350 "priority": 0,
351 "internalId": 0,
352 "pickListCode": "string",
353 "pickListLabel": "string",
354 "label": "string",
355 "cultureId": 0,
356 "labelDtos": [
357 {
358 "createdBy": "string",
359 "lastModifiedBy": "string",
360 "createdDate": "2019-08-24T14:15:22Z",
361 "lastModifiedDate": "2019-08-24T14:15:22Z",
362 "archived": true,
363 "externalId": "string",
364 "id": 0,
365 "cultureId": 0,
366 "value": "string"
367 }
368 ]
369 },
370 "reviewedStatus": {
371 "createdBy": "string",
372 "lastModifiedBy": "string",
373 "createdDate": "2019-08-24T14:15:22Z",
374 "lastModifiedDate": "2019-08-24T14:15:22Z",
375 "archived": true,
376 "externalId": "string",
377 "id": 0,
378 "priority": 0,
379 "internalId": 0,
380 "pickListCode": "string",
381 "pickListLabel": "string",
382 "label": "string",
383 "cultureId": 0,
384 "labelDtos": [
385 {
386 "createdBy": "string",
387 "lastModifiedBy": "string",
388 "createdDate": "2019-08-24T14:15:22Z",
389 "lastModifiedDate": "2019-08-24T14:15:22Z",
390 "archived": true,
391 "externalId": "string",
392 "id": 0,
393 "cultureId": 0,
394 "value": "string"
395 }
396 ]
397 },
398 "relatedPickListOption": {
399 "createdBy": "string",
400 "lastModifiedBy": "string",
401 "createdDate": "2019-08-24T14:15:22Z",
402 "lastModifiedDate": "2019-08-24T14:15:22Z",
403 "archived": true,
404 "externalId": "string",
405 "id": 0,
406 "priority": 0,
407 "internalId": 0,
408 "pickListCode": "string",
409 "pickListLabel": "string",
410 "label": "string",
411 "cultureId": 0,
412 "labelDtos": [
413 {
414 "createdBy": "string",
415 "lastModifiedBy": "string",
416 "createdDate": "2019-08-24T14:15:22Z",
417 "lastModifiedDate": "2019-08-24T14:15:22Z",
418 "archived": true,
419 "externalId": "string",
420 "id": 0,
421 "cultureId": 0,
422 "value": "string"
423 }
424 ]
425 },
426 "isVisiblePartnerPortal": true
427 },
428 "scenario": true,
429 "isVisibleVendorPortal": true,
430 "isTerminationVersion": true,
431 "terminationDate": "2019-08-24",
432 "penaltyAmount": 0.1,
433 "areasHistoryVersionId": 0
434 },
435 "premiseDto": {
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 "number": "string",
444 "name": "string",
445 "headPremise": true,
446 "possessionDate": "2019-08-24",
447 "openingDate": "2019-08-24",
448 "closingDate": "2019-08-24",
449 "relocationDate": "2019-08-24",
450 "vacatingDate": "2019-08-24",
451 "expansionDate": "2019-08-24",
452 "statusId": 0,
453 "usageId": 0,
454 "parentPremiseId": 0,
455 "costCenterId": 0,
456 "profitCenterId": 0,
457 "legalEntityId": 0,
458 "occupancyIds": [
459 0
460 ],
461 "locationId": 0,
462 "locationDto": {
463 "createdBy": "string",
464 "lastModifiedBy": "string",
465 "createdDate": "2019-08-24T14:15:22Z",
466 "lastModifiedDate": "2019-08-24T14:15:22Z",
467 "archived": true,
468 "externalId": "string",
469 "id": 0,
470 "number": "string",
471 "name": "string",
472 "storeNumber": "string",
473 "defaultCurrencyId": 0,
474 "defaultMeasureId": 0,
475 "typeId": 0,
476 "qualityId": 0,
477 "propertyTypeId": 0,
478 "categoryId": 0,
479 "statusId": 0,
480 "businessUnitId": 0,
481 "groupIds": [
482 0
483 ],
484 "legalEntityIds": [
485 0
486 ],
487 "defaultCurrency": {
488 "id": 0,
489 "status": "CREATED",
490 "displayId": "string",
491 "erpSystemId": 0,
492 "erpSystemDisplayId": "string",
493 "name": "string",
494 "decimalPoints": 0,
495 "depreciationAreaId": 0
496 },
497 "defaultUnitValue": {
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 "unitId": 0,
506 "unitOfMeasureId": 0,
507 "erpSystemId": 0,
508 "unit": {
509 "createdBy": "string",
510 "lastModifiedBy": "string",
511 "createdDate": "2019-08-24T14:15:22Z",
512 "lastModifiedDate": "2019-08-24T14:15:22Z",
513 "archived": true,
514 "externalId": "string",
515 "id": 0,
516 "priority": 0,
517 "internalId": 0,
518 "pickListCode": "string",
519 "pickListLabel": "string",
520 "label": "string",
521 "cultureId": 0,
522 "labelDtos": [
523 {}
524 ]
525 },
526 "unitOfMeasure": {
527 "id": 0,
528 "status": "CREATED",
529 "displayId": "string",
530 "erpSystemId": 0,
531 "erpSystemDisplayId": "string",
532 "name": "string"
533 }
534 },
535 "type": {
536 "createdBy": "string",
537 "lastModifiedBy": "string",
538 "createdDate": "2019-08-24T14:15:22Z",
539 "lastModifiedDate": "2019-08-24T14:15:22Z",
540 "archived": true,
541 "externalId": "string",
542 "id": 0,
543 "priority": 0,
544 "internalId": 0,
545 "pickListCode": "string",
546 "pickListLabel": "string",
547 "label": "string",
548 "cultureId": 0,
549 "labelDtos": [
550 {
551 "createdBy": "string",
552 "lastModifiedBy": "string",
553 "createdDate": "2019-08-24T14:15:22Z",
554 "lastModifiedDate": "2019-08-24T14:15:22Z",
555 "archived": true,
556 "externalId": "string",
557 "id": 0,
558 "cultureId": 0,
559 "value": "string"
560 }
561 ]
562 },
563 "quality": {
564 "createdBy": "string",
565 "lastModifiedBy": "string",
566 "createdDate": "2019-08-24T14:15:22Z",
567 "lastModifiedDate": "2019-08-24T14:15:22Z",
568 "archived": true,
569 "externalId": "string",
570 "id": 0,
571 "priority": 0,
572 "internalId": 0,
573 "pickListCode": "string",
574 "pickListLabel": "string",
575 "label": "string",
576 "cultureId": 0,
577 "labelDtos": [
578 {
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 "cultureId": 0,
587 "value": "string"
588 }
589 ]
590 },
591 "propertyType": {
592 "createdBy": "string",
593 "lastModifiedBy": "string",
594 "createdDate": "2019-08-24T14:15:22Z",
595 "lastModifiedDate": "2019-08-24T14:15:22Z",
596 "archived": true,
597 "externalId": "string",
598 "id": 0,
599 "priority": 0,
600 "internalId": 0,
601 "pickListCode": "string",
602 "pickListLabel": "string",
603 "label": "string",
604 "cultureId": 0,
605 "labelDtos": [
606 {
607 "createdBy": "string",
608 "lastModifiedBy": "string",
609 "createdDate": "2019-08-24T14:15:22Z",
610 "lastModifiedDate": "2019-08-24T14:15:22Z",
611 "archived": true,
612 "externalId": "string",
613 "id": 0,
614 "cultureId": 0,
615 "value": "string"
616 }
617 ]
618 },
619 "category": {
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 "status": {
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 "addressDto": {
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 "street": "string",
684 "civicNumber": "string",
685 "suite": "string",
686 "postalCode": "string",
687 "lon": 0.1,
688 "lat": 0.1,
689 "city": {
690 "createdBy": "string",
691 "lastModifiedBy": "string",
692 "createdDate": "2019-08-24T14:15:22Z",
693 "lastModifiedDate": "2019-08-24T14:15:22Z",
694 "archived": true,
695 "externalId": "string",
696 "id": 0,
697 "name": "string",
698 "province": {
699 "createdBy": "string",
700 "lastModifiedBy": "string",
701 "createdDate": "2019-08-24T14:15:22Z",
702 "lastModifiedDate": "2019-08-24T14:15:22Z",
703 "archived": true,
704 "externalId": "string",
705 "id": 0,
706 "name": "string",
707 "code": "string",
708 "country": {},
709 "provinceCountryKey": "string"
710 },
711 "cityProvinceCountryKey": "string"
712 },
713 "district": {
714 "createdBy": "string",
715 "lastModifiedBy": "string",
716 "createdDate": "2019-08-24T14:15:22Z",
717 "lastModifiedDate": "2019-08-24T14:15:22Z",
718 "archived": true,
719 "externalId": "string",
720 "id": 0,
721 "name": "string",
722 "city": {
723 "createdBy": "string",
724 "lastModifiedBy": "string",
725 "createdDate": "2019-08-24T14:15:22Z",
726 "lastModifiedDate": "2019-08-24T14:15:22Z",
727 "archived": true,
728 "externalId": "string",
729 "id": 0,
730 "name": "string",
731 "province": {},
732 "cityProvinceCountryKey": "string"
733 }
734 },
735 "cityId": 0,
736 "districtId": 0
737 },
738 "secondAddressDto": {
739 "createdBy": "string",
740 "lastModifiedBy": "string",
741 "createdDate": "2019-08-24T14:15:22Z",
742 "lastModifiedDate": "2019-08-24T14:15:22Z",
743 "archived": true,
744 "externalId": "string",
745 "id": 0,
746 "street": "string",
747 "civicNumber": "string",
748 "suite": "string",
749 "postalCode": "string",
750 "lon": 0.1,
751 "lat": 0.1,
752 "city": {
753 "createdBy": "string",
754 "lastModifiedBy": "string",
755 "createdDate": "2019-08-24T14:15:22Z",
756 "lastModifiedDate": "2019-08-24T14:15:22Z",
757 "archived": true,
758 "externalId": "string",
759 "id": 0,
760 "name": "string",
761 "province": {
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 "name": "string",
770 "code": "string",
771 "country": {},
772 "provinceCountryKey": "string"
773 },
774 "cityProvinceCountryKey": "string"
775 },
776 "district": {
777 "createdBy": "string",
778 "lastModifiedBy": "string",
779 "createdDate": "2019-08-24T14:15:22Z",
780 "lastModifiedDate": "2019-08-24T14:15:22Z",
781 "archived": true,
782 "externalId": "string",
783 "id": 0,
784 "name": "string",
785 "city": {
786 "createdBy": "string",
787 "lastModifiedBy": "string",
788 "createdDate": "2019-08-24T14:15:22Z",
789 "lastModifiedDate": "2019-08-24T14:15:22Z",
790 "archived": true,
791 "externalId": "string",
792 "id": 0,
793 "name": "string",
794 "province": {},
795 "cityProvinceCountryKey": "string"
796 }
797 },
798 "cityId": 0,
799 "districtId": 0
800 }
801 },
802 "status": {
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 "usage": {
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 "occupanciesDto": [
859 {
860 "createdBy": "string",
861 "lastModifiedBy": "string",
862 "createdDate": "2019-08-24T14:15:22Z",
863 "lastModifiedDate": "2019-08-24T14:15:22Z",
864 "archived": true,
865 "externalId": "string",
866 "id": 0,
867 "priority": 0,
868 "internalId": 0,
869 "pickListCode": "string",
870 "pickListLabel": "string",
871 "label": "string",
872 "cultureId": 0,
873 "labelDtos": [
874 {
875 "createdBy": "string",
876 "lastModifiedBy": "string",
877 "createdDate": "2019-08-24T14:15:22Z",
878 "lastModifiedDate": "2019-08-24T14:15:22Z",
879 "archived": true,
880 "externalId": "string",
881 "id": 0,
882 "cultureId": 0,
883 "value": "string"
884 }
885 ]
886 }
887 ]
888 },
889 "isTerminationVersion": true
890 }
891 ],
892 "leaseFileNumbers": [
893 "string"
894 ],
895 "validFrom": "2019-08-24",
896 "validTo": "2019-08-24",
897 "cityIds": [
898 0
899 ],
900 "provinceIds": [
901 0
902 ],
903 "countryIds": [
904 0
905 ],
906 "premiseIds": [
907 0
908 ],
909 "locationIds": [
910 0
911 ],
912 "businessUnitIds": [
913 0
914 ],
915 "legalEntityIds": [
916 0
917 ],
918 "groupIds": [
919 "string"
920 ],
921 "groupOptionIds": [
922 0
923 ],
924 "masterAgreementIds": [
925 0
926 ],
927 "contractIds": [
928 0
929 ],
930 "statusIds": [
931 0
932 ],
933 "cities": [
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 "name": "string",
943 "province": {
944 "createdBy": "string",
945 "lastModifiedBy": "string",
946 "createdDate": "2019-08-24T14:15:22Z",
947 "lastModifiedDate": "2019-08-24T14:15:22Z",
948 "archived": true,
949 "externalId": "string",
950 "id": 0,
951 "name": "string",
952 "country": {
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 "name": "string",
961 "code": "string"
962 },
963 "code": "string",
964 "countryId": 0
965 },
966 "provinceId": 0
967 }
968 ],
969 "provinces": [
970 {
971 "createdBy": "string",
972 "lastModifiedBy": "string",
973 "createdDate": "2019-08-24T14:15:22Z",
974 "lastModifiedDate": "2019-08-24T14:15:22Z",
975 "archived": true,
976 "externalId": "string",
977 "id": 0,
978 "name": "string",
979 "country": {
980 "createdBy": "string",
981 "lastModifiedBy": "string",
982 "createdDate": "2019-08-24T14:15:22Z",
983 "lastModifiedDate": "2019-08-24T14:15:22Z",
984 "archived": true,
985 "externalId": "string",
986 "id": 0,
987 "name": "string",
988 "code": "string"
989 },
990 "code": "string",
991 "countryId": 0
992 }
993 ],
994 "countries": [
995 {
996 "createdBy": "string",
997 "lastModifiedBy": "string",
998 "createdDate": "2019-08-24T14:15:22Z",
999 "lastModifiedDate": "2019-08-24T14:15:22Z",
1000 "archived": true,
1001 "externalId": "string",
1002 "id": 0,
1003 "name": "string",
1004 "code": "string"
1005 }
1006 ],
1007 "locations": [
1008 {
1009 "createdBy": "string",
1010 "lastModifiedBy": "string",
1011 "createdDate": "2019-08-24T14:15:22Z",
1012 "lastModifiedDate": "2019-08-24T14:15:22Z",
1013 "archived": true,
1014 "externalId": "string",
1015 "id": 0,
1016 "number": "string",
1017 "name": "string",
1018 "storeNumber": "string",
1019 "defaultCurrencyId": 0,
1020 "defaultMeasureId": 0,
1021 "typeId": 0,
1022 "qualityId": 0,
1023 "propertyTypeId": 0,
1024 "categoryId": 0,
1025 "statusId": 0,
1026 "businessUnitId": 0,
1027 "groupIds": [
1028 0
1029 ],
1030 "legalEntityIds": [
1031 0
1032 ],
1033 "defaultCurrency": {
1034 "id": 0,
1035 "status": "CREATED",
1036 "displayId": "string",
1037 "erpSystemId": 0,
1038 "erpSystemDisplayId": "string",
1039 "name": "string",
1040 "decimalPoints": 0,
1041 "depreciationAreaId": 0
1042 },
1043 "defaultUnitValue": {
1044 "createdBy": "string",
1045 "lastModifiedBy": "string",
1046 "createdDate": "2019-08-24T14:15:22Z",
1047 "lastModifiedDate": "2019-08-24T14:15:22Z",
1048 "archived": true,
1049 "externalId": "string",
1050 "id": 0,
1051 "unitId": 0,
1052 "unitOfMeasureId": 0,
1053 "erpSystemId": 0,
1054 "unit": {
1055 "createdBy": "string",
1056 "lastModifiedBy": "string",
1057 "createdDate": "2019-08-24T14:15:22Z",
1058 "lastModifiedDate": "2019-08-24T14:15:22Z",
1059 "archived": true,
1060 "externalId": "string",
1061 "id": 0,
1062 "priority": 0,
1063 "internalId": 0,
1064 "pickListCode": "string",
1065 "pickListLabel": "string",
1066 "label": "string",
1067 "cultureId": 0,
1068 "labelDtos": [
1069 {
1070 "createdBy": "string",
1071 "lastModifiedBy": "string",
1072 "createdDate": "2019-08-24T14:15:22Z",
1073 "lastModifiedDate": "2019-08-24T14:15:22Z",
1074 "archived": true,
1075 "externalId": "string",
1076 "id": 0,
1077 "cultureId": 0,
1078 "value": "string"
1079 }
1080 ]
1081 },
1082 "unitOfMeasure": {
1083 "id": 0,
1084 "status": "CREATED",
1085 "displayId": "string",
1086 "erpSystemId": 0,
1087 "erpSystemDisplayId": "string",
1088 "name": "string"
1089 }
1090 },
1091 "type": {
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 "priority": 0,
1100 "internalId": 0,
1101 "pickListCode": "string",
1102 "pickListLabel": "string",
1103 "label": "string",
1104 "cultureId": 0,
1105 "labelDtos": [
1106 {
1107 "createdBy": "string",
1108 "lastModifiedBy": "string",
1109 "createdDate": "2019-08-24T14:15:22Z",
1110 "lastModifiedDate": "2019-08-24T14:15:22Z",
1111 "archived": true,
1112 "externalId": "string",
1113 "id": 0,
1114 "cultureId": 0,
1115 "value": "string"
1116 }
1117 ]
1118 },
1119 "quality": {
1120 "createdBy": "string",
1121 "lastModifiedBy": "string",
1122 "createdDate": "2019-08-24T14:15:22Z",
1123 "lastModifiedDate": "2019-08-24T14:15:22Z",
1124 "archived": true,
1125 "externalId": "string",
1126 "id": 0,
1127 "priority": 0,
1128 "internalId": 0,
1129 "pickListCode": "string",
1130 "pickListLabel": "string",
1131 "label": "string",
1132 "cultureId": 0,
1133 "labelDtos": [
1134 {
1135 "createdBy": "string",
1136 "lastModifiedBy": "string",
1137 "createdDate": "2019-08-24T14:15:22Z",
1138 "lastModifiedDate": "2019-08-24T14:15:22Z",
1139 "archived": true,
1140 "externalId": "string",
1141 "id": 0,
1142 "cultureId": 0,
1143 "value": "string"
1144 }
1145 ]
1146 },
1147 "propertyType": {
1148 "createdBy": "string",
1149 "lastModifiedBy": "string",
1150 "createdDate": "2019-08-24T14:15:22Z",
1151 "lastModifiedDate": "2019-08-24T14:15:22Z",
1152 "archived": true,
1153 "externalId": "string",
1154 "id": 0,
1155 "priority": 0,
1156 "internalId": 0,
1157 "pickListCode": "string",
1158 "pickListLabel": "string",
1159 "label": "string",
1160 "cultureId": 0,
1161 "labelDtos": [
1162 {
1163 "createdBy": "string",
1164 "lastModifiedBy": "string",
1165 "createdDate": "2019-08-24T14:15:22Z",
1166 "lastModifiedDate": "2019-08-24T14:15:22Z",
1167 "archived": true,
1168 "externalId": "string",
1169 "id": 0,
1170 "cultureId": 0,
1171 "value": "string"
1172 }
1173 ]
1174 },
1175 "category": {
1176 "createdBy": "string",
1177 "lastModifiedBy": "string",
1178 "createdDate": "2019-08-24T14:15:22Z",
1179 "lastModifiedDate": "2019-08-24T14:15:22Z",
1180 "archived": true,
1181 "externalId": "string",
1182 "id": 0,
1183 "priority": 0,
1184 "internalId": 0,
1185 "pickListCode": "string",
1186 "pickListLabel": "string",
1187 "label": "string",
1188 "cultureId": 0,
1189 "labelDtos": [
1190 {
1191 "createdBy": "string",
1192 "lastModifiedBy": "string",
1193 "createdDate": "2019-08-24T14:15:22Z",
1194 "lastModifiedDate": "2019-08-24T14:15:22Z",
1195 "archived": true,
1196 "externalId": "string",
1197 "id": 0,
1198 "cultureId": 0,
1199 "value": "string"
1200 }
1201 ]
1202 },
1203 "status": {
1204 "createdBy": "string",
1205 "lastModifiedBy": "string",
1206 "createdDate": "2019-08-24T14:15:22Z",
1207 "lastModifiedDate": "2019-08-24T14:15:22Z",
1208 "archived": true,
1209 "externalId": "string",
1210 "id": 0,
1211 "priority": 0,
1212 "internalId": 0,
1213 "pickListCode": "string",
1214 "pickListLabel": "string",
1215 "label": "string",
1216 "cultureId": 0,
1217 "labelDtos": [
1218 {
1219 "createdBy": "string",
1220 "lastModifiedBy": "string",
1221 "createdDate": "2019-08-24T14:15:22Z",
1222 "lastModifiedDate": "2019-08-24T14:15:22Z",
1223 "archived": true,
1224 "externalId": "string",
1225 "id": 0,
1226 "cultureId": 0,
1227 "value": "string"
1228 }
1229 ]
1230 },
1231 "addressDto": {
1232 "createdBy": "string",
1233 "lastModifiedBy": "string",
1234 "createdDate": "2019-08-24T14:15:22Z",
1235 "lastModifiedDate": "2019-08-24T14:15:22Z",
1236 "archived": true,
1237 "externalId": "string",
1238 "id": 0,
1239 "street": "string",
1240 "civicNumber": "string",
1241 "suite": "string",
1242 "postalCode": "string",
1243 "lon": 0.1,
1244 "lat": 0.1,
1245 "city": {
1246 "createdBy": "string",
1247 "lastModifiedBy": "string",
1248 "createdDate": "2019-08-24T14:15:22Z",
1249 "lastModifiedDate": "2019-08-24T14:15:22Z",
1250 "archived": true,
1251 "externalId": "string",
1252 "id": 0,
1253 "name": "string",
1254 "province": {
1255 "createdBy": "string",
1256 "lastModifiedBy": "string",
1257 "createdDate": "2019-08-24T14:15:22Z",
1258 "lastModifiedDate": "2019-08-24T14:15:22Z",
1259 "archived": true,
1260 "externalId": "string",
1261 "id": 0,
1262 "name": "string",
1263 "code": "string",
1264 "country": {
1265 "createdBy": "string",
1266 "lastModifiedBy": "string",
1267 "createdDate": "2019-08-24T14:15:22Z",
1268 "lastModifiedDate": "2019-08-24T14:15:22Z",
1269 "archived": true,
1270 "externalId": "string",
1271 "id": 0,
1272 "name": "string",
1273 "code": "string"
1274 },
1275 "provinceCountryKey": "string"
1276 },
1277 "cityProvinceCountryKey": "string"
1278 },
1279 "district": {
1280 "createdBy": "string",
1281 "lastModifiedBy": "string",
1282 "createdDate": "2019-08-24T14:15:22Z",
1283 "lastModifiedDate": "2019-08-24T14:15:22Z",
1284 "archived": true,
1285 "externalId": "string",
1286 "id": 0,
1287 "name": "string",
1288 "city": {
1289 "createdBy": "string",
1290 "lastModifiedBy": "string",
1291 "createdDate": "2019-08-24T14:15:22Z",
1292 "lastModifiedDate": "2019-08-24T14:15:22Z",
1293 "archived": true,
1294 "externalId": "string",
1295 "id": 0,
1296 "name": "string",
1297 "province": {
1298 "createdBy": "string",
1299 "lastModifiedBy": "string",
1300 "createdDate": "2019-08-24T14:15:22Z",
1301 "lastModifiedDate": "2019-08-24T14:15:22Z",
1302 "archived": true,
1303 "externalId": "string",
1304 "id": 0,
1305 "name": "string",
1306 "code": "string",
1307 "country": {
1308 "createdBy": "string",
1309 "lastModifiedBy": "string",
1310 "createdDate": "2019-08-24T14:15:22Z",
1311 "lastModifiedDate": "2019-08-24T14:15:22Z",
1312 "archived": true,
1313 "externalId": "string",
1314 "id": 0,
1315 "name": "string",
1316 "code": "string"
1317 },
1318 "provinceCountryKey": "string"
1319 },
1320 "cityProvinceCountryKey": "string"
1321 }
1322 },
1323 "cityId": 0,
1324 "districtId": 0
1325 },
1326 "secondAddressDto": {
1327 "createdBy": "string",
1328 "lastModifiedBy": "string",
1329 "createdDate": "2019-08-24T14:15:22Z",
1330 "lastModifiedDate": "2019-08-24T14:15:22Z",
1331 "archived": true,
1332 "externalId": "string",
1333 "id": 0,
1334 "street": "string",
1335 "civicNumber": "string",
1336 "suite": "string",
1337 "postalCode": "string",
1338 "lon": 0.1,
1339 "lat": 0.1,
1340 "city": {
1341 "createdBy": "string",
1342 "lastModifiedBy": "string",
1343 "createdDate": "2019-08-24T14:15:22Z",
1344 "lastModifiedDate": "2019-08-24T14:15:22Z",
1345 "archived": true,
1346 "externalId": "string",
1347 "id": 0,
1348 "name": "string",
1349 "province": {
1350 "createdBy": "string",
1351 "lastModifiedBy": "string",
1352 "createdDate": "2019-08-24T14:15:22Z",
1353 "lastModifiedDate": "2019-08-24T14:15:22Z",
1354 "archived": true,
1355 "externalId": "string",
1356 "id": 0,
1357 "name": "string",
1358 "code": "string",
1359 "country": {
1360 "createdBy": "string",
1361 "lastModifiedBy": "string",
1362 "createdDate": "2019-08-24T14:15:22Z",
1363 "lastModifiedDate": "2019-08-24T14:15:22Z",
1364 "archived": true,
1365 "externalId": "string",
1366 "id": 0,
1367 "name": "string",
1368 "code": "string"
1369 },
1370 "provinceCountryKey": "string"
1371 },
1372 "cityProvinceCountryKey": "string"
1373 },
1374 "district": {
1375 "createdBy": "string",
1376 "lastModifiedBy": "string",
1377 "createdDate": "2019-08-24T14:15:22Z",
1378 "lastModifiedDate": "2019-08-24T14:15:22Z",
1379 "archived": true,
1380 "externalId": "string",
1381 "id": 0,
1382 "name": "string",
1383 "city": {
1384 "createdBy": "string",
1385 "lastModifiedBy": "string",
1386 "createdDate": "2019-08-24T14:15:22Z",
1387 "lastModifiedDate": "2019-08-24T14:15:22Z",
1388 "archived": true,
1389 "externalId": "string",
1390 "id": 0,
1391 "name": "string",
1392 "province": {
1393 "createdBy": "string",
1394 "lastModifiedBy": "string",
1395 "createdDate": "2019-08-24T14:15:22Z",
1396 "lastModifiedDate": "2019-08-24T14:15:22Z",
1397 "archived": true,
1398 "externalId": "string",
1399 "id": 0,
1400 "name": "string",
1401 "code": "string",
1402 "country": {
1403 "createdBy": "string",
1404 "lastModifiedBy": "string",
1405 "createdDate": "2019-08-24T14:15:22Z",
1406 "lastModifiedDate": "2019-08-24T14:15:22Z",
1407 "archived": true,
1408 "externalId": "string",
1409 "id": 0,
1410 "name": "string",
1411 "code": "string"
1412 },
1413 "provinceCountryKey": "string"
1414 },
1415 "cityProvinceCountryKey": "string"
1416 }
1417 },
1418 "cityId": 0,
1419 "districtId": 0
1420 }
1421 }
1422 ],
1423 "premises": [
1424 {
1425 "createdBy": "string",
1426 "lastModifiedBy": "string",
1427 "createdDate": "2019-08-24T14:15:22Z",
1428 "lastModifiedDate": "2019-08-24T14:15:22Z",
1429 "archived": true,
1430 "externalId": "string",
1431 "id": 0,
1432 "number": "string",
1433 "name": "string",
1434 "headPremise": true,
1435 "possessionDate": "2019-08-24",
1436 "openingDate": "2019-08-24",
1437 "closingDate": "2019-08-24",
1438 "relocationDate": "2019-08-24",
1439 "vacatingDate": "2019-08-24",
1440 "expansionDate": "2019-08-24",
1441 "statusId": 0,
1442 "usageId": 0,
1443 "parentPremiseId": 0,
1444 "costCenterId": 0,
1445 "profitCenterId": 0,
1446 "legalEntityId": 0,
1447 "occupancyIds": [
1448 0
1449 ],
1450 "locationId": 0,
1451 "locationDto": {
1452 "createdBy": "string",
1453 "lastModifiedBy": "string",
1454 "createdDate": "2019-08-24T14:15:22Z",
1455 "lastModifiedDate": "2019-08-24T14:15:22Z",
1456 "archived": true,
1457 "externalId": "string",
1458 "id": 0,
1459 "number": "string",
1460 "name": "string",
1461 "storeNumber": "string",
1462 "defaultCurrencyId": 0,
1463 "defaultMeasureId": 0,
1464 "typeId": 0,
1465 "qualityId": 0,
1466 "propertyTypeId": 0,
1467 "categoryId": 0,
1468 "statusId": 0,
1469 "businessUnitId": 0,
1470 "groupIds": [
1471 0
1472 ],
1473 "legalEntityIds": [
1474 0
1475 ],
1476 "defaultCurrency": {
1477 "id": 0,
1478 "status": "CREATED",
1479 "displayId": "string",
1480 "erpSystemId": 0,
1481 "erpSystemDisplayId": "string",
1482 "name": "string",
1483 "decimalPoints": 0,
1484 "depreciationAreaId": 0
1485 },
1486 "defaultUnitValue": {
1487 "createdBy": "string",
1488 "lastModifiedBy": "string",
1489 "createdDate": "2019-08-24T14:15:22Z",
1490 "lastModifiedDate": "2019-08-24T14:15:22Z",
1491 "archived": true,
1492 "externalId": "string",
1493 "id": 0,
1494 "unitId": 0,
1495 "unitOfMeasureId": 0,
1496 "erpSystemId": 0,
1497 "unit": {
1498 "createdBy": "string",
1499 "lastModifiedBy": "string",
1500 "createdDate": "2019-08-24T14:15:22Z",
1501 "lastModifiedDate": "2019-08-24T14:15:22Z",
1502 "archived": true,
1503 "externalId": "string",
1504 "id": 0,
1505 "priority": 0,
1506 "internalId": 0,
1507 "pickListCode": "string",
1508 "pickListLabel": "string",
1509 "label": "string",
1510 "cultureId": 0,
1511 "labelDtos": [
1512 {
1513 "createdBy": "string",
1514 "lastModifiedBy": "string",
1515 "createdDate": "2019-08-24T14:15:22Z",
1516 "lastModifiedDate": "2019-08-24T14:15:22Z",
1517 "archived": true,
1518 "externalId": "string",
1519 "id": 0,
1520 "cultureId": 0,
1521 "value": "string"
1522 }
1523 ]
1524 },
1525 "unitOfMeasure": {
1526 "id": 0,
1527 "status": "CREATED",
1528 "displayId": "string",
1529 "erpSystemId": 0,
1530 "erpSystemDisplayId": "string",
1531 "name": "string"
1532 }
1533 },
1534 "type": {
1535 "createdBy": "string",
1536 "lastModifiedBy": "string",
1537 "createdDate": "2019-08-24T14:15:22Z",
1538 "lastModifiedDate": "2019-08-24T14:15:22Z",
1539 "archived": true,
1540 "externalId": "string",
1541 "id": 0,
1542 "priority": 0,
1543 "internalId": 0,
1544 "pickListCode": "string",
1545 "pickListLabel": "string",
1546 "label": "string",
1547 "cultureId": 0,
1548 "labelDtos": [
1549 {
1550 "createdBy": "string",
1551 "lastModifiedBy": "string",
1552 "createdDate": "2019-08-24T14:15:22Z",
1553 "lastModifiedDate": "2019-08-24T14:15:22Z",
1554 "archived": true,
1555 "externalId": "string",
1556 "id": 0,
1557 "cultureId": 0,
1558 "value": "string"
1559 }
1560 ]
1561 },
1562 "quality": {
1563 "createdBy": "string",
1564 "lastModifiedBy": "string",
1565 "createdDate": "2019-08-24T14:15:22Z",
1566 "lastModifiedDate": "2019-08-24T14:15:22Z",
1567 "archived": true,
1568 "externalId": "string",
1569 "id": 0,
1570 "priority": 0,
1571 "internalId": 0,
1572 "pickListCode": "string",
1573 "pickListLabel": "string",
1574 "label": "string",
1575 "cultureId": 0,
1576 "labelDtos": [
1577 {
1578 "createdBy": "string",
1579 "lastModifiedBy": "string",
1580 "createdDate": "2019-08-24T14:15:22Z",
1581 "lastModifiedDate": "2019-08-24T14:15:22Z",
1582 "archived": true,
1583 "externalId": "string",
1584 "id": 0,
1585 "cultureId": 0,
1586 "value": "string"
1587 }
1588 ]
1589 },
1590 "propertyType": {
1591 "createdBy": "string",
1592 "lastModifiedBy": "string",
1593 "createdDate": "2019-08-24T14:15:22Z",
1594 "lastModifiedDate": "2019-08-24T14:15:22Z",
1595 "archived": true,
1596 "externalId": "string",
1597 "id": 0,
1598 "priority": 0,
1599 "internalId": 0,
1600 "pickListCode": "string",
1601 "pickListLabel": "string",
1602 "label": "string",
1603 "cultureId": 0,
1604 "labelDtos": [
1605 {
1606 "createdBy": "string",
1607 "lastModifiedBy": "string",
1608 "createdDate": "2019-08-24T14:15:22Z",
1609 "lastModifiedDate": "2019-08-24T14:15:22Z",
1610 "archived": true,
1611 "externalId": "string",
1612 "id": 0,
1613 "cultureId": 0,
1614 "value": "string"
1615 }
1616 ]
1617 },
1618 "category": {
1619 "createdBy": "string",
1620 "lastModifiedBy": "string",
1621 "createdDate": "2019-08-24T14:15:22Z",
1622 "lastModifiedDate": "2019-08-24T14:15:22Z",
1623 "archived": true,
1624 "externalId": "string",
1625 "id": 0,
1626 "priority": 0,
1627 "internalId": 0,
1628 "pickListCode": "string",
1629 "pickListLabel": "string",
1630 "label": "string",
1631 "cultureId": 0,
1632 "labelDtos": [
1633 {
1634 "createdBy": "string",
1635 "lastModifiedBy": "string",
1636 "createdDate": "2019-08-24T14:15:22Z",
1637 "lastModifiedDate": "2019-08-24T14:15:22Z",
1638 "archived": true,
1639 "externalId": "string",
1640 "id": 0,
1641 "cultureId": 0,
1642 "value": "string"
1643 }
1644 ]
1645 },
1646 "status": {
1647 "createdBy": "string",
1648 "lastModifiedBy": "string",
1649 "createdDate": "2019-08-24T14:15:22Z",
1650 "lastModifiedDate": "2019-08-24T14:15:22Z",
1651 "archived": true,
1652 "externalId": "string",
1653 "id": 0,
1654 "priority": 0,
1655 "internalId": 0,
1656 "pickListCode": "string",
1657 "pickListLabel": "string",
1658 "label": "string",
1659 "cultureId": 0,
1660 "labelDtos": [
1661 {
1662 "createdBy": "string",
1663 "lastModifiedBy": "string",
1664 "createdDate": "2019-08-24T14:15:22Z",
1665 "lastModifiedDate": "2019-08-24T14:15:22Z",
1666 "archived": true,
1667 "externalId": "string",
1668 "id": 0,
1669 "cultureId": 0,
1670 "value": "string"
1671 }
1672 ]
1673 },
1674 "addressDto": {
1675 "createdBy": "string",
1676 "lastModifiedBy": "string",
1677 "createdDate": "2019-08-24T14:15:22Z",
1678 "lastModifiedDate": "2019-08-24T14:15:22Z",
1679 "archived": true,
1680 "externalId": "string",
1681 "id": 0,
1682 "street": "string",
1683 "civicNumber": "string",
1684 "suite": "string",
1685 "postalCode": "string",
1686 "lon": 0.1,
1687 "lat": 0.1,
1688 "city": {
1689 "createdBy": "string",
1690 "lastModifiedBy": "string",
1691 "createdDate": "2019-08-24T14:15:22Z",
1692 "lastModifiedDate": "2019-08-24T14:15:22Z",
1693 "archived": true,
1694 "externalId": "string",
1695 "id": 0,
1696 "name": "string",
1697 "province": {
1698 "createdBy": "string",
1699 "lastModifiedBy": "string",
1700 "createdDate": "2019-08-24T14:15:22Z",
1701 "lastModifiedDate": "2019-08-24T14:15:22Z",
1702 "archived": true,
1703 "externalId": "string",
1704 "id": 0,
1705 "name": "string",
1706 "code": "string",
1707 "country": {
1708 "createdBy": "string",
1709 "lastModifiedBy": "string",
1710 "createdDate": "2019-08-24T14:15:22Z",
1711 "lastModifiedDate": "2019-08-24T14:15:22Z",
1712 "archived": true,
1713 "externalId": "string",
1714 "id": 0,
1715 "name": "string",
1716 "code": "string"
1717 },
1718 "provinceCountryKey": "string"
1719 },
1720 "cityProvinceCountryKey": "string"
1721 },
1722 "district": {
1723 "createdBy": "string",
1724 "lastModifiedBy": "string",
1725 "createdDate": "2019-08-24T14:15:22Z",
1726 "lastModifiedDate": "2019-08-24T14:15:22Z",
1727 "archived": true,
1728 "externalId": "string",
1729 "id": 0,
1730 "name": "string",
1731 "city": {
1732 "createdBy": "string",
1733 "lastModifiedBy": "string",
1734 "createdDate": "2019-08-24T14:15:22Z",
1735 "lastModifiedDate": "2019-08-24T14:15:22Z",
1736 "archived": true,
1737 "externalId": "string",
1738 "id": 0,
1739 "name": "string",
1740 "province": {
1741 "createdBy": "string",
1742 "lastModifiedBy": "string",
1743 "createdDate": "2019-08-24T14:15:22Z",
1744 "lastModifiedDate": "2019-08-24T14:15:22Z",
1745 "archived": true,
1746 "externalId": "string",
1747 "id": 0,
1748 "name": "string",
1749 "code": "string",
1750 "country": {},
1751 "provinceCountryKey": "string"
1752 },
1753 "cityProvinceCountryKey": "string"
1754 }
1755 },
1756 "cityId": 0,
1757 "districtId": 0
1758 },
1759 "secondAddressDto": {
1760 "createdBy": "string",
1761 "lastModifiedBy": "string",
1762 "createdDate": "2019-08-24T14:15:22Z",
1763 "lastModifiedDate": "2019-08-24T14:15:22Z",
1764 "archived": true,
1765 "externalId": "string",
1766 "id": 0,
1767 "street": "string",
1768 "civicNumber": "string",
1769 "suite": "string",
1770 "postalCode": "string",
1771 "lon": 0.1,
1772 "lat": 0.1,
1773 "city": {
1774 "createdBy": "string",
1775 "lastModifiedBy": "string",
1776 "createdDate": "2019-08-24T14:15:22Z",
1777 "lastModifiedDate": "2019-08-24T14:15:22Z",
1778 "archived": true,
1779 "externalId": "string",
1780 "id": 0,
1781 "name": "string",
1782 "province": {
1783 "createdBy": "string",
1784 "lastModifiedBy": "string",
1785 "createdDate": "2019-08-24T14:15:22Z",
1786 "lastModifiedDate": "2019-08-24T14:15:22Z",
1787 "archived": true,
1788 "externalId": "string",
1789 "id": 0,
1790 "name": "string",
1791 "code": "string",
1792 "country": {
1793 "createdBy": "string",
1794 "lastModifiedBy": "string",
1795 "createdDate": "2019-08-24T14:15:22Z",
1796 "lastModifiedDate": "2019-08-24T14:15:22Z",
1797 "archived": true,
1798 "externalId": "string",
1799 "id": 0,
1800 "name": "string",
1801 "code": "string"
1802 },
1803 "provinceCountryKey": "string"
1804 },
1805 "cityProvinceCountryKey": "string"
1806 },
1807 "district": {
1808 "createdBy": "string",
1809 "lastModifiedBy": "string",
1810 "createdDate": "2019-08-24T14:15:22Z",
1811 "lastModifiedDate": "2019-08-24T14:15:22Z",
1812 "archived": true,
1813 "externalId": "string",
1814 "id": 0,
1815 "name": "string",
1816 "city": {
1817 "createdBy": "string",
1818 "lastModifiedBy": "string",
1819 "createdDate": "2019-08-24T14:15:22Z",
1820 "lastModifiedDate": "2019-08-24T14:15:22Z",
1821 "archived": true,
1822 "externalId": "string",
1823 "id": 0,
1824 "name": "string",
1825 "province": {
1826 "createdBy": "string",
1827 "lastModifiedBy": "string",
1828 "createdDate": "2019-08-24T14:15:22Z",
1829 "lastModifiedDate": "2019-08-24T14:15:22Z",
1830 "archived": true,
1831 "externalId": "string",
1832 "id": 0,
1833 "name": "string",
1834 "code": "string",
1835 "country": {},
1836 "provinceCountryKey": "string"
1837 },
1838 "cityProvinceCountryKey": "string"
1839 }
1840 },
1841 "cityId": 0,
1842 "districtId": 0
1843 }
1844 },
1845 "status": {
1846 "createdBy": "string",
1847 "lastModifiedBy": "string",
1848 "createdDate": "2019-08-24T14:15:22Z",
1849 "lastModifiedDate": "2019-08-24T14:15:22Z",
1850 "archived": true,
1851 "externalId": "string",
1852 "id": 0,
1853 "priority": 0,
1854 "internalId": 0,
1855 "pickListCode": "string",
1856 "pickListLabel": "string",
1857 "label": "string",
1858 "cultureId": 0,
1859 "labelDtos": [
1860 {
1861 "createdBy": "string",
1862 "lastModifiedBy": "string",
1863 "createdDate": "2019-08-24T14:15:22Z",
1864 "lastModifiedDate": "2019-08-24T14:15:22Z",
1865 "archived": true,
1866 "externalId": "string",
1867 "id": 0,
1868 "cultureId": 0,
1869 "value": "string"
1870 }
1871 ]
1872 },
1873 "usage": {
1874 "createdBy": "string",
1875 "lastModifiedBy": "string",
1876 "createdDate": "2019-08-24T14:15:22Z",
1877 "lastModifiedDate": "2019-08-24T14:15:22Z",
1878 "archived": true,
1879 "externalId": "string",
1880 "id": 0,
1881 "priority": 0,
1882 "internalId": 0,
1883 "pickListCode": "string",
1884 "pickListLabel": "string",
1885 "label": "string",
1886 "cultureId": 0,
1887 "labelDtos": [
1888 {
1889 "createdBy": "string",
1890 "lastModifiedBy": "string",
1891 "createdDate": "2019-08-24T14:15:22Z",
1892 "lastModifiedDate": "2019-08-24T14:15:22Z",
1893 "archived": true,
1894 "externalId": "string",
1895 "id": 0,
1896 "cultureId": 0,
1897 "value": "string"
1898 }
1899 ]
1900 },
1901 "occupanciesDto": [
1902 {
1903 "createdBy": "string",
1904 "lastModifiedBy": "string",
1905 "createdDate": "2019-08-24T14:15:22Z",
1906 "lastModifiedDate": "2019-08-24T14:15:22Z",
1907 "archived": true,
1908 "externalId": "string",
1909 "id": 0,
1910 "priority": 0,
1911 "internalId": 0,
1912 "pickListCode": "string",
1913 "pickListLabel": "string",
1914 "label": "string",
1915 "cultureId": 0,
1916 "labelDtos": [
1917 {
1918 "createdBy": "string",
1919 "lastModifiedBy": "string",
1920 "createdDate": "2019-08-24T14:15:22Z",
1921 "lastModifiedDate": "2019-08-24T14:15:22Z",
1922 "archived": true,
1923 "externalId": "string",
1924 "id": 0,
1925 "cultureId": 0,
1926 "value": "string"
1927 }
1928 ]
1929 }
1930 ]
1931 }
1932 ],
1933 "groups": [
1934 {
1935 "createdBy": "string",
1936 "lastModifiedBy": "string",
1937 "createdDate": "2019-08-24T14:15:22Z",
1938 "lastModifiedDate": "2019-08-24T14:15:22Z",
1939 "archived": true,
1940 "externalId": "string",
1941 "id": "string",
1942 "code": "string",
1943 "priority": 0,
1944 "pickListType": "string",
1945 "label": "string",
1946 "cultureId": 0,
1947 "reportable": true,
1948 "labelDtos": [
1949 {
1950 "createdBy": "string",
1951 "lastModifiedBy": "string",
1952 "createdDate": "2019-08-24T14:15:22Z",
1953 "lastModifiedDate": "2019-08-24T14:15:22Z",
1954 "archived": true,
1955 "externalId": "string",
1956 "id": 0,
1957 "cultureId": 0,
1958 "value": "string"
1959 }
1960 ]
1961 }
1962 ],
1963 "groupOptions": [
1964 {
1965 "createdBy": "string",
1966 "lastModifiedBy": "string",
1967 "createdDate": "2019-08-24T14:15:22Z",
1968 "lastModifiedDate": "2019-08-24T14:15:22Z",
1969 "archived": true,
1970 "externalId": "string",
1971 "id": 0,
1972 "priority": 0,
1973 "internalId": 0,
1974 "pickListCode": "string",
1975 "pickListLabel": "string",
1976 "label": "string",
1977 "cultureId": 0,
1978 "labelDtos": [
1979 {
1980 "createdBy": "string",
1981 "lastModifiedBy": "string",
1982 "createdDate": "2019-08-24T14:15:22Z",
1983 "lastModifiedDate": "2019-08-24T14:15:22Z",
1984 "archived": true,
1985 "externalId": "string",
1986 "id": 0,
1987 "cultureId": 0,
1988 "value": "string"
1989 }
1990 ]
1991 }
1992 ],
1993 "businessUnits": [
1994 {
1995 "id": 0,
1996 "status": "CREATED",
1997 "displayId": "string",
1998 "name": "string",
1999 "leaseAreaId": 0,
2000 "companyId": 0
2001 }
2002 ],
2003 "legalEntities": [
2004 {
2005 "id": 0,
2006 "status": "CREATED",
2007 "displayId": "string",
2008 "erpSystemId": 0,
2009 "erpSystemDisplayId": "string",
2010 "countryId": 0,
2011 "countryDisplayId": "string",
2012 "postingPeriodVariantId": 0,
2013 "name": "string",
2014 "postingPeriodVariantDisplayId": "string",
2015 "controllingAreaId": 0,
2016 "controllingAreaDisplayId": "string",
2017 "chartOfAccountId": 0,
2018 "chartOfAccountDisplayId": "string",
2019 "fiscalVariantId": 0,
2020 "fiscalVariantDisplayId": "string",
2021 "chartOfDepreciationId": 0,
2022 "chartOfDepreciationDisplayId": "string",
2023 "purchasingOrganizationId": 0,
2024 "assetId": 0,
2025 "exchangeRateTypeId": 0,
2026 "plantId": 0,
2027 "incrementalBorrowingRateId": 0,
2028 "businessUnitId": 0,
2029 "projectId": 0,
2030 "transferVariantId": 0,
2031 "partnerId": 0,
2032 "departmentId": 0,
2033 "accountingStandardId": 0,
2034 "generalLedgerAccountId": 0,
2035 "consumerPriceIndexCategoryId": 0,
2036 "costCenterId": 0,
2037 "costCenterRelationValidFrom": "2019-08-24",
2038 "costCenterRelationValidTo": "2019-08-24"
2039 }
2040 ],
2041 "statusOptions": [
2042 {
2043 "createdBy": "string",
2044 "lastModifiedBy": "string",
2045 "createdDate": "2019-08-24T14:15:22Z",
2046 "lastModifiedDate": "2019-08-24T14:15:22Z",
2047 "archived": true,
2048 "externalId": "string",
2049 "id": 0,
2050 "priority": 0,
2051 "internalId": 0,
2052 "pickListCode": "string",
2053 "pickListLabel": "string",
2054 "label": "string",
2055 "cultureId": 0,
2056 "labelDtos": [
2057 {
2058 "createdBy": "string",
2059 "lastModifiedBy": "string",
2060 "createdDate": "2019-08-24T14:15:22Z",
2061 "lastModifiedDate": "2019-08-24T14:15:22Z",
2062 "archived": true,
2063 "externalId": "string",
2064 "id": 0,
2065 "cultureId": 0,
2066 "value": "string"
2067 }
2068 ]
2069 }
2070 ],
2071 "masterAgreements": [
2072 {
2073 "id": 0,
2074 "displayId": "string",
2075 "year": 1900,
2076 "name": "string",
2077 "description": "string",
2078 "validFrom": "2019-08-24",
2079 "validTo": "2019-08-24",
2080 "targetValue": 0.1,
2081 "legalJurisdiction": "string",
2082 "approverComment": "string",
2083 "signingPerson": "string",
2084 "placeOfSignature": "string",
2085 "dateOfSignature": "2019-08-24",
2086 "state": "MLA_DEFINE",
2087 "dataCreationInfo": {
2088 "id": 0,
2089 "idGenerationType": "AUTO",
2090 "source": "string",
2091 "type": "MIGRATION",
2092 "startDateTime": "2019-08-24T14:15:22Z",
2093 "endDateTime": "2019-08-24T14:15:22Z"
2094 },
2095 "agreementGroup": {
2096 "id": 0,
2097 "displayId": "string",
2098 "status": "CREATED",
2099 "name": "string"
2100 },
2101 "currency": {
2102 "id": 0,
2103 "displayId": "string",
2104 "status": "CREATED",
2105 "name": "string",
2106 "decimalPoints": 0
2107 },
2108 "internalAssetClass": {
2109 "id": 0,
2110 "displayId": "string",
2111 "status": "CREATED",
2112 "name": "string",
2113 "assetClassType": "PROPERTY",
2114 "infiniteUsefulLife": true
2115 },
2116 "leaseArea": {
2117 "id": 0,
2118 "displayId": "string",
2119 "status": "CREATED",
2120 "name": "string"
2121 },
2122 "businessUnit": {
2123 "id": 0,
2124 "displayId": "string",
2125 "status": "CREATED",
2126 "name": "string"
2127 },
2128 "companyCode": {
2129 "id": 0,
2130 "displayId": "string",
2131 "status": "CREATED",
2132 "erpSystemId": 0,
2133 "erpSystemDisplayId": "string",
2134 "countryId": 0,
2135 "countryDisplayId": "string",
2136 "name": "string",
2137 "postingPeriodVariantId": 0,
2138 "fiscalVariantId": 0
2139 },
2140 "department": {
2141 "id": 0,
2142 "displayId": "string",
2143 "status": "CREATED",
2144 "name": "string"
2145 },
2146 "leaseGroup": {
2147 "id": 0,
2148 "displayId": "string",
2149 "status": "CREATED",
2150 "name": "string"
2151 },
2152 "allowsSystemGenerateNewId": true,
2153 "numberRangeIdentifierType": {
2154 "name": "string"
2155 },
2156 "numberRangeIdentifierValue": "string",
2157 "numberRangeType": {
2158 "name": "string"
2159 }
2160 }
2161 ],
2162 "contracts": [
2163 {
2164 "id": 0,
2165 "displayId": "string",
2166 "name": "string",
2167 "principalPositionType": "LESSEE",
2168 "validFrom": "2019-08-24",
2169 "validTo": "2019-08-24",
2170 "amendmentDate": "2019-08-24",
2171 "approverComment": "string",
2172 "contractPhase": "INITIAL",
2173 "dataCreationInfo": {
2174 "id": 0,
2175 "idGenerationType": "AUTO",
2176 "source": "string",
2177 "type": "MIGRATION",
2178 "startDateTime": "2019-08-24T14:15:22Z",
2179 "endDateTime": "2019-08-24T14:15:22Z"
2180 },
2181 "leaseType": "LEASE_CONTRACT_FIXED_PART_A",
2182 "revision": {
2183 "id": 0,
2184 "displayId": "string",
2185 "name": "string",
2186 "inception": true,
2187 "revisionType": "REVISION",
2188 "state": "MLA_DEFINE",
2189 "approvedBy": "string",
2190 "approvedAt": "2019-08-24T14:15:22Z",
2191 "parentRevisionId": 0,
2192 "approverComment": "string",
2193 "contractId": 0,
2194 "contractDisplayId": "string",
2195 "contractName": "string",
2196 "principalPositionType": "LESSEE",
2197 "mlaId": 0,
2198 "companyId": 0,
2199 "description": "string",
2200 "externalReference": "string",
2201 "internalReference": "string",
2202 "formOfLease": "FULL",
2203 "jointVentureLeaseType": "GROSS_LEASE",
2204 "businessPlace": "string",
2205 "tradingPartner": {
2206 "id": 0,
2207 "displayId": "string",
2208 "status": "CREATED",
2209 "name": "string",
2210 "erpSystemId": 0,
2211 "erpSystemDisplayId": "string"
2212 },
2213 "contractCategoryGroup": {
2214 "id": 0,
2215 "displayId": "string",
2216 "status": "CREATED",
2217 "name": "string"
2218 },
2219 "contractGroup1": {
2220 "id": 0,
2221 "displayId": "string",
2222 "status": "CREATED",
2223 "name": "string"
2224 },
2225 "contractGroup2": {
2226 "id": 0,
2227 "displayId": "string",
2228 "status": "CREATED",
2229 "name": "string"
2230 },
2231 "group3": "string",
2232 "group4": "string",
2233 "signingPerson": "string",
2234 "placeOfSignature": "string",
2235 "dateOfSignature": "2019-08-24",
2236 "leaseType": "LEASE_CONTRACT_FIXED_PART_A",
2237 "numberRangeIdentifierType": {
2238 "name": "string"
2239 },
2240 "numberRangeIdentifierValue": "string",
2241 "allowsSystemGenerateNewId": true,
2242 "numberRangeType": {
2243 "name": "string"
2244 }
2245 },
2246 "currency": {
2247 "id": 0,
2248 "displayId": "string",
2249 "status": "CREATED",
2250 "name": "string",
2251 "decimalPoints": 0
2252 },
2253 "companyCurrency": {
2254 "id": 0,
2255 "displayId": "string",
2256 "status": "CREATED",
2257 "name": "string",
2258 "decimalPoints": 0
2259 },
2260 "indexedCurrency": true,
2261 "assetValueCurrencyType": "CONTRACT_CURRENCY",
2262 "currencyLocked": true,
2263 "leaseArea": {
2264 "id": 0,
2265 "displayId": "string",
2266 "status": "CREATED",
2267 "name": "string"
2268 },
2269 "businessUnit": {
2270 "id": 0,
2271 "displayId": "string",
2272 "status": "CREATED",
2273 "name": "string"
2274 },
2275 "businessUnitLocked": true,
2276 "companyCode": {
2277 "id": 0,
2278 "displayId": "string",
2279 "status": "CREATED",
2280 "erpSystemId": 0,
2281 "erpSystemDisplayId": "string",
2282 "countryId": 0,
2283 "countryDisplayId": "string",
2284 "name": "string",
2285 "postingPeriodVariantId": 0,
2286 "fiscalVariantId": 0
2287 },
2288 "companyCodeLocked": true,
2289 "department": {
2290 "id": 0,
2291 "displayId": "string",
2292 "status": "CREATED",
2293 "name": "string"
2294 },
2295 "departmentLocked": true,
2296 "leaseGroup": {
2297 "id": 0,
2298 "displayId": "string",
2299 "status": "CREATED",
2300 "name": "string"
2301 },
2302 "leaseGroupLocked": true,
2303 "subleasingInternalAssetClass": {
2304 "id": 0,
2305 "displayId": "string",
2306 "status": "CREATED",
2307 "name": "string",
2308 "assetClassType": "PROPERTY",
2309 "infiniteUsefulLife": true
2310 },
2311 "contractGroup1": {
2312 "id": 0,
2313 "displayId": "string",
2314 "status": "CREATED",
2315 "name": "string"
2316 },
2317 "contractGroup2": {
2318 "id": 0,
2319 "displayId": "string",
2320 "status": "CREATED",
2321 "name": "string"
2322 },
2323 "subleasing": true,
2324 "subleasingContractRevisionInfo": {
2325 "id": 0,
2326 "contractId": 0,
2327 "contractDisplayId": "string",
2328 "contractName": "string"
2329 },
2330 "subleasingLeaseComponentRevisionInfo": {
2331 "id": 0,
2332 "leaseComponentId": 0,
2333 "leaseComponentDisplayId": "string",
2334 "leaseComponentName": "string"
2335 },
2336 "subleasingActivationGroupRevisionInfo": {
2337 "id": 0,
2338 "activationGroupId": 0,
2339 "activationGroupDisplayId": "string",
2340 "activationGroupName": "string"
2341 },
2342 "notifications": [
2343 {
2344 "id": 0,
2345 "topic": {
2346 "enCaption": "string",
2347 "frCaption": "string",
2348 "name": "string",
2349 "priority": "HIGH"
2350 },
2351 "username": "string",
2352 "contractId": 0,
2353 "contractDisplayId": "string",
2354 "targetType": "string",
2355 "targetId": "string"
2356 }
2357 ],
2358 "masterAgreementId": 0,
2359 "masterAgreementDisplayId": "string",
2360 "allowsSystemGenerateNewId": true,
2361 "transferInfo": {
2362 "transferredFromDisplayId": "string",
2363 "transferredFromRevisionId": 0,
2364 "transferredToDisplayId": "string",
2365 "transferredToRevisionId": 0
2366 },
2367 "numberRangeIdentifierType": {
2368 "name": "string"
2369 },
2370 "numberRangeIdentifierValue": "string",
2371 "numberRangeType": {
2372 "name": "string"
2373 }
2374 }
2375 ],
2376 "listingCitiesValue": "string",
2377 "listingCitiesValues": [
2378 "string"
2379 ],
2380 "listingProvincesValue": "string",
2381 "listingProvincesValues": [
2382 "string"
2383 ],
2384 "listingCountriesValue": "string",
2385 "listingCountriesValues": [
2386 "string"
2387 ],
2388 "listingLocationsValue": "string",
2389 "listingLocationsValues": [
2390 "string"
2391 ],
2392 "listingPremisesValue": "string",
2393 "listingPremisesValues": [
2394 "string"
2395 ],
2396 "listingGroupsValue": "string",
2397 "listingGroupsValues": [
2398 "string"
2399 ],
2400 "listingGroupOptionsValue": "string",
2401 "listingGroupOptionsValues": [
2402 "string"
2403 ],
2404 "listingBusinessUnitsValue": "string",
2405 "listingBusinessUnitsValues": [
2406 "string"
2407 ],
2408 "listingLegalEntitiesValue": "string",
2409 "listingLegalEntitiesValues": [
2410 "string"
2411 ],
2412 "listingMasterAgreementsValue": "string",
2413 "listingMasterAgreementsValues": [
2414 "string"
2415 ],
2416 "listingContractsValue": "string",
2417 "listingContractsValues": [
2418 "string"
2419 ],
2420 "listingStatusOptionsValue": "string",
2421 "listingStatusOptionsValues": [
2422 "string"
2423 ]
2424 }
2425 ],
2426 "expenseCategoryAssumptions": [
2427 {
2428 "createdBy": "string",
2429 "lastModifiedBy": "string",
2430 "createdDate": "2019-08-24T14:15:22Z",
2431 "lastModifiedDate": "2019-08-24T14:15:22Z",
2432 "archived": true,
2433 "externalId": "string",
2434 "id": 0,
2435 "foReportId": 0,
2436 "expenseCategoryId": 0,
2437 "percentageChange": 0,
2438 "source": "string",
2439 "startDate": "2019-08-24",
2440 "endDate": "2019-08-24"
2441 }
2442 ],
2443 "includeCharges": true
2444}
📄 Description: Data transfer object representing a comprehensive financial and performance report for real estate assets within the Nakisa Portfolio Management Suite, facilitating portfolio analytics and strategic decision-making.
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 |
fiscalStartDate |
string(date) |
false |
none |
Date of the fiscal start |
startDate |
string(date) |
false |
none |
Start date of the resource |
endDate |
string(date) |
false |
none |
End date of the resource |
userSelectedEndDate |
boolean |
false |
none |
Date of the user selected end |
statusId |
integer(int64) |
false |
none |
Unique identifier for the status |
frequencyId |
integer(int64) |
true |
none |
Unique identifier for the frequency |
generatedBy |
string |
false |
none |
Identifies the user or system process that generated the report, providing context for portfolio and asset analytics within the Nakisa Portfolio Management Suite. |
generatedDate |
string(date-time) |
false |
none |
Date of the generated |
approvedBy |
string |
false |
none |
Identifier of the individual or entity that has approved the report, ensuring accountability and traceability within the Nakisa Portfolio Management Suite’s asset and portfolio analytics. |
approvedDate |
string(date-time) |
false |
none |
Date of the approved |
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 |
reportCurrencyDisplayId |
string |
true |
none |
Unique identifier for the report currency display |
expenseCategoryIds |
[integer] |
false |
none |
List of expenseCategoryIds items |
leaseIds |
[integer] |
false |
none |
List of leaseIds items |
massProfileFilterIds |
[integer] |
false |
none |
none |
notes |
false |
none |
List of notes items |
|
status |
false |
none |
Status of the resource |
|
frequency |
false |
none |
Value for frequency field |
|
reportCurrency |
false |
none |
Value for reportCurrency field |
|
expenseCategories |
false |
none |
List of expenseCategories items |
|
massProfileFilters |
false |
none |
[Data transfer object representing a filter for mass profile queries within the Nakisa Portfolio Management Suite, enabling users to refine analytics related to portfolios, assets, and real estate properties.] |
|
expenseCategoryAssumptions |
false |
none |
List of expenseCategoryAssumptions items |
|
includeCharges |
boolean |
false |
none |
Boolean flag indicating includeCharges status |