PagedModelEntityModelCpiIndexationPlanDto¶
Example Json Object
1{
2 "_embedded": {
3 "cpiIndexationPlans": [
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 "modificationDate": "2019-08-24",
13 "currencyId": 0,
14 "activationGroupId": 0,
15 "cpiGlobalCategoryId": 0,
16 "cpiGlobalCategoryIdNonLease": 0,
17 "cpiGlobalReferenceDate": "2019-08-24",
18 "cpiGlobalReferenceDateNonLease": "2019-08-24",
19 "cpiLocalCurrentIndexLevel": 0.1,
20 "cpiLocalCurrentIndexLevelNonLease": 0.1,
21 "conditionallyIndexed": true,
22 "applicableCurrentIndexLevel": 0.1,
23 "indexLevelPercentageChangeLowerBound": 0.1,
24 "indexLevelPercentageChangeUpperBound": 0.1,
25 "conditionallyIndexedNonLease": true,
26 "applicableCurrentIndexLevelNonLease": 0.1,
27 "indexLevelPercentageChangeLowerBoundNonLease": 0.1,
28 "indexLevelPercentageChangeUpperBoundNonLease": 0.1,
29 "statusId": 0,
30 "applyIndexationLease": true,
31 "indexationDateLease": "2019-08-24",
32 "applyIndexationNonLease": true,
33 "indexationDateNonLease": "2019-08-24",
34 "executionDate": "2019-08-24",
35 "executedModificationDate": "2019-08-24",
36 "executedIndexationDateLease": "2019-08-24",
37 "executedIndexationDateNonLease": "2019-08-24",
38 "messageCode": "string",
39 "messageCodeIndexationDateLease": "string",
40 "messageCodeIndexationDateNonLease": "string",
41 "status": {
42 "createdBy": "string",
43 "lastModifiedBy": "string",
44 "createdDate": "2019-08-24T14:15:22Z",
45 "lastModifiedDate": "2019-08-24T14:15:22Z",
46 "archived": true,
47 "externalId": "string",
48 "id": 0,
49 "priority": 0,
50 "internalId": 0,
51 "pickListCode": "string",
52 "pickListLabel": "string",
53 "label": "string",
54 "cultureId": 0,
55 "labelDtos": [
56 {
57 "createdBy": "string",
58 "lastModifiedBy": "string",
59 "createdDate": "2019-08-24T14:15:22Z",
60 "lastModifiedDate": "2019-08-24T14:15:22Z",
61 "archived": true,
62 "externalId": "string",
63 "id": 0,
64 "cultureId": 0,
65 "value": "string"
66 }
67 ]
68 },
69 "currency": {
70 "id": 0,
71 "status": "CREATED",
72 "displayId": "string",
73 "erpSystemId": 0,
74 "erpSystemDisplayId": "string",
75 "name": "string",
76 "decimalPoints": 0,
77 "depreciationAreaId": 0
78 },
79 "activationGroupDisplayId": "string",
80 "leaseId": 0,
81 "message": "string",
82 "messageIndexationDateLease": "string",
83 "messageIndexationDateNonLease": "string",
84 "cpiGlobalCategory": {
85 "id": 0,
86 "status": "CREATED",
87 "displayId": "string",
88 "name": "string",
89 "country": "string",
90 "province": "string",
91 "city": "string",
92 "consumerPriceIndexSourceType": "WEB",
93 "source": "string",
94 "formula": "string",
95 "indexedCurrency": true,
96 "exchangeRateType": "string",
97 "erpSystemId": 0,
98 "erpSystemDisplayId": "string",
99 "fromCurrencyId": 0,
100 "fromCurrencyDisplayId": "string",
101 "toCurrencyId": 0,
102 "toCurrencyDisplayId": "string",
103 "consumerPriceIndexValueId": "string",
104 "companyId": 0
105 },
106 "cpiGlobalCategoryNonLease": {
107 "id": 0,
108 "status": "CREATED",
109 "displayId": "string",
110 "name": "string",
111 "country": "string",
112 "province": "string",
113 "city": "string",
114 "consumerPriceIndexSourceType": "WEB",
115 "source": "string",
116 "formula": "string",
117 "indexedCurrency": true,
118 "exchangeRateType": "string",
119 "erpSystemId": 0,
120 "erpSystemDisplayId": "string",
121 "fromCurrencyId": 0,
122 "fromCurrencyDisplayId": "string",
123 "toCurrencyId": 0,
124 "toCurrencyDisplayId": "string",
125 "consumerPriceIndexValueId": "string",
126 "companyId": 0
127 }
128 }
129 ]
130 },
131 "page": {
132 "size": 0,
133 "totalElements": 0,
134 "totalPages": 0,
135 "number": 0
136 }
137}
📄 Description: Data transfer object representing a paginated collection of indexation plans within the Nakisa Portfolio Management Suite, facilitating efficient management and analysis of real estate property assets.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
_embedded |
object |
false |
none |
Object containing _embedded details |
» cpiIndexationPlans |
false |
none |
[Data transfer object representing the indexation plan for entities within the Nakisa Portfolio Management Suite, facilitating the management and analysis of portfolio assets and real estate properties.] |
|
page |
false |
none |
Page number for pagination |