PageActivationGroupDto¶
Example Json Object
1{
2 "totalElements": 0,
3 "totalPages": 0,
4 "pageable": {
5 "pageNumber": 0,
6 "pageSize": 0,
7 "unpaged": true,
8 "paged": true,
9 "offset": 0,
10 "sort": {
11 "sorted": true,
12 "unsorted": true,
13 "empty": true
14 }
15 },
16 "numberOfElements": 0,
17 "size": 0,
18 "content": [
19 {
20 "id": 0,
21 "displayId": "string",
22 "principalPositionType": "LESSEE",
23 "name": "string",
24 "description": "string",
25 "approverComment": "string",
26 "snapshotData": {
27 "isParallelCurrencyEnabled": true,
28 "isCostCenterAllocationEnabled": true,
29 "useSpotRateForGroupCurrency": true,
30 "usePostingOrDocumentDateForCurrency": true,
31 "exchangeRateTypes": [
32 {
33 "currencyDefinitionType": "CONTRACT_CURRENCY",
34 "sourceCurrencyType": "CONTRACT_CURRENCY",
35 "translationDateType": "DOCUMENT_DATE",
36 "targetCurrency": {
37 "id": 0,
38 "displayId": "string",
39 "decimalPoints": 0
40 },
41 "referenceCurrency": {
42 "id": 0,
43 "displayId": "string"
44 },
45 "currencyType": "string",
46 "exchangeRateType": "string"
47 }
48 ]
49 },
50 "revision": {
51 "id": 0,
52 "displayId": "string",
53 "name": "string",
54 "inception": true,
55 "revisionType": "REVISION",
56 "state": "MLA_DEFINE",
57 "approvedBy": "string",
58 "approvedAt": "2019-08-24T14:15:22Z",
59 "parentRevisionId": 0,
60 "approverComment": "string",
61 "rouStartDate": "2019-08-24",
62 "rouEndDate": "2019-08-24",
63 "activationGroupModification": {
64 "modificationDate": "2019-08-24",
65 "terminationType": "CASUALTY",
66 "terminationDate": {
67 "timing": "START_OF_DAY",
68 "year": 0,
69 "monthValue": 0,
70 "dayOfMonth": 0,
71 "leapYear": true,
72 "month": "JANUARY",
73 "dayOfWeek": "MONDAY",
74 "dayOfYear": 0
75 },
76 "useManualFmvValue": true,
77 "useManualAssetValues": true,
78 "enforceNonLeaseOnIndexation": true,
79 "applyIndexationLease": true,
80 "applyIndexationNonLease": true,
81 "indexationTreatmentType": "DEFAULT",
82 "indexationStartDate": "2019-08-24",
83 "indexationDateType": "ROU_ANNIVERSARY_DATE",
84 "indexationStartDateNonLease": "2019-08-24",
85 "indexationDateTypeNonLease": "ROU_ANNIVERSARY_DATE",
86 "modificationReasons": [
87 "CONTRACT_RATE_CHANGE"
88 ],
89 "modificationPerClassificationList": [
90 {
91 "accountingStandardId": 0,
92 "classificationType": "NON_LEASE",
93 "accountingStandardType": "GAAP",
94 "impairmentAmount": 0.1,
95 "recoverableAmount": 0.1,
96 "decreaseInAsset": 0.1,
97 "decreaseInTerm": 0.1
98 }
99 ],
100 "massIndexationTaskId": 0
101 },
102 "activationGroupId": 0,
103 "activationGroupDisplayId": "string",
104 "activationGroupName": "string",
105 "leaseComponentRevisionId": 0,
106 "leaseComponentRevisionDisplayId": "string",
107 "lastLeaseComponentRevisionId": 0,
108 "lastLeaseComponentRevisionDisplayId": "string",
109 "clonedFromRevisionId": 0,
110 "clonedFromRevisionDisplayId": "string",
111 "lockReason": "CLOSED_CLOSING_RECLOSE_REJECTED",
112 "infiniteUsefulLife": true,
113 "transferOfOwnership": true,
114 "specializedAsset": true,
115 "fairMarketValue": 0.1,
116 "residualValue": 0,
117 "endOfTermIntention": "TO_BE_DETERMINED",
118 "endOfTermDate": "2019-08-24",
119 "endOfTermPeriod": 0,
120 "activationDocumentDate": "2019-08-24",
121 "activationPostingDate": "2019-08-24",
122 "closingDocumentDate": "2019-08-24",
123 "closingPostingDate": "2019-08-24",
124 "numberRangeIdentifierType": {
125 "name": "string"
126 },
127 "numberRangeIdentifierValue": "string",
128 "allowsSystemGenerateNewId": true,
129 "numberRangeType": {
130 "name": "string"
131 }
132 },
133 "leaseComponentId": 0,
134 "leaseComponentDisplayId": "string",
135 "companyCodeId": 0,
136 "companyCodeDisplayId": "string",
137 "splittedFromActivationGroupRevisionId": {
138 "id": 0,
139 "displayId": "string",
140 "name": "string",
141 "inception": true,
142 "revisionType": "REVISION",
143 "state": "MLA_DEFINE",
144 "approvedBy": "string",
145 "approvedAt": "2019-08-24T14:15:22Z",
146 "parentRevisionId": 0,
147 "approverComment": "string",
148 "rouStartDate": "2019-08-24",
149 "rouEndDate": "2019-08-24",
150 "activationGroupModification": {
151 "modificationDate": "2019-08-24",
152 "terminationType": "CASUALTY",
153 "terminationDate": {
154 "timing": "START_OF_DAY",
155 "year": 0,
156 "monthValue": 0,
157 "dayOfMonth": 0,
158 "leapYear": true,
159 "month": "JANUARY",
160 "dayOfWeek": "MONDAY",
161 "dayOfYear": 0
162 },
163 "useManualFmvValue": true,
164 "useManualAssetValues": true,
165 "enforceNonLeaseOnIndexation": true,
166 "applyIndexationLease": true,
167 "applyIndexationNonLease": true,
168 "indexationTreatmentType": "DEFAULT",
169 "indexationStartDate": "2019-08-24",
170 "indexationDateType": "ROU_ANNIVERSARY_DATE",
171 "indexationStartDateNonLease": "2019-08-24",
172 "indexationDateTypeNonLease": "ROU_ANNIVERSARY_DATE",
173 "modificationReasons": [
174 "CONTRACT_RATE_CHANGE"
175 ],
176 "modificationPerClassificationList": [
177 {
178 "accountingStandardId": 0,
179 "classificationType": "NON_LEASE",
180 "accountingStandardType": "GAAP",
181 "impairmentAmount": 0.1,
182 "recoverableAmount": 0.1,
183 "decreaseInAsset": 0.1,
184 "decreaseInTerm": 0.1
185 }
186 ],
187 "massIndexationTaskId": 0
188 },
189 "activationGroupId": 0,
190 "activationGroupDisplayId": "string",
191 "activationGroupName": "string",
192 "leaseComponentRevisionId": 0,
193 "leaseComponentRevisionDisplayId": "string",
194 "lastLeaseComponentRevisionId": 0,
195 "lastLeaseComponentRevisionDisplayId": "string",
196 "clonedFromRevisionId": 0,
197 "clonedFromRevisionDisplayId": "string",
198 "lockReason": "CLOSED_CLOSING_RECLOSE_REJECTED",
199 "infiniteUsefulLife": true,
200 "transferOfOwnership": true,
201 "specializedAsset": true,
202 "fairMarketValue": 0.1,
203 "residualValue": 0,
204 "endOfTermIntention": "TO_BE_DETERMINED",
205 "endOfTermDate": "2019-08-24",
206 "endOfTermPeriod": 0,
207 "activationDocumentDate": "2019-08-24",
208 "activationPostingDate": "2019-08-24",
209 "closingDocumentDate": "2019-08-24",
210 "closingPostingDate": "2019-08-24",
211 "numberRangeIdentifierType": {
212 "name": "string"
213 },
214 "numberRangeIdentifierValue": "string",
215 "allowsSystemGenerateNewId": true,
216 "numberRangeType": {
217 "name": "string"
218 }
219 },
220 "notifications": [
221 {
222 "id": 0,
223 "topic": {
224 "enCaption": "string",
225 "frCaption": "string",
226 "name": "string",
227 "priority": "HIGH"
228 },
229 "username": "string",
230 "activationGroupId": 0,
231 "activationGroupDisplayId": "string",
232 "targetType": "string",
233 "targetId": "string"
234 }
235 ],
236 "transferInfo": {
237 "transferredFromDisplayId": "string",
238 "transferredFromRevisionId": 0,
239 "transferredToDisplayId": "string",
240 "transferredToRevisionId": 0
241 },
242 "numberRangeIdentifierType": {
243 "name": "string"
244 },
245 "numberRangeIdentifierValue": "string",
246 "numberRangeType": {
247 "name": "string"
248 },
249 "allowsSystemGenerateNewId": true
250 }
251 ],
252 "number": 0,
253 "sort": {
254 "sorted": true,
255 "unsorted": true,
256 "empty": true
257 },
258 "first": true,
259 "last": true,
260 "empty": true
261}
📄 Description: Data transfer object representing a collection of page activation settings within the Nakisa Portfolio Management Suite, facilitating the management and analytics of real estate properties and assets in a portfolio context.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
totalElements |
integer(int64) |
false |
none |
Total number of items available |
totalPages |
integer(int32) |
false |
none |
Total number of pages available |
pageable |
false |
none |
Value for pageable field |
|
numberOfElements |
integer(int32) |
false |
none |
Numeric value representing numberOfElements |
size |
integer(int32) |
false |
none |
Number of items per page |
content |
false |
none |
List of content items |
|
number |
integer(int32) |
false |
none |
Numeric value representing number |
sort |
false |
none |
Sort order specification |
|
first |
boolean |
false |
none |
Whether this is the first page |
last |
boolean |
false |
none |
Whether this is the last page |
empty |
boolean |
false |
none |
Whether the result set is empty |