Activation Group¶
Update Activation Group¶
HTTP Request
PUT /api/activation-groups/{id}
📋 Description: Updates the specified activation group within the Nakisa Portfolio Management Suite, allowing users to modify attributes related to portfolio, asset, and real estate property analytics.
Parameters
Name |
In |
Type |
Required |
Description |
|---|---|---|---|---|
id |
path |
integer(int64) |
true |
Unique identifier for the resource |
body |
body |
true |
Request body containing the updated activation group details, including portfolio associations and asset analytics relevant to real estate property management. |
Body Parameters
1{
2 "id": 0,
3 "displayId": "string",
4 "principalPositionType": "LESSEE",
5 "name": "string",
6 "description": "string",
7 "approverComment": "string",
8 "snapshotData": {
9 "isParallelCurrencyEnabled": true,
10 "isCostCenterAllocationEnabled": true,
11 "useSpotRateForGroupCurrency": true,
12 "exchangeRateTypes": [
13 {
14 "currencyDefinitionType": "CONTRACT_CURRENCY",
15 "sourceCurrencyType": "CONTRACT_CURRENCY",
16 "translationDateType": "DOCUMENT_DATE",
17 "targetCurrency": {
18 "id": 0,
19 "displayId": "string",
20 "decimalPoints": 0
21 },
22 "referenceCurrency": {
23 "id": 0,
24 "displayId": "string"
25 },
26 "currencyType": "string",
27 "exchangeRateType": "string"
28 }
29 ]
30 },
31 "revision": {
32 "id": 0,
33 "displayId": "string",
34 "name": "string",
35 "inception": true,
36 "revisionType": "REVISION",
37 "state": "MLA_DEFINE",
38 "approvedBy": "string",
39 "approvedAt": "2019-08-24T14:15:22Z",
40 "parentRevisionId": 0,
41 "approverComment": "string",
42 "rouStartDate": "2019-08-24",
43 "rouEndDate": "2019-08-24",
44 "activationGroupModification": {
45 "modificationDate": "2019-08-24",
46 "terminationType": "CASUALTY",
47 "terminationDate": {
48 "timing": "START_OF_DAY",
49 "year": 0,
50 "monthValue": 0,
51 "dayOfMonth": 0,
52 "dayOfWeek": "MONDAY",
53 "leapYear": true,
54 "dayOfYear": 0,
55 "month": "JANUARY"
56 },
57 "useManualFmvValue": true,
58 "useManualAssetValues": true,
59 "enforceNonLeaseOnIndexation": true,
60 "applyIndexationLease": true,
61 "applyIndexationNonLease": true,
62 "indexationTreatmentType": "DEFAULT",
63 "indexationStartDate": "2019-08-24",
64 "indexationDateType": "ROU_ANNIVERSARY_DATE",
65 "indexationStartDateNonLease": "2019-08-24",
66 "indexationDateTypeNonLease": "ROU_ANNIVERSARY_DATE",
67 "modificationReasons": [
68 "CONTRACT_RATE_CHANGE"
69 ],
70 "modificationPerClassificationList": [
71 {
72 "accountingStandardId": 0,
73 "classificationType": "NON_LEASE",
74 "accountingStandardType": "GAAP",
75 "impairmentAmount": 0.1,
76 "recoverableAmount": 0.1,
77 "decreaseInAsset": 0.1,
78 "decreaseInTerm": 0.1
79 }
80 ],
81 "massIndexationTaskId": 0
82 },
83 "activationGroupId": 0,
84 "activationGroupDisplayId": "string",
85 "activationGroupName": "string",
86 "leaseComponentRevisionId": 0,
87 "leaseComponentRevisionDisplayId": "string",
88 "lastLeaseComponentRevisionId": 0,
89 "lastLeaseComponentRevisionDisplayId": "string",
90 "clonedFromRevisionId": 0,
91 "clonedFromRevisionDisplayId": "string",
92 "lockReason": "CLOSED_CLOSING_RECLOSE_REJECTED",
93 "infiniteUsefulLife": true,
94 "transferOfOwnership": true,
95 "specializedAsset": true,
96 "fairMarketValue": 0.1,
97 "residualValue": 0,
98 "endOfTermIntention": "TO_BE_DETERMINED",
99 "endOfTermDate": "2019-08-24",
100 "endOfTermPeriod": 0,
101 "activationDocumentDate": "2019-08-24",
102 "activationPostingDate": "2019-08-24",
103 "closingDocumentDate": "2019-08-24",
104 "closingPostingDate": "2019-08-24",
105 "numberRangeIdentifierType": {
106 "name": "string"
107 },
108 "numberRangeIdentifierValue": "string",
109 "allowsSystemGenerateNewId": true,
110 "numberRangeType": {
111 "name": "string"
112 }
113 },
114 "leaseComponentId": 0,
115 "leaseComponentDisplayId": "string",
116 "companyCodeId": 0,
117 "companyCodeDisplayId": "string",
118 "splittedFromActivationGroupRevisionId": {
119 "id": 0,
120 "displayId": "string",
121 "name": "string",
122 "inception": true,
123 "revisionType": "REVISION",
124 "state": "MLA_DEFINE",
125 "approvedBy": "string",
126 "approvedAt": "2019-08-24T14:15:22Z",
127 "parentRevisionId": 0,
128 "approverComment": "string",
129 "rouStartDate": "2019-08-24",
130 "rouEndDate": "2019-08-24",
131 "activationGroupModification": {
132 "modificationDate": "2019-08-24",
133 "terminationType": "CASUALTY",
134 "terminationDate": {
135 "timing": "START_OF_DAY",
136 "year": 0,
137 "monthValue": 0,
138 "dayOfMonth": 0,
139 "dayOfWeek": "MONDAY",
140 "leapYear": true,
141 "dayOfYear": 0,
142 "month": "JANUARY"
143 },
144 "useManualFmvValue": true,
145 "useManualAssetValues": true,
146 "enforceNonLeaseOnIndexation": true,
147 "applyIndexationLease": true,
148 "applyIndexationNonLease": true,
149 "indexationTreatmentType": "DEFAULT",
150 "indexationStartDate": "2019-08-24",
151 "indexationDateType": "ROU_ANNIVERSARY_DATE",
152 "indexationStartDateNonLease": "2019-08-24",
153 "indexationDateTypeNonLease": "ROU_ANNIVERSARY_DATE",
154 "modificationReasons": [
155 "CONTRACT_RATE_CHANGE"
156 ],
157 "modificationPerClassificationList": [
158 {
159 "accountingStandardId": 0,
160 "classificationType": "NON_LEASE",
161 "accountingStandardType": "GAAP",
162 "impairmentAmount": 0.1,
163 "recoverableAmount": 0.1,
164 "decreaseInAsset": 0.1,
165 "decreaseInTerm": 0.1
166 }
167 ],
168 "massIndexationTaskId": 0
169 },
170 "activationGroupId": 0,
171 "activationGroupDisplayId": "string",
172 "activationGroupName": "string",
173 "leaseComponentRevisionId": 0,
174 "leaseComponentRevisionDisplayId": "string",
175 "lastLeaseComponentRevisionId": 0,
176 "lastLeaseComponentRevisionDisplayId": "string",
177 "clonedFromRevisionId": 0,
178 "clonedFromRevisionDisplayId": "string",
179 "lockReason": "CLOSED_CLOSING_RECLOSE_REJECTED",
180 "infiniteUsefulLife": true,
181 "transferOfOwnership": true,
182 "specializedAsset": true,
183 "fairMarketValue": 0.1,
184 "residualValue": 0,
185 "endOfTermIntention": "TO_BE_DETERMINED",
186 "endOfTermDate": "2019-08-24",
187 "endOfTermPeriod": 0,
188 "activationDocumentDate": "2019-08-24",
189 "activationPostingDate": "2019-08-24",
190 "closingDocumentDate": "2019-08-24",
191 "closingPostingDate": "2019-08-24",
192 "numberRangeIdentifierType": {
193 "name": "string"
194 },
195 "numberRangeIdentifierValue": "string",
196 "allowsSystemGenerateNewId": true,
197 "numberRangeType": {
198 "name": "string"
199 }
200 },
201 "notifications": [
202 {
203 "id": 0,
204 "topic": {
205 "enCaption": "string",
206 "frCaption": "string",
207 "name": "string",
208 "priority": "HIGH"
209 },
210 "username": "string",
211 "activationGroupId": 0,
212 "activationGroupDisplayId": "string",
213 "targetId": "string",
214 "targetType": "string"
215 }
216 ],
217 "transferInfo": {
218 "transferredFromDisplayId": "string",
219 "transferredFromRevisionId": 0,
220 "transferredToDisplayId": "string",
221 "transferredToRevisionId": 0
222 },
223 "numberRangeIdentifierType": {
224 "name": "string"
225 },
226 "numberRangeIdentifierValue": "string",
227 "numberRangeType": {
228 "name": "string"
229 },
230 "allowsSystemGenerateNewId": true
231}
Responses
Status |
Meaning |
Description |
Schema |
|---|---|---|---|
200 |
OK |
Example Responses
1{
2 "id": 0,
3 "displayId": "string",
4 "principalPositionType": "LESSEE",
5 "name": "string",
6 "description": "string",
7 "approverComment": "string",
8 "snapshotData": {
9 "isParallelCurrencyEnabled": true,
10 "isCostCenterAllocationEnabled": true,
11 "useSpotRateForGroupCurrency": true,
12 "exchangeRateTypes": [
13 {
14 "currencyDefinitionType": "CONTRACT_CURRENCY",
15 "sourceCurrencyType": "CONTRACT_CURRENCY",
16 "translationDateType": "DOCUMENT_DATE",
17 "targetCurrency": {
18 "id": 0,
19 "displayId": "string",
20 "decimalPoints": 0
21 },
22 "referenceCurrency": {
23 "id": 0,
24 "displayId": "string"
25 },
26 "currencyType": "string",
27 "exchangeRateType": "string"
28 }
29 ]
30 },
31 "revision": {
32 "id": 0,
33 "displayId": "string",
34 "name": "string",
35 "inception": true,
36 "revisionType": "REVISION",
37 "state": "MLA_DEFINE",
38 "approvedBy": "string",
39 "approvedAt": "2019-08-24T14:15:22Z",
40 "parentRevisionId": 0,
41 "approverComment": "string",
42 "rouStartDate": "2019-08-24",
43 "rouEndDate": "2019-08-24",
44 "activationGroupModification": {
45 "modificationDate": "2019-08-24",
46 "terminationType": "CASUALTY",
47 "terminationDate": {
48 "timing": "START_OF_DAY",
49 "year": 0,
50 "monthValue": 0,
51 "dayOfMonth": 0,
52 "dayOfWeek": "MONDAY",
53 "leapYear": true,
54 "dayOfYear": 0,
55 "month": "JANUARY"
56 },
57 "useManualFmvValue": true,
58 "useManualAssetValues": true,
59 "enforceNonLeaseOnIndexation": true,
60 "applyIndexationLease": true,
61 "applyIndexationNonLease": true,
62 "indexationTreatmentType": "DEFAULT",
63 "indexationStartDate": "2019-08-24",
64 "indexationDateType": "ROU_ANNIVERSARY_DATE",
65 "indexationStartDateNonLease": "2019-08-24",
66 "indexationDateTypeNonLease": "ROU_ANNIVERSARY_DATE",
67 "modificationReasons": [
68 "CONTRACT_RATE_CHANGE"
69 ],
70 "modificationPerClassificationList": [
71 {
72 "accountingStandardId": 0,
73 "classificationType": "NON_LEASE",
74 "accountingStandardType": "GAAP",
75 "impairmentAmount": 0.1,
76 "recoverableAmount": 0.1,
77 "decreaseInAsset": 0.1,
78 "decreaseInTerm": 0.1
79 }
80 ],
81 "massIndexationTaskId": 0
82 },
83 "activationGroupId": 0,
84 "activationGroupDisplayId": "string",
85 "activationGroupName": "string",
86 "leaseComponentRevisionId": 0,
87 "leaseComponentRevisionDisplayId": "string",
88 "lastLeaseComponentRevisionId": 0,
89 "lastLeaseComponentRevisionDisplayId": "string",
90 "clonedFromRevisionId": 0,
91 "clonedFromRevisionDisplayId": "string",
92 "lockReason": "CLOSED_CLOSING_RECLOSE_REJECTED",
93 "infiniteUsefulLife": true,
94 "transferOfOwnership": true,
95 "specializedAsset": true,
96 "fairMarketValue": 0.1,
97 "residualValue": 0,
98 "endOfTermIntention": "TO_BE_DETERMINED",
99 "endOfTermDate": "2019-08-24",
100 "endOfTermPeriod": 0,
101 "activationDocumentDate": "2019-08-24",
102 "activationPostingDate": "2019-08-24",
103 "closingDocumentDate": "2019-08-24",
104 "closingPostingDate": "2019-08-24",
105 "numberRangeIdentifierType": {
106 "name": "string"
107 },
108 "numberRangeIdentifierValue": "string",
109 "allowsSystemGenerateNewId": true,
110 "numberRangeType": {
111 "name": "string"
112 }
113 },
114 "leaseComponentId": 0,
115 "leaseComponentDisplayId": "string",
116 "companyCodeId": 0,
117 "companyCodeDisplayId": "string",
118 "splittedFromActivationGroupRevisionId": {
119 "id": 0,
120 "displayId": "string",
121 "name": "string",
122 "inception": true,
123 "revisionType": "REVISION",
124 "state": "MLA_DEFINE",
125 "approvedBy": "string",
126 "approvedAt": "2019-08-24T14:15:22Z",
127 "parentRevisionId": 0,
128 "approverComment": "string",
129 "rouStartDate": "2019-08-24",
130 "rouEndDate": "2019-08-24",
131 "activationGroupModification": {
132 "modificationDate": "2019-08-24",
133 "terminationType": "CASUALTY",
134 "terminationDate": {
135 "timing": "START_OF_DAY",
136 "year": 0,
137 "monthValue": 0,
138 "dayOfMonth": 0,
139 "dayOfWeek": "MONDAY",
140 "leapYear": true,
141 "dayOfYear": 0,
142 "month": "JANUARY"
143 },
144 "useManualFmvValue": true,
145 "useManualAssetValues": true,
146 "enforceNonLeaseOnIndexation": true,
147 "applyIndexationLease": true,
148 "applyIndexationNonLease": true,
149 "indexationTreatmentType": "DEFAULT",
150 "indexationStartDate": "2019-08-24",
151 "indexationDateType": "ROU_ANNIVERSARY_DATE",
152 "indexationStartDateNonLease": "2019-08-24",
153 "indexationDateTypeNonLease": "ROU_ANNIVERSARY_DATE",
154 "modificationReasons": [
155 "CONTRACT_RATE_CHANGE"
156 ],
157 "modificationPerClassificationList": [
158 {
159 "accountingStandardId": 0,
160 "classificationType": "NON_LEASE",
161 "accountingStandardType": "GAAP",
162 "impairmentAmount": 0.1,
163 "recoverableAmount": 0.1,
164 "decreaseInAsset": 0.1,
165 "decreaseInTerm": 0.1
166 }
167 ],
168 "massIndexationTaskId": 0
169 },
170 "activationGroupId": 0,
171 "activationGroupDisplayId": "string",
172 "activationGroupName": "string",
173 "leaseComponentRevisionId": 0,
174 "leaseComponentRevisionDisplayId": "string",
175 "lastLeaseComponentRevisionId": 0,
176 "lastLeaseComponentRevisionDisplayId": "string",
177 "clonedFromRevisionId": 0,
178 "clonedFromRevisionDisplayId": "string",
179 "lockReason": "CLOSED_CLOSING_RECLOSE_REJECTED",
180 "infiniteUsefulLife": true,
181 "transferOfOwnership": true,
182 "specializedAsset": true,
183 "fairMarketValue": 0.1,
184 "residualValue": 0,
185 "endOfTermIntention": "TO_BE_DETERMINED",
186 "endOfTermDate": "2019-08-24",
187 "endOfTermPeriod": 0,
188 "activationDocumentDate": "2019-08-24",
189 "activationPostingDate": "2019-08-24",
190 "closingDocumentDate": "2019-08-24",
191 "closingPostingDate": "2019-08-24",
192 "numberRangeIdentifierType": {
193 "name": "string"
194 },
195 "numberRangeIdentifierValue": "string",
196 "allowsSystemGenerateNewId": true,
197 "numberRangeType": {
198 "name": "string"
199 }
200 },
201 "notifications": [
202 {
203 "id": 0,
204 "topic": {
205 "enCaption": "string",
206 "frCaption": "string",
207 "name": "string",
208 "priority": "HIGH"
209 },
210 "username": "string",
211 "activationGroupId": 0,
212 "activationGroupDisplayId": "string",
213 "targetId": "string",
214 "targetType": "string"
215 }
216 ],
217 "transferInfo": {
218 "transferredFromDisplayId": "string",
219 "transferredFromRevisionId": 0,
220 "transferredToDisplayId": "string",
221 "transferredToRevisionId": 0
222 },
223 "numberRangeIdentifierType": {
224 "name": "string"
225 },
226 "numberRangeIdentifierValue": "string",
227 "numberRangeType": {
228 "name": "string"
229 },
230 "allowsSystemGenerateNewId": true
231}
Update Activation Group Revision¶
HTTP Request
PUT /api/activation-group-revisions/{id}
📋 Description: Updates the specified activation group revision within the Nakisa Portfolio Management Suite, enabling users to manage portfolio and asset configurations effectively for enhanced analytics and real estate property insights.
Parameters
Name |
In |
Type |
Required |
Description |
|---|---|---|---|---|
id |
path |
integer(int64) |
true |
Unique identifier for the resource |
body |
body |
true |
Request body containing the updated activation group revision data, including portfolio identifiers, asset details, and relevant analytics for real estate property management. |
Body Parameters
1{}
Responses
Status |
Meaning |
Description |
Schema |
|---|---|---|---|
200 |
OK |
Example Responses
1{
2 "id": 0,
3 "displayId": "string",
4 "name": "string",
5 "inception": true,
6 "revisionType": "REVISION",
7 "state": "MLA_DEFINE",
8 "approvedBy": "string",
9 "approvedAt": "2019-08-24T14:15:22Z",
10 "parentRevisionId": 0,
11 "approverComment": "string",
12 "rouStartDate": "2019-08-24",
13 "rouEndDate": "2019-08-24",
14 "activationGroupModification": {
15 "modificationDate": "2019-08-24",
16 "terminationType": "CASUALTY",
17 "terminationDate": {
18 "timing": "START_OF_DAY",
19 "year": 0,
20 "monthValue": 0,
21 "dayOfMonth": 0,
22 "dayOfWeek": "MONDAY",
23 "leapYear": true,
24 "dayOfYear": 0,
25 "month": "JANUARY"
26 },
27 "useManualFmvValue": true,
28 "useManualAssetValues": true,
29 "enforceNonLeaseOnIndexation": true,
30 "applyIndexationLease": true,
31 "applyIndexationNonLease": true,
32 "indexationTreatmentType": "DEFAULT",
33 "indexationStartDate": "2019-08-24",
34 "indexationDateType": "ROU_ANNIVERSARY_DATE",
35 "indexationStartDateNonLease": "2019-08-24",
36 "indexationDateTypeNonLease": "ROU_ANNIVERSARY_DATE",
37 "modificationReasons": [
38 "CONTRACT_RATE_CHANGE"
39 ],
40 "modificationPerClassificationList": [
41 {
42 "accountingStandardId": 0,
43 "classificationType": "NON_LEASE",
44 "accountingStandardType": "GAAP",
45 "impairmentAmount": 0.1,
46 "recoverableAmount": 0.1,
47 "decreaseInAsset": 0.1,
48 "decreaseInTerm": 0.1
49 }
50 ],
51 "massIndexationTaskId": 0
52 },
53 "activationGroupId": 0,
54 "activationGroupDisplayId": "string",
55 "activationGroupName": "string",
56 "leaseComponentRevisionId": 0,
57 "leaseComponentRevisionDisplayId": "string",
58 "lastLeaseComponentRevisionId": 0,
59 "lastLeaseComponentRevisionDisplayId": "string",
60 "clonedFromRevisionId": 0,
61 "clonedFromRevisionDisplayId": "string",
62 "lockReason": "CLOSED_CLOSING_RECLOSE_REJECTED",
63 "infiniteUsefulLife": true,
64 "transferOfOwnership": true,
65 "specializedAsset": true,
66 "fairMarketValue": 0.1,
67 "residualValue": 0,
68 "endOfTermIntention": "TO_BE_DETERMINED",
69 "endOfTermDate": "2019-08-24",
70 "endOfTermPeriod": 0,
71 "activationDocumentDate": "2019-08-24",
72 "activationPostingDate": "2019-08-24",
73 "closingDocumentDate": "2019-08-24",
74 "closingPostingDate": "2019-08-24",
75 "numberRangeIdentifierType": {
76 "name": "string"
77 },
78 "numberRangeIdentifierValue": "string",
79 "allowsSystemGenerateNewId": true,
80 "numberRangeType": {
81 "name": "string"
82 }
83}
Activation Group Financial Term Bulk Exercise¶
HTTP Request
PUT /api/activation-group-financial-terms/exercise
📋 Description: Updates the financial terms associated with an activation group within the Nakisa Portfolio Management Suite, enabling users to manage portfolio and asset analytics for real estate properties effectively.
Parameters
Name |
In |
Type |
Required |
Description |
|---|---|---|---|---|
body |
body |
true |
Request body containing the financial terms and conditions for activating a portfolio asset within the Nakisa Portfolio Management Suite. |
Body Parameters
1[
2 {
3 "activationGroupRevisionId": 0,
4 "termId": 0,
5 "exercise": true
6 }
7]
Responses
Status |
Meaning |
Description |
Schema |
|---|---|---|---|
200 |
OK |
Inline |
Example Responses
1[
2 {
3 "id": 0,
4 "displayId": "string",
5 "name": "string",
6 "expenseCategory": {
7 "id": 0,
8 "displayId": "string",
9 "status": "CREATED",
10 "name": "string",
11 "expenseCategoryType": "PAYMENT"
12 },
13 "amount": 0.1,
14 "amountFrequency": "DAY",
15 "paymentMode": "ADVANCE",
16 "paymentCalculationMode": "ONE_TIME",
17 "firstSpecialPaymentDate": "2019-08-24",
18 "lastSpecialPaymentDate": "2019-08-24",
19 "paymentFrequency": "ONE_TIME",
20 "firstPaymentDate": "2019-08-24",
21 "lastPaymentDate": "2019-08-24",
22 "firstPaymentAmount": 0.1,
23 "lastPaymentAmount": 0.1,
24 "months": 0,
25 "days": 0,
26 "notificationDate": "2019-08-24",
27 "monthEnd": true,
28 "paymentTiming": "START_OF_DAY",
29 "escalatingRent": true,
30 "stopEscalatingAtZero": true,
31 "escalatingRentAmount": 0.1,
32 "escalatingRentType": "FIXED",
33 "escalationFrequencyOffset": 0,
34 "escalationFrequency": 0,
35 "escalationFastForward": 0,
36 "termStartDate": "2019-08-24",
37 "termEndDate": "2019-08-24",
38 "expenseCategoryType": "PAYMENT",
39 "spreadingFrequency": "NONE",
40 "firstSpreadingAmount": 0.1,
41 "lastSpreadingAmount": 0.1,
42 "valid": true,
43 "parentFinancialTermId": 0,
44 "termStatus": "EDITABLE",
45 "lockReason": "EXERCISED_IN_ACTIVATION_GROUP",
46 "vendorPaymentSplits": [
47 {
48 "percentage": 0,
49 "calculateTax": true,
50 "taxExemptionPercentage": 0,
51 "partner": {
52 "id": 0,
53 "displayId": "string",
54 "status": "CREATED",
55 "name": "string",
56 "erpSystemDisplayId": "string"
57 },
58 "partnerRole": {
59 "id": 0,
60 "displayId": "string",
61 "status": "CREATED",
62 "name": "string"
63 },
64 "taxCodeDetermination": {
65 "id": 0,
66 "displayId": "string",
67 "companyId": 0,
68 "taxJurisdictionId": 0,
69 "taxJurisdictionDisplayId": "string",
70 "defaultTaxCodeId": 0,
71 "defaultTaxCodeDisplayId": "string",
72 "defaultExemptionTaxCodeId": 0,
73 "defaultExemptionTaxCodeDisplayId": "string",
74 "defaultExemptionPercentage": 0,
75 "mapping": {
76 "isLeaseExpense": true,
77 "nonLeaseTaxCodeId": 0,
78 "nonLeaseTaxCodeDisplayId": "string",
79 "nonLeaseExemptionTaxCodeId": 0,
80 "nonLeaseExemptionTaxCodeDisplayId": "string",
81 "nonLeaseExemptionTaxPercentage": 0.1,
82 "principalTaxCodeId": 0,
83 "principalTaxCodeDisplayId": "string",
84 "principalExemptionTaxCodeId": 0,
85 "principalExemptionTaxCodeDisplayId": "string",
86 "principalExemptionTaxPercentage": 0.1
87 }
88 }
89 }
90 ],
91 "revisionDisplayId": "string",
92 "termType": "PAYMENT_TERM",
93 "exercise": true,
94 "leaseComponentFinancialTermId": 0,
95 "revisionId": 0,
96 "activationGroupDisplayId": "string",
97 "activationGroupId": 0,
98 "applyIndexation": true,
99 "indexationType": "NONE",
100 "indexationTypeNonLease": "NONE",
101 "consumerPriceIndexCategory": {
102 "id": 0,
103 "displayId": "string",
104 "status": "CREATED",
105 "name": "string",
106 "city": "string",
107 "country": "string",
108 "province": "string"
109 },
110 "consumerPriceIndexCategoryNonLease": {
111 "id": 0,
112 "displayId": "string",
113 "status": "CREATED",
114 "name": "string",
115 "city": "string",
116 "country": "string",
117 "province": "string"
118 },
119 "baseIndexationDate": "2019-08-24",
120 "baseIndexationDateNonLease": "2019-08-24",
121 "baseIndexationRate": 0.1,
122 "baseIndexationRateNonLease": 0.1,
123 "referenceIndexationDate": "2019-08-24",
124 "referenceIndexationDateNonLease": "2019-08-24",
125 "referenceIndexationRate": 0.1,
126 "referenceIndexationRateNonLease": 0.1,
127 "indexationStartDate": "2019-08-24",
128 "indexationStartDateNonLease": "2019-08-24",
129 "indexationLeasePercentage": 0.1,
130 "indexationNonLeasePercentage": 0.1,
131 "termState": "HISTORICAL",
132 "type": "string",
133 "numberRangeIdentifierType": {
134 "name": "string"
135 },
136 "numberRangeIdentifierValue": "string",
137 "allowsSystemGenerateNewId": true,
138 "numberRangeType": {
139 "name": "string"
140 }
141 }
142]
Response Schema
Enumerated Values
Attribute |
Value |
|---|---|
amountFrequency |
DAY, MONTH, ONE_TIME, YEAR |
escalatingRentType |
FIXED, PERCENTAGE |
expenseCategoryType |
CASH_INCENTIVE, CASUALTY, EXPECTED_GRV, INCENTIVE, NON_LEASE, PAYMENT, PURCHASE_OPTION, TERMINATION_OPTION |
indexationType |
CPI_GLOBAL, CPI_LOCAL, NONE |
indexationTypeNonLease |
CPI_GLOBAL, CPI_LOCAL, NONE |
lockReason |
ENDS_BEFORE_MODIFICATION_DATE, EXERCISED_IN_ACTIVATION_GROUP, NO_PAYMENT |
paymentCalculationMode |
DAILY, ONE_TIME, PAYMENT_FOR_MONTH |
paymentFrequency |
ANNUALLY, BI_MONTHLY, BI_WEEKLY, DAILY, MONTHLY, ONE_TIME, QUARTERLY, SEMI_ANNUALLY, SEMI_MONTHLY, WEEKLY |
paymentMode |
ADVANCE, ARREARS |
paymentTiming |
END_OF_DAY, START_OF_DAY |
spreadingFrequency |
NONE, PERIODIC, STRAIGHT_LINE |
status |
ACTIVE, CREATED, DECOMMISSIONED, DISABLED |
termState |
ACTIVE, HISTORICAL, INACTIVE |
termStatus |
EDITABLE, LOCKED |
termType |
INITIAL_DIRECT_COST, NON_LEASE_TERM, PAYMENT_TERM |
Activation Group Send To Assessment¶
HTTP Request
POST /api/activation-groups/send-to-assessment
📋 Description: Submits selected activation groups for assessment within the Nakisa Portfolio Management Suite, facilitating portfolio analysis and decision-making for real estate assets.
Parameters
Name |
In |
Type |
Required |
Description |
|---|---|---|---|---|
body |
body |
true |
Request body containing the activation group details, including portfolio identifiers and asset analytics, for initiating the assessment process within the Nakisa Portfolio Management Suite. |
Body Parameters
1{
2 "objectType": "string",
3 "comment": "string",
4 "activationDate": "2019-08-24",
5 "postingDate": "2019-08-24",
6 "documentDate": "2019-08-24",
7 "manageTransactionsManually": true,
8 "processingTaskId": 0,
9 "processingJobType": "string",
10 "objectId": 0
11}
Responses
Status |
Meaning |
Description |
Schema |
|---|---|---|---|
200 |
OK |
Example Responses
1{
2 "id": 0,
3 "success": true,
4 "cancelled": true,
5 "failureMessage": "string",
6 "warningMessage": "string"
7}
Search Activation Groups¶
HTTP Request
POST /api/activation-groups/search
📋 Description: Submits a request to search for activation groups within the Nakisa Portfolio Management Suite, enabling users to efficiently analyze and manage portfolios, assets, and real estate properties.
Parameters
Name |
In |
Type |
Required |
Description |
|---|---|---|---|---|
body |
body |
true |
Request body containing search criteria and filters for identifying specific activation groups within the Nakisa Portfolio Management Suite, relevant to portfolio, asset, analytics, and real estate property management. |
Body Parameters
1{
2 "idIn": [
3 0
4 ],
5 "idEqual": 0,
6 "idLike": "string",
7 "createdAtGreaterThanOrEqual": "2019-08-24T14:15:22Z",
8 "createdAtLessThanOrEqual": "2019-08-24T14:15:22Z",
9 "createdByLike": "string",
10 "createdByEqual": "string",
11 "modifiedAtGreaterThanOrEqual": "2019-08-24T14:15:22Z",
12 "modifiedAtLessThanOrEqual": "2019-08-24T14:15:22Z",
13 "modifiedByLike": "string",
14 "modifiedByEqual": "string",
15 "displayIdIn": [
16 "string"
17 ],
18 "displayIdLike": "string",
19 "nameOrDisplayIdLike": "string",
20 "principalPositionTypeEqual": "LESSEE",
21 "nameLike": "string",
22 "revisionIdEqual": 0,
23 "revisionTypeEqual": "REVISION",
24 "revisionStateEqual": "MLA_DEFINE",
25 "revisionStateIn": [
26 "MLA_DEFINE"
27 ],
28 "leaseComponentIdIn": [
29 0
30 ],
31 "leaseComponentDisplayIdIn": [
32 "string"
33 ],
34 "companyCodeIdIn": [
35 0
36 ],
37 "companyCodeDisplayIdIn": [
38 "string"
39 ]
40}
Responses
Status |
Meaning |
Description |
Schema |
|---|---|---|---|
200 |
OK |
Example Responses
1{
2 "totalElements": 0,
3 "totalPages": 0,
4 "numberOfElements": 0,
5 "pageable": {
6 "unpaged": true,
7 "paged": true,
8 "pageNumber": 0,
9 "pageSize": 0,
10 "offset": 0,
11 "sort": {
12 "unsorted": true,
13 "sorted": true,
14 "empty": true
15 }
16 },
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 "exchangeRateTypes": [
31 {
32 "currencyDefinitionType": "CONTRACT_CURRENCY",
33 "sourceCurrencyType": "CONTRACT_CURRENCY",
34 "translationDateType": "DOCUMENT_DATE",
35 "targetCurrency": {
36 "id": 0,
37 "displayId": "string",
38 "decimalPoints": 0
39 },
40 "referenceCurrency": {
41 "id": 0,
42 "displayId": "string"
43 },
44 "currencyType": "string",
45 "exchangeRateType": "string"
46 }
47 ]
48 },
49 "revision": {
50 "id": 0,
51 "displayId": "string",
52 "name": "string",
53 "inception": true,
54 "revisionType": "REVISION",
55 "state": "MLA_DEFINE",
56 "approvedBy": "string",
57 "approvedAt": "2019-08-24T14:15:22Z",
58 "parentRevisionId": 0,
59 "approverComment": "string",
60 "rouStartDate": "2019-08-24",
61 "rouEndDate": "2019-08-24",
62 "activationGroupModification": {
63 "modificationDate": "2019-08-24",
64 "terminationType": "CASUALTY",
65 "terminationDate": {
66 "timing": "START_OF_DAY",
67 "year": 0,
68 "monthValue": 0,
69 "dayOfMonth": 0,
70 "dayOfWeek": "MONDAY",
71 "leapYear": true,
72 "dayOfYear": 0,
73 "month": "JANUARY"
74 },
75 "useManualFmvValue": true,
76 "useManualAssetValues": true,
77 "enforceNonLeaseOnIndexation": true,
78 "applyIndexationLease": true,
79 "applyIndexationNonLease": true,
80 "indexationTreatmentType": "DEFAULT",
81 "indexationStartDate": "2019-08-24",
82 "indexationDateType": "ROU_ANNIVERSARY_DATE",
83 "indexationStartDateNonLease": "2019-08-24",
84 "indexationDateTypeNonLease": "ROU_ANNIVERSARY_DATE",
85 "modificationReasons": [
86 "CONTRACT_RATE_CHANGE"
87 ],
88 "modificationPerClassificationList": [
89 {
90 "accountingStandardId": 0,
91 "classificationType": "NON_LEASE",
92 "accountingStandardType": "GAAP",
93 "impairmentAmount": 0.1,
94 "recoverableAmount": 0.1,
95 "decreaseInAsset": 0.1,
96 "decreaseInTerm": 0.1
97 }
98 ],
99 "massIndexationTaskId": 0
100 },
101 "activationGroupId": 0,
102 "activationGroupDisplayId": "string",
103 "activationGroupName": "string",
104 "leaseComponentRevisionId": 0,
105 "leaseComponentRevisionDisplayId": "string",
106 "lastLeaseComponentRevisionId": 0,
107 "lastLeaseComponentRevisionDisplayId": "string",
108 "clonedFromRevisionId": 0,
109 "clonedFromRevisionDisplayId": "string",
110 "lockReason": "CLOSED_CLOSING_RECLOSE_REJECTED",
111 "infiniteUsefulLife": true,
112 "transferOfOwnership": true,
113 "specializedAsset": true,
114 "fairMarketValue": 0.1,
115 "residualValue": 0,
116 "endOfTermIntention": "TO_BE_DETERMINED",
117 "endOfTermDate": "2019-08-24",
118 "endOfTermPeriod": 0,
119 "activationDocumentDate": "2019-08-24",
120 "activationPostingDate": "2019-08-24",
121 "closingDocumentDate": "2019-08-24",
122 "closingPostingDate": "2019-08-24",
123 "numberRangeIdentifierType": {
124 "name": "string"
125 },
126 "numberRangeIdentifierValue": "string",
127 "allowsSystemGenerateNewId": true,
128 "numberRangeType": {
129 "name": "string"
130 }
131 },
132 "leaseComponentId": 0,
133 "leaseComponentDisplayId": "string",
134 "companyCodeId": 0,
135 "companyCodeDisplayId": "string",
136 "splittedFromActivationGroupRevisionId": {
137 "id": 0,
138 "displayId": "string",
139 "name": "string",
140 "inception": true,
141 "revisionType": "REVISION",
142 "state": "MLA_DEFINE",
143 "approvedBy": "string",
144 "approvedAt": "2019-08-24T14:15:22Z",
145 "parentRevisionId": 0,
146 "approverComment": "string",
147 "rouStartDate": "2019-08-24",
148 "rouEndDate": "2019-08-24",
149 "activationGroupModification": {
150 "modificationDate": "2019-08-24",
151 "terminationType": "CASUALTY",
152 "terminationDate": {
153 "timing": "START_OF_DAY",
154 "year": 0,
155 "monthValue": 0,
156 "dayOfMonth": 0,
157 "dayOfWeek": "MONDAY",
158 "leapYear": true,
159 "dayOfYear": 0,
160 "month": "JANUARY"
161 },
162 "useManualFmvValue": true,
163 "useManualAssetValues": true,
164 "enforceNonLeaseOnIndexation": true,
165 "applyIndexationLease": true,
166 "applyIndexationNonLease": true,
167 "indexationTreatmentType": "DEFAULT",
168 "indexationStartDate": "2019-08-24",
169 "indexationDateType": "ROU_ANNIVERSARY_DATE",
170 "indexationStartDateNonLease": "2019-08-24",
171 "indexationDateTypeNonLease": "ROU_ANNIVERSARY_DATE",
172 "modificationReasons": [
173 "CONTRACT_RATE_CHANGE"
174 ],
175 "modificationPerClassificationList": [
176 {
177 "accountingStandardId": 0,
178 "classificationType": "NON_LEASE",
179 "accountingStandardType": "GAAP",
180 "impairmentAmount": 0.1,
181 "recoverableAmount": 0.1,
182 "decreaseInAsset": 0.1,
183 "decreaseInTerm": 0.1
184 }
185 ],
186 "massIndexationTaskId": 0
187 },
188 "activationGroupId": 0,
189 "activationGroupDisplayId": "string",
190 "activationGroupName": "string",
191 "leaseComponentRevisionId": 0,
192 "leaseComponentRevisionDisplayId": "string",
193 "lastLeaseComponentRevisionId": 0,
194 "lastLeaseComponentRevisionDisplayId": "string",
195 "clonedFromRevisionId": 0,
196 "clonedFromRevisionDisplayId": "string",
197 "lockReason": "CLOSED_CLOSING_RECLOSE_REJECTED",
198 "infiniteUsefulLife": true,
199 "transferOfOwnership": true,
200 "specializedAsset": true,
201 "fairMarketValue": 0.1,
202 "residualValue": 0,
203 "endOfTermIntention": "TO_BE_DETERMINED",
204 "endOfTermDate": "2019-08-24",
205 "endOfTermPeriod": 0,
206 "activationDocumentDate": "2019-08-24",
207 "activationPostingDate": "2019-08-24",
208 "closingDocumentDate": "2019-08-24",
209 "closingPostingDate": "2019-08-24",
210 "numberRangeIdentifierType": {
211 "name": "string"
212 },
213 "numberRangeIdentifierValue": "string",
214 "allowsSystemGenerateNewId": true,
215 "numberRangeType": {
216 "name": "string"
217 }
218 },
219 "notifications": [
220 {
221 "id": 0,
222 "topic": {
223 "enCaption": "string",
224 "frCaption": "string",
225 "name": "string",
226 "priority": "HIGH"
227 },
228 "username": "string",
229 "activationGroupId": 0,
230 "activationGroupDisplayId": "string",
231 "targetId": "string",
232 "targetType": "string"
233 }
234 ],
235 "transferInfo": {
236 "transferredFromDisplayId": "string",
237 "transferredFromRevisionId": 0,
238 "transferredToDisplayId": "string",
239 "transferredToRevisionId": 0
240 },
241 "numberRangeIdentifierType": {
242 "name": "string"
243 },
244 "numberRangeIdentifierValue": "string",
245 "numberRangeType": {
246 "name": "string"
247 },
248 "allowsSystemGenerateNewId": true
249 }
250 ],
251 "number": 0,
252 "sort": {
253 "unsorted": true,
254 "sorted": true,
255 "empty": true
256 },
257 "first": true,
258 "last": true,
259 "empty": true
260}
Activation Group Rework Pending Classification¶
HTTP Request
POST /api/activation-groups/rework-pending-classification
📋 Description: Submits a request to reclassify pending activation groups within the Nakisa Portfolio Management Suite, enhancing asset management and analytics for real estate properties.
Parameters
Name |
In |
Type |
Required |
Description |
|---|---|---|---|---|
body |
body |
true |
Request body containing the details of activation groups pending classification, including relevant asset and portfolio identifiers for effective analytics within the Nakisa Portfolio Management Suite. |
Body Parameters
1{
2 "objectType": "string",
3 "comment": "string",
4 "activationDate": "2019-08-24",
5 "postingDate": "2019-08-24",
6 "documentDate": "2019-08-24",
7 "manageTransactionsManually": true,
8 "processingTaskId": 0,
9 "processingJobType": "string",
10 "objectId": 0
11}
Responses
Status |
Meaning |
Description |
Schema |
|---|---|---|---|
200 |
OK |
Example Responses
1{
2 "id": 0,
3 "success": true,
4 "cancelled": true,
5 "failureMessage": "string",
6 "warningMessage": "string"
7}
Activation Group Rework Classified¶
HTTP Request
POST /api/activation-groups/rework-classified
📋 Description: Submits a request to rework classified activation groups within the Nakisa Portfolio Management Suite, enabling enhanced portfolio and asset analytics for real estate properties.
Parameters
Name |
In |
Type |
Required |
Description |
|---|---|---|---|---|
body |
body |
true |
Request body containing the rework classification data for portfolio assets, including relevant analytics and metadata for real estate property management. |
Body Parameters
1{
2 "objectType": "string",
3 "comment": "string",
4 "activationDate": "2019-08-24",
5 "postingDate": "2019-08-24",
6 "documentDate": "2019-08-24",
7 "manageTransactionsManually": true,
8 "processingTaskId": 0,
9 "processingJobType": "string",
10 "objectId": 0
11}
Responses
Status |
Meaning |
Description |
Schema |
|---|---|---|---|
200 |
OK |
Example Responses
1{
2 "id": 0,
3 "success": true,
4 "cancelled": true,
5 "failureMessage": "string",
6 "warningMessage": "string"
7}
Activation Group Rework Assessment¶
HTTP Request
POST /api/activation-groups/rework-assessment
📋 Description: Submits a rework assessment for activation groups within the Nakisa Portfolio Management Suite, enabling enhanced analytics and decision-making for portfolio and asset management in real estate properties.
Parameters
Name |
In |
Type |
Required |
Description |
|---|---|---|---|---|
body |
body |
true |
Request body containing the rework assessment data for portfolio and asset evaluation, including relevant metrics and analytics for real estate property management. |
Body Parameters
1{
2 "objectType": "string",
3 "comment": "string",
4 "activationDate": "2019-08-24",
5 "postingDate": "2019-08-24",
6 "documentDate": "2019-08-24",
7 "manageTransactionsManually": true,
8 "processingTaskId": 0,
9 "processingJobType": "string",
10 "objectId": 0
11}
Responses
Status |
Meaning |
Description |
Schema |
|---|---|---|---|
200 |
OK |
Example Responses
1{
2 "id": 0,
3 "success": true,
4 "cancelled": true,
5 "failureMessage": "string",
6 "warningMessage": "string"
7}
Activation Group Reject¶
HTTP Request
POST /api/activation-groups/reject
📋 Description: Rejects specified activation groups within the Nakisa Portfolio Management Suite, facilitating effective portfolio and asset management by allowing users to dismiss unwanted proposals related to real estate properties and analytics.
Parameters
Name |
In |
Type |
Required |
Description |
|---|---|---|---|---|
body |
body |
true |
Request body containing the details of the activation group to be rejected, including relevant identifiers and reasons for rejection, within the context of portfolio and asset management. |
Body Parameters
1{
2 "objectType": "string",
3 "comment": "string",
4 "activationDate": "2019-08-24",
5 "postingDate": "2019-08-24",
6 "documentDate": "2019-08-24",
7 "manageTransactionsManually": true,
8 "processingTaskId": 0,
9 "processingJobType": "string",
10 "objectId": 0
11}
Responses
Status |
Meaning |
Description |
Schema |
|---|---|---|---|
200 |
OK |
Example Responses
1{
2 "id": 0,
3 "success": true,
4 "cancelled": true,
5 "failureMessage": "string",
6 "warningMessage": "string"
7}
Activation Group Generate Schedules¶
HTTP Request
POST /api/activation-groups/generate-schedules
📋 Description: Generates activation schedules for specified asset groups within the Nakisa Portfolio Management Suite, enabling enhanced portfolio analytics and real estate property management.
Parameters
Name |
In |
Type |
Required |
Description |
|---|---|---|---|---|
body |
body |
true |
Request body containing the activation group details and scheduling parameters necessary for generating asset management schedules within the Nakisa Portfolio Management Suite. |
Body Parameters
1{
2 "objectType": "string",
3 "comment": "string",
4 "activationDate": "2019-08-24",
5 "postingDate": "2019-08-24",
6 "documentDate": "2019-08-24",
7 "manageTransactionsManually": true,
8 "processingTaskId": 0,
9 "processingJobType": "string",
10 "objectId": 0
11}
Responses
Status |
Meaning |
Description |
Schema |
|---|---|---|---|
200 |
OK |
Example Responses
1{
2 "id": 0,
3 "success": true,
4 "cancelled": true,
5 "failureMessage": "string",
6 "warningMessage": "string"
7}
Create Activation Group Revision¶
HTTP Request
POST /api/activation-groups/event
📋 Description: Creates a new activation group event within the Nakisa Portfolio Management Suite, enabling users to manage and analyze portfolio and asset-related activities for real estate properties.
Parameters
Name |
In |
Type |
Required |
Description |
|---|---|---|---|---|
body |
body |
any |
true |
Request body containing the activation group event data, including portfolio identifiers, asset details, and analytics metrics relevant to real estate property management. |
Body Parameters
1{
2 "activationGroupId": 0,
3 "name": "string",
4 "modificationDate": "2019-08-24",
5 "modificationReasons": [
6 "CONTRACT_RATE_CHANGE"
7 ],
8 "terminationType": "CASUALTY",
9 "terminationDate": "2019-08-24",
10 "terminationDateTiming": "START_OF_DAY",
11 "useManualFmvValue": true,
12 "fairMarketValue": 0.1,
13 "applyIndexationLease": true,
14 "applyIndexationNonLease": true,
15 "indexationTreatmentType": "DEFAULT",
16 "indexationStartDate": "2019-08-24",
17 "indexationDateType": "ROU_ANNIVERSARY_DATE",
18 "indexationStartDateNonLease": "2019-08-24",
19 "indexationDateTypeNonLease": "ROU_ANNIVERSARY_DATE",
20 "modificationInfo": {
21 "property1": {
22 "property1": {
23 "impairmentAmount": 0.1,
24 "recoverableAmount": 0.1,
25 "decreaseInTerm": 0.1,
26 "decreaseInAsset": 0.1,
27 "accountingStandardId": 0,
28 "classificationType": "NON_LEASE"
29 },
30 "property2": {
31 "impairmentAmount": 0.1,
32 "recoverableAmount": 0.1,
33 "decreaseInTerm": 0.1,
34 "decreaseInAsset": 0.1,
35 "accountingStandardId": 0,
36 "classificationType": "NON_LEASE"
37 }
38 },
39 "property2": {
40 "property1": {
41 "impairmentAmount": 0.1,
42 "recoverableAmount": 0.1,
43 "decreaseInTerm": 0.1,
44 "decreaseInAsset": 0.1,
45 "accountingStandardId": 0,
46 "classificationType": "NON_LEASE"
47 },
48 "property2": {
49 "impairmentAmount": 0.1,
50 "recoverableAmount": 0.1,
51 "decreaseInTerm": 0.1,
52 "decreaseInAsset": 0.1,
53 "accountingStandardId": 0,
54 "classificationType": "NON_LEASE"
55 }
56 }
57 },
58 "decreaseInAssetOperating": 0.1,
59 "decreaseInAssetNonOperating": 0.1,
60 "decreaseInTermIFRS": 0.1,
61 "casualtyPenalty": 0.1,
62 "updateContractRateIBR": true,
63 "type": "string"
64}
Responses
Status |
Meaning |
Description |
Schema |
|---|---|---|---|
200 |
OK |
Example Responses
1{
2 "id": 0,
3 "displayId": "string",
4 "name": "string",
5 "inception": true,
6 "revisionType": "REVISION",
7 "state": "MLA_DEFINE",
8 "approvedBy": "string",
9 "approvedAt": "2019-08-24T14:15:22Z",
10 "parentRevisionId": 0,
11 "approverComment": "string",
12 "rouStartDate": "2019-08-24",
13 "rouEndDate": "2019-08-24",
14 "activationGroupModification": {
15 "modificationDate": "2019-08-24",
16 "terminationType": "CASUALTY",
17 "terminationDate": {
18 "timing": "START_OF_DAY",
19 "year": 0,
20 "monthValue": 0,
21 "dayOfMonth": 0,
22 "dayOfWeek": "MONDAY",
23 "leapYear": true,
24 "dayOfYear": 0,
25 "month": "JANUARY"
26 },
27 "useManualFmvValue": true,
28 "useManualAssetValues": true,
29 "enforceNonLeaseOnIndexation": true,
30 "applyIndexationLease": true,
31 "applyIndexationNonLease": true,
32 "indexationTreatmentType": "DEFAULT",
33 "indexationStartDate": "2019-08-24",
34 "indexationDateType": "ROU_ANNIVERSARY_DATE",
35 "indexationStartDateNonLease": "2019-08-24",
36 "indexationDateTypeNonLease": "ROU_ANNIVERSARY_DATE",
37 "modificationReasons": [
38 "CONTRACT_RATE_CHANGE"
39 ],
40 "modificationPerClassificationList": [
41 {
42 "accountingStandardId": 0,
43 "classificationType": "NON_LEASE",
44 "accountingStandardType": "GAAP",
45 "impairmentAmount": 0.1,
46 "recoverableAmount": 0.1,
47 "decreaseInAsset": 0.1,
48 "decreaseInTerm": 0.1
49 }
50 ],
51 "massIndexationTaskId": 0
52 },
53 "activationGroupId": 0,
54 "activationGroupDisplayId": "string",
55 "activationGroupName": "string",
56 "leaseComponentRevisionId": 0,
57 "leaseComponentRevisionDisplayId": "string",
58 "lastLeaseComponentRevisionId": 0,
59 "lastLeaseComponentRevisionDisplayId": "string",
60 "clonedFromRevisionId": 0,
61 "clonedFromRevisionDisplayId": "string",
62 "lockReason": "CLOSED_CLOSING_RECLOSE_REJECTED",
63 "infiniteUsefulLife": true,
64 "transferOfOwnership": true,
65 "specializedAsset": true,
66 "fairMarketValue": 0.1,
67 "residualValue": 0,
68 "endOfTermIntention": "TO_BE_DETERMINED",
69 "endOfTermDate": "2019-08-24",
70 "endOfTermPeriod": 0,
71 "activationDocumentDate": "2019-08-24",
72 "activationPostingDate": "2019-08-24",
73 "closingDocumentDate": "2019-08-24",
74 "closingPostingDate": "2019-08-24",
75 "numberRangeIdentifierType": {
76 "name": "string"
77 },
78 "numberRangeIdentifierValue": "string",
79 "allowsSystemGenerateNewId": true,
80 "numberRangeType": {
81 "name": "string"
82 }
83}
Search Event Initial Data¶
HTTP Request
POST /api/activation-groups/event/initial-data
📋 Description: Submits initial data for activation groups within the Nakisa Portfolio Management Suite, facilitating the integration of portfolio, asset, and real estate property analytics.
Parameters
Name |
In |
Type |
Required |
Description |
|---|---|---|---|---|
body |
body |
true |
Request body containing initial data for activation groups, including portfolio details, asset information, and analytics relevant to real estate properties. |
Body Parameters
1{
2 "activationGroupId": 0,
3 "modificationDate": "2019-08-24",
4 "modificationReasons": [
5 "CONTRACT_RATE_CHANGE"
6 ],
7 "applyIndexationLease": true,
8 "applyIndexationNonLease": true
9}
Responses
Status |
Meaning |
Description |
Schema |
|---|---|---|---|
200 |
OK |
Inline |
Example Responses
1{
2 "activationGroupId": 0,
3 "principalPositionType": "LESSEE",
4 "modificationDateUpperLimit": "2019-08-24",
5 "modificationDateLowerLimit": "2019-08-24",
6 "indexationStartDateLowerLimit": "2019-08-24",
7 "indexationStartDateUpperLimit": "2019-08-24",
8 "indexationStartDateNonLeaseLowerLimit": "2019-08-24",
9 "indexationStartDateNonLeaseUpperLimit": "2019-08-24",
10 "terminationDateUpperLimit": "2019-08-24",
11 "terminationDateLowerLimit": "2019-08-24",
12 "latestPostedDate": "2019-08-24",
13 "nextRouAnniversary": "2019-08-24",
14 "fairMarketValue": 0.1,
15 "assetLossInHistory": true,
16 "modificationInfo": {
17 "property1": {
18 "property1": {
19 "periodStartDate": {
20 "timing": "START_OF_DAY",
21 "year": 0,
22 "monthValue": 0,
23 "dayOfMonth": 0,
24 "dayOfWeek": "MONDAY",
25 "leapYear": true,
26 "dayOfYear": 0,
27 "month": "JANUARY"
28 },
29 "periodEndDate": {
30 "timing": "START_OF_DAY",
31 "year": 0,
32 "monthValue": 0,
33 "dayOfMonth": 0,
34 "dayOfWeek": "MONDAY",
35 "leapYear": true,
36 "dayOfYear": 0,
37 "month": "JANUARY"
38 },
39 "accountingStandardDisplayId": "string",
40 "accountingStandardId": 0,
41 "eventDate": "2019-08-24",
42 "numberOfDays": 0,
43 "openingNbvAmount": 0,
44 "closingNbvAmount": 0,
45 "monthlyDepreciation": 0,
46 "dailyDepreciation": 0,
47 "generatedNbvOnEventDate": 0,
48 "applicableResidualValue": 0,
49 "impairmentReserveClosingBalance": 0,
50 "maximumGainAmount": 0,
51 "nonRecoverableImpairmentLoss": 0,
52 "accountingStandardType": "GAAP",
53 "leaseClassificationType": "NON_LEASE",
54 "decreaseInTermAmountNeeded": true
55 },
56 "property2": {
57 "periodStartDate": {
58 "timing": "START_OF_DAY",
59 "year": 0,
60 "monthValue": 0,
61 "dayOfMonth": 0,
62 "dayOfWeek": "MONDAY",
63 "leapYear": true,
64 "dayOfYear": 0,
65 "month": "JANUARY"
66 },
67 "periodEndDate": {
68 "timing": "START_OF_DAY",
69 "year": 0,
70 "monthValue": 0,
71 "dayOfMonth": 0,
72 "dayOfWeek": "MONDAY",
73 "leapYear": true,
74 "dayOfYear": 0,
75 "month": "JANUARY"
76 },
77 "accountingStandardDisplayId": "string",
78 "accountingStandardId": 0,
79 "eventDate": "2019-08-24",
80 "numberOfDays": 0,
81 "openingNbvAmount": 0,
82 "closingNbvAmount": 0,
83 "monthlyDepreciation": 0,
84 "dailyDepreciation": 0,
85 "generatedNbvOnEventDate": 0,
86 "applicableResidualValue": 0,
87 "impairmentReserveClosingBalance": 0,
88 "maximumGainAmount": 0,
89 "nonRecoverableImpairmentLoss": 0,
90 "accountingStandardType": "GAAP",
91 "leaseClassificationType": "NON_LEASE",
92 "decreaseInTermAmountNeeded": true
93 }
94 },
95 "property2": {
96 "property1": {
97 "periodStartDate": {
98 "timing": "START_OF_DAY",
99 "year": 0,
100 "monthValue": 0,
101 "dayOfMonth": 0,
102 "dayOfWeek": "MONDAY",
103 "leapYear": true,
104 "dayOfYear": 0,
105 "month": "JANUARY"
106 },
107 "periodEndDate": {
108 "timing": "START_OF_DAY",
109 "year": 0,
110 "monthValue": 0,
111 "dayOfMonth": 0,
112 "dayOfWeek": "MONDAY",
113 "leapYear": true,
114 "dayOfYear": 0,
115 "month": "JANUARY"
116 },
117 "accountingStandardDisplayId": "string",
118 "accountingStandardId": 0,
119 "eventDate": "2019-08-24",
120 "numberOfDays": 0,
121 "openingNbvAmount": 0,
122 "closingNbvAmount": 0,
123 "monthlyDepreciation": 0,
124 "dailyDepreciation": 0,
125 "generatedNbvOnEventDate": 0,
126 "applicableResidualValue": 0,
127 "impairmentReserveClosingBalance": 0,
128 "maximumGainAmount": 0,
129 "nonRecoverableImpairmentLoss": 0,
130 "accountingStandardType": "GAAP",
131 "leaseClassificationType": "NON_LEASE",
132 "decreaseInTermAmountNeeded": true
133 },
134 "property2": {
135 "periodStartDate": {
136 "timing": "START_OF_DAY",
137 "year": 0,
138 "monthValue": 0,
139 "dayOfMonth": 0,
140 "dayOfWeek": "MONDAY",
141 "leapYear": true,
142 "dayOfYear": 0,
143 "month": "JANUARY"
144 },
145 "periodEndDate": {
146 "timing": "START_OF_DAY",
147 "year": 0,
148 "monthValue": 0,
149 "dayOfMonth": 0,
150 "dayOfWeek": "MONDAY",
151 "leapYear": true,
152 "dayOfYear": 0,
153 "month": "JANUARY"
154 },
155 "accountingStandardDisplayId": "string",
156 "accountingStandardId": 0,
157 "eventDate": "2019-08-24",
158 "numberOfDays": 0,
159 "openingNbvAmount": 0,
160 "closingNbvAmount": 0,
161 "monthlyDepreciation": 0,
162 "dailyDepreciation": 0,
163 "generatedNbvOnEventDate": 0,
164 "applicableResidualValue": 0,
165 "impairmentReserveClosingBalance": 0,
166 "maximumGainAmount": 0,
167 "nonRecoverableImpairmentLoss": 0,
168 "accountingStandardType": "GAAP",
169 "leaseClassificationType": "NON_LEASE",
170 "decreaseInTermAmountNeeded": true
171 }
172 }
173 },
174 "indexationTreatmentType": "DEFAULT",
175 "indexationTreatmentTypeOptions": [
176 "DEFAULT"
177 ],
178 "indexationDateTypeOptions": [
179 "ROU_ANNIVERSARY_DATE"
180 ],
181 "gaapAccountingStandardLite": {
182 "id": 0,
183 "displayId": "string",
184 "standardType": "GAAP"
185 },
186 "indexedCurrency": true,
187 "type": "string"
188}
Response Schema
Enumerated Values
Attribute |
Value |
|---|---|
accountingStandardType |
GAAP, GASB_87, IFRS |
dayOfWeek |
FRIDAY, MONDAY, SATURDAY, SUNDAY, THURSDAY, TUESDAY, WEDNESDAY |
indexationTreatmentType |
DEFAULT, ENFORCE_LEASE, ENFORCE_NON_LEASE, STANDARD |
leaseClassificationType |
DIRECT_FINANCING, FINANCE, LOW_VALUE, NON_LEASE, OPERATING, PROVISIONING, SALES_TYPE, SERVICE_CONTRACT, SHORT_TERM |
month |
APRIL, AUGUST, DECEMBER, FEBRUARY, JANUARY, JULY, JUNE, MARCH, MAY, NOVEMBER, OCTOBER, SEPTEMBER |
principalPositionType |
LESSEE, LESSOR |
standardType |
GAAP, GASB_87, IFRS |
timing |
END_OF_DAY, START_OF_DAY |
Activation Group Confirm Classification¶
HTTP Request
POST /api/activation-groups/confirm-classification
📋 Description: Confirms the classification of activation groups within the Nakisa Portfolio Management Suite, facilitating accurate portfolio and asset analytics for real estate properties.
Parameters
Name |
In |
Type |
Required |
Description |
|---|---|---|---|---|
body |
body |
true |
Request body containing the classification confirmation data for activation groups, including relevant portfolio and asset identifiers, to facilitate analytics within the Nakisa Portfolio Management Suite. |
Body Parameters
1{
2 "objectType": "string",
3 "comment": "string",
4 "activationDate": "2019-08-24",
5 "postingDate": "2019-08-24",
6 "documentDate": "2019-08-24",
7 "manageTransactionsManually": true,
8 "processingTaskId": 0,
9 "processingJobType": "string",
10 "objectId": 0
11}
Responses
Status |
Meaning |
Description |
Schema |
|---|---|---|---|
200 |
OK |
Example Responses
1{
2 "id": 0,
3 "success": true,
4 "cancelled": true,
5 "failureMessage": "string",
6 "warningMessage": "string"
7}
Activation Group Approve¶
HTTP Request
POST /api/activation-groups/approve
📋 Description: Approves specified activation groups within the Nakisa Portfolio Management Suite, facilitating the management and analysis of portfolio assets in the context of real estate properties. This operation streamlines the approval process, enhancing overall portfolio analytics and decision-making efficiency.
Parameters
Name |
In |
Type |
Required |
Description |
|---|---|---|---|---|
body |
body |
true |
Request body containing the approval details for activation groups, including relevant portfolio and asset identifiers, to facilitate analytics within the Nakisa Portfolio Management Suite. |
Body Parameters
1{
2 "objectType": "string",
3 "comment": "string",
4 "activationDate": "2019-08-24",
5 "postingDate": "2019-08-24",
6 "documentDate": "2019-08-24",
7 "manageTransactionsManually": true,
8 "processingTaskId": 0,
9 "processingJobType": "string",
10 "objectId": 0
11}
Responses
Status |
Meaning |
Description |
Schema |
|---|---|---|---|
200 |
OK |
Example Responses
1{
2 "id": 0,
3 "success": true,
4 "cancelled": true,
5 "failureMessage": "string",
6 "warningMessage": "string"
7}
Activation Group Activate¶
HTTP Request
POST /api/activation-groups/activate
📋 Description: Activates specified activation groups within the Nakisa Portfolio Management Suite, enabling users to manage portfolio assets and analytics for real estate properties effectively.
Parameters
Name |
In |
Type |
Required |
Description |
|---|---|---|---|---|
body |
body |
true |
Request body containing the activation group details, including portfolio identifiers and asset attributes, necessary for activating real estate property analytics within the Nakisa Portfolio Management Suite. |
Body Parameters
1{
2 "objectType": "string",
3 "comment": "string",
4 "activationDate": "2019-08-24",
5 "postingDate": "2019-08-24",
6 "documentDate": "2019-08-24",
7 "manageTransactionsManually": true,
8 "processingTaskId": 0,
9 "processingJobType": "string",
10 "objectId": 0
11}
Responses
Status |
Meaning |
Description |
Schema |
|---|---|---|---|
200 |
OK |
Example Responses
1{
2 "id": 0,
3 "success": true,
4 "cancelled": true,
5 "failureMessage": "string",
6 "warningMessage": "string"
7}
Search Activation Group Financial Terms¶
HTTP Request
POST /api/activation-group-financial-terms/search
📋 Description: Submits a request to search for financial terms associated with activation groups within the Nakisa Portfolio Management Suite, enabling users to analyze portfolio and asset data relevant to real estate properties.
Parameters
Name |
In |
Type |
Required |
Description |
|---|---|---|---|---|
body |
body |
any |
true |
Request body containing the financial terms and conditions relevant to activation groups within the portfolio management context, facilitating asset analytics for real estate properties. |
Body Parameters
1{
2 "idIn": [
3 0
4 ],
5 "idEqual": 0,
6 "idLike": "string",
7 "createdAtGreaterThanOrEqual": "2019-08-24T14:15:22Z",
8 "createdAtLessThanOrEqual": "2019-08-24T14:15:22Z",
9 "createdByLike": "string",
10 "createdByEqual": "string",
11 "modifiedAtGreaterThanOrEqual": "2019-08-24T14:15:22Z",
12 "modifiedAtLessThanOrEqual": "2019-08-24T14:15:22Z",
13 "modifiedByLike": "string",
14 "modifiedByEqual": "string",
15 "displayIdIn": [
16 "string"
17 ],
18 "displayIdLike": "string",
19 "nameLike": "string",
20 "expenseCategoryIdIn": [
21 0
22 ],
23 "expenseCategoryDisplayIdIn": [
24 "string"
25 ],
26 "amountGreaterThanOrEqual": 0.1,
27 "amountLessThanOrEqual": 0.1,
28 "amountFrequencyIn": [
29 "DAY"
30 ],
31 "paymentModeIn": [
32 "ADVANCE"
33 ],
34 "paymentCalculationModeIn": [
35 "ONE_TIME"
36 ],
37 "paymentFrequencyIn": [
38 "ONE_TIME"
39 ],
40 "firstPaymentDateGreaterThanOrEqual": "2019-08-24",
41 "firstPaymentDateLessThanOrEqual": "2019-08-24",
42 "lastPaymentDateGreaterThanOrEqual": "2019-08-24",
43 "lastPaymentDateLessThanOrEqual": "2019-08-24",
44 "notificationDateGreaterThanOrEqual": "2019-08-24",
45 "notificationDateLessThanOrEqual": "2019-08-24",
46 "termStartDateGreaterThanOrEqual": "2019-08-24",
47 "termStartDateLessThanOrEqual": "2019-08-24",
48 "termEndDateGreaterThanOrEqual": "2019-08-24",
49 "termEndDateLessThanOrEqual": "2019-08-24",
50 "expenseCategoryTypeIn": [
51 "PAYMENT"
52 ],
53 "expenseCategoryTypeEqual": "PAYMENT",
54 "revisionDisplayIdIn": [
55 "string"
56 ],
57 "exerciseEqual": true,
58 "leaseComponentFinancialTermIdEqual": 0,
59 "revisionIdIn": [
60 0
61 ],
62 "activationGroupDisplayIdIn": [
63 "string"
64 ],
65 "activationGroupIdIn": [
66 0
67 ],
68 "applyIndexationEqual": true,
69 "consumerPriceIndexCategoryIdIn": [
70 0
71 ],
72 "consumerPriceIndexCategoryDisplayIdIn": [
73 "string"
74 ],
75 "consumerPriceIndexCategoryIdNonLeaseIn": [
76 0
77 ],
78 "consumerPriceIndexCategoryDisplayIdNonLeaseIn": [
79 "string"
80 ],
81 "termStateIn": [
82 "HISTORICAL"
83 ],
84 "type": "string"
85}
Responses
Status |
Meaning |
Description |
Schema |
|---|---|---|---|
200 |
OK |
Example Responses
1{
2 "totalElements": 0,
3 "totalPages": 0,
4 "numberOfElements": 0,
5 "pageable": {
6 "unpaged": true,
7 "paged": true,
8 "pageNumber": 0,
9 "pageSize": 0,
10 "offset": 0,
11 "sort": {
12 "unsorted": true,
13 "sorted": true,
14 "empty": true
15 }
16 },
17 "size": 0,
18 "content": [
19 {
20 "id": 0,
21 "displayId": "string",
22 "name": "string",
23 "expenseCategory": {
24 "id": 0,
25 "displayId": "string",
26 "status": "CREATED",
27 "name": "string",
28 "expenseCategoryType": "PAYMENT"
29 },
30 "amount": 0.1,
31 "amountFrequency": "DAY",
32 "paymentMode": "ADVANCE",
33 "paymentCalculationMode": "ONE_TIME",
34 "firstSpecialPaymentDate": "2019-08-24",
35 "lastSpecialPaymentDate": "2019-08-24",
36 "paymentFrequency": "ONE_TIME",
37 "firstPaymentDate": "2019-08-24",
38 "lastPaymentDate": "2019-08-24",
39 "firstPaymentAmount": 0.1,
40 "lastPaymentAmount": 0.1,
41 "months": 0,
42 "days": 0,
43 "notificationDate": "2019-08-24",
44 "monthEnd": true,
45 "paymentTiming": "START_OF_DAY",
46 "escalatingRent": true,
47 "stopEscalatingAtZero": true,
48 "escalatingRentAmount": 0.1,
49 "escalatingRentType": "FIXED",
50 "escalationFrequencyOffset": 0,
51 "escalationFrequency": 0,
52 "escalationFastForward": 0,
53 "termStartDate": "2019-08-24",
54 "termEndDate": "2019-08-24",
55 "expenseCategoryType": "PAYMENT",
56 "spreadingFrequency": "NONE",
57 "firstSpreadingAmount": 0.1,
58 "lastSpreadingAmount": 0.1,
59 "valid": true,
60 "parentFinancialTermId": 0,
61 "termStatus": "EDITABLE",
62 "lockReason": "EXERCISED_IN_ACTIVATION_GROUP",
63 "vendorPaymentSplits": [
64 {
65 "percentage": 0,
66 "calculateTax": true,
67 "taxExemptionPercentage": 0,
68 "partner": {
69 "id": 0,
70 "displayId": "string",
71 "status": "CREATED",
72 "name": "string",
73 "erpSystemDisplayId": "string"
74 },
75 "partnerRole": {
76 "id": 0,
77 "displayId": "string",
78 "status": "CREATED",
79 "name": "string"
80 },
81 "taxCodeDetermination": {
82 "id": 0,
83 "displayId": "string",
84 "companyId": 0,
85 "taxJurisdictionId": 0,
86 "taxJurisdictionDisplayId": "string",
87 "defaultTaxCodeId": 0,
88 "defaultTaxCodeDisplayId": "string",
89 "defaultExemptionTaxCodeId": 0,
90 "defaultExemptionTaxCodeDisplayId": "string",
91 "defaultExemptionPercentage": 0,
92 "mapping": {
93 "isLeaseExpense": true,
94 "nonLeaseTaxCodeId": 0,
95 "nonLeaseTaxCodeDisplayId": "string",
96 "nonLeaseExemptionTaxCodeId": 0,
97 "nonLeaseExemptionTaxCodeDisplayId": "string",
98 "nonLeaseExemptionTaxPercentage": 0.1,
99 "principalTaxCodeId": 0,
100 "principalTaxCodeDisplayId": "string",
101 "principalExemptionTaxCodeId": 0,
102 "principalExemptionTaxCodeDisplayId": "string",
103 "principalExemptionTaxPercentage": 0.1
104 }
105 }
106 }
107 ],
108 "revisionDisplayId": "string",
109 "termType": "PAYMENT_TERM",
110 "exercise": true,
111 "leaseComponentFinancialTermId": 0,
112 "revisionId": 0,
113 "activationGroupDisplayId": "string",
114 "activationGroupId": 0,
115 "applyIndexation": true,
116 "indexationType": "NONE",
117 "indexationTypeNonLease": "NONE",
118 "consumerPriceIndexCategory": {
119 "id": 0,
120 "displayId": "string",
121 "status": "CREATED",
122 "name": "string",
123 "city": "string",
124 "country": "string",
125 "province": "string"
126 },
127 "consumerPriceIndexCategoryNonLease": {
128 "id": 0,
129 "displayId": "string",
130 "status": "CREATED",
131 "name": "string",
132 "city": "string",
133 "country": "string",
134 "province": "string"
135 },
136 "baseIndexationDate": "2019-08-24",
137 "baseIndexationDateNonLease": "2019-08-24",
138 "baseIndexationRate": 0.1,
139 "baseIndexationRateNonLease": 0.1,
140 "referenceIndexationDate": "2019-08-24",
141 "referenceIndexationDateNonLease": "2019-08-24",
142 "referenceIndexationRate": 0.1,
143 "referenceIndexationRateNonLease": 0.1,
144 "indexationStartDate": "2019-08-24",
145 "indexationStartDateNonLease": "2019-08-24",
146 "indexationLeasePercentage": 0.1,
147 "indexationNonLeasePercentage": 0.1,
148 "termState": "HISTORICAL",
149 "type": "string",
150 "numberRangeIdentifierType": {
151 "name": "string"
152 },
153 "numberRangeIdentifierValue": "string",
154 "allowsSystemGenerateNewId": true,
155 "numberRangeType": {
156 "name": "string"
157 }
158 }
159 ],
160 "number": 0,
161 "sort": {
162 "unsorted": true,
163 "sorted": true,
164 "empty": true
165 },
166 "first": true,
167 "last": true,
168 "empty": true
169}
Can Generate Schedule Activation Group¶
HTTP Request
GET /api/activation-groups/{revisionId}
📋 Description: Retrieves activation group details for a specified revision ID, enabling users to analyze portfolio and asset configurations within the Nakisa Portfolio Management Suite.
Parameters
Name |
In |
Type |
Required |
Description |
|---|---|---|---|---|
revisionId |
path |
integer(int64) |
true |
Unique identifier for the revision |
Responses
Status |
Meaning |
Description |
Schema |
|---|---|---|---|
200 |
OK |
boolean |
Example Responses
1true
Get Min Rou End Date By Activation Group Revision Id¶
HTTP Request
GET /api/activation-groups/{revisionId}/min-rou-end-date
📋 Description: Retrieves the minimum round-end date for activation groups associated with a specified revision ID, facilitating effective portfolio and asset management within the Nakisa Portfolio Management Suite.
Parameters
Name |
In |
Type |
Required |
Description |
|---|---|---|---|---|
revisionId |
path |
integer(int64) |
true |
Unique identifier for the revision |
Responses
Status |
Meaning |
Description |
Schema |
|---|---|---|---|
200 |
OK |
string |
Example Responses
1"2019-08-24"
Get Activation Group Revisions¶
HTTP Request
GET /api/activation-groups/{id}/activation-group-revisions
📋 Description: Fetches the revision history of a specified activation group, providing insights into changes and updates relevant to portfolio and asset management within the Nakisa Portfolio Management Suite.
Parameters
Name |
In |
Type |
Required |
Description |
|---|---|---|---|---|
id |
path |
integer(int64) |
true |
Unique identifier for the resource |
Responses
Status |
Meaning |
Description |
Schema |
|---|---|---|---|
200 |
OK |
Example Responses
1{
2 "totalElements": 0,
3 "totalPages": 0,
4 "numberOfElements": 0,
5 "pageable": {
6 "unpaged": true,
7 "paged": true,
8 "pageNumber": 0,
9 "pageSize": 0,
10 "offset": 0,
11 "sort": {
12 "unsorted": true,
13 "sorted": true,
14 "empty": true
15 }
16 },
17 "size": 0,
18 "content": [
19 {
20 "id": 0,
21 "displayId": "string",
22 "name": "string",
23 "inception": true,
24 "revisionType": "REVISION",
25 "state": "MLA_DEFINE",
26 "approvedBy": "string",
27 "approvedAt": "2019-08-24T14:15:22Z",
28 "parentRevisionId": 0,
29 "approverComment": "string",
30 "rouStartDate": "2019-08-24",
31 "rouEndDate": "2019-08-24",
32 "activationGroupModification": {
33 "modificationDate": "2019-08-24",
34 "terminationType": "CASUALTY",
35 "terminationDate": {
36 "timing": "START_OF_DAY",
37 "year": 0,
38 "monthValue": 0,
39 "dayOfMonth": 0,
40 "dayOfWeek": "MONDAY",
41 "leapYear": true,
42 "dayOfYear": 0,
43 "month": "JANUARY"
44 },
45 "useManualFmvValue": true,
46 "useManualAssetValues": true,
47 "enforceNonLeaseOnIndexation": true,
48 "applyIndexationLease": true,
49 "applyIndexationNonLease": true,
50 "indexationTreatmentType": "DEFAULT",
51 "indexationStartDate": "2019-08-24",
52 "indexationDateType": "ROU_ANNIVERSARY_DATE",
53 "indexationStartDateNonLease": "2019-08-24",
54 "indexationDateTypeNonLease": "ROU_ANNIVERSARY_DATE",
55 "modificationReasons": [
56 "CONTRACT_RATE_CHANGE"
57 ],
58 "modificationPerClassificationList": [
59 {
60 "accountingStandardId": 0,
61 "classificationType": "NON_LEASE",
62 "accountingStandardType": "GAAP",
63 "impairmentAmount": 0.1,
64 "recoverableAmount": 0.1,
65 "decreaseInAsset": 0.1,
66 "decreaseInTerm": 0.1
67 }
68 ],
69 "massIndexationTaskId": 0
70 },
71 "activationGroupId": 0,
72 "activationGroupDisplayId": "string",
73 "activationGroupName": "string",
74 "leaseComponentRevisionId": 0,
75 "leaseComponentRevisionDisplayId": "string",
76 "lastLeaseComponentRevisionId": 0,
77 "lastLeaseComponentRevisionDisplayId": "string",
78 "clonedFromRevisionId": 0,
79 "clonedFromRevisionDisplayId": "string",
80 "lockReason": "CLOSED_CLOSING_RECLOSE_REJECTED",
81 "infiniteUsefulLife": true,
82 "transferOfOwnership": true,
83 "specializedAsset": true,
84 "fairMarketValue": 0.1,
85 "residualValue": 0,
86 "endOfTermIntention": "TO_BE_DETERMINED",
87 "endOfTermDate": "2019-08-24",
88 "endOfTermPeriod": 0,
89 "activationDocumentDate": "2019-08-24",
90 "activationPostingDate": "2019-08-24",
91 "closingDocumentDate": "2019-08-24",
92 "closingPostingDate": "2019-08-24",
93 "numberRangeIdentifierType": {
94 "name": "string"
95 },
96 "numberRangeIdentifierValue": "string",
97 "allowsSystemGenerateNewId": true,
98 "numberRangeType": {
99 "name": "string"
100 }
101 }
102 ],
103 "number": 0,
104 "sort": {
105 "unsorted": true,
106 "sorted": true,
107 "empty": true
108 },
109 "first": true,
110 "last": true,
111 "empty": true
112}
Get By Revision Id Activation Group¶
HTTP Request
GET /api/activation-groups/revision/{revisionId}
📋 Description: Retrieves the details of a specific activation group revision by its unique identifier, enabling users to analyze changes within the portfolio and asset management context.
Parameters
Name |
In |
Type |
Required |
Description |
|---|---|---|---|---|
revisionId |
path |
integer(int64) |
true |
Unique identifier for the revision |
Responses
Status |
Meaning |
Description |
Schema |
|---|---|---|---|
200 |
OK |
Example Responses
1{
2 "id": 0,
3 "displayId": "string",
4 "principalPositionType": "LESSEE",
5 "name": "string",
6 "description": "string",
7 "approverComment": "string",
8 "snapshotData": {
9 "isParallelCurrencyEnabled": true,
10 "isCostCenterAllocationEnabled": true,
11 "useSpotRateForGroupCurrency": true,
12 "exchangeRateTypes": [
13 {
14 "currencyDefinitionType": "CONTRACT_CURRENCY",
15 "sourceCurrencyType": "CONTRACT_CURRENCY",
16 "translationDateType": "DOCUMENT_DATE",
17 "targetCurrency": {
18 "id": 0,
19 "displayId": "string",
20 "decimalPoints": 0
21 },
22 "referenceCurrency": {
23 "id": 0,
24 "displayId": "string"
25 },
26 "currencyType": "string",
27 "exchangeRateType": "string"
28 }
29 ]
30 },
31 "revision": {
32 "id": 0,
33 "displayId": "string",
34 "name": "string",
35 "inception": true,
36 "revisionType": "REVISION",
37 "state": "MLA_DEFINE",
38 "approvedBy": "string",
39 "approvedAt": "2019-08-24T14:15:22Z",
40 "parentRevisionId": 0,
41 "approverComment": "string",
42 "rouStartDate": "2019-08-24",
43 "rouEndDate": "2019-08-24",
44 "activationGroupModification": {
45 "modificationDate": "2019-08-24",
46 "terminationType": "CASUALTY",
47 "terminationDate": {
48 "timing": "START_OF_DAY",
49 "year": 0,
50 "monthValue": 0,
51 "dayOfMonth": 0,
52 "dayOfWeek": "MONDAY",
53 "leapYear": true,
54 "dayOfYear": 0,
55 "month": "JANUARY"
56 },
57 "useManualFmvValue": true,
58 "useManualAssetValues": true,
59 "enforceNonLeaseOnIndexation": true,
60 "applyIndexationLease": true,
61 "applyIndexationNonLease": true,
62 "indexationTreatmentType": "DEFAULT",
63 "indexationStartDate": "2019-08-24",
64 "indexationDateType": "ROU_ANNIVERSARY_DATE",
65 "indexationStartDateNonLease": "2019-08-24",
66 "indexationDateTypeNonLease": "ROU_ANNIVERSARY_DATE",
67 "modificationReasons": [
68 "CONTRACT_RATE_CHANGE"
69 ],
70 "modificationPerClassificationList": [
71 {
72 "accountingStandardId": 0,
73 "classificationType": "NON_LEASE",
74 "accountingStandardType": "GAAP",
75 "impairmentAmount": 0.1,
76 "recoverableAmount": 0.1,
77 "decreaseInAsset": 0.1,
78 "decreaseInTerm": 0.1
79 }
80 ],
81 "massIndexationTaskId": 0
82 },
83 "activationGroupId": 0,
84 "activationGroupDisplayId": "string",
85 "activationGroupName": "string",
86 "leaseComponentRevisionId": 0,
87 "leaseComponentRevisionDisplayId": "string",
88 "lastLeaseComponentRevisionId": 0,
89 "lastLeaseComponentRevisionDisplayId": "string",
90 "clonedFromRevisionId": 0,
91 "clonedFromRevisionDisplayId": "string",
92 "lockReason": "CLOSED_CLOSING_RECLOSE_REJECTED",
93 "infiniteUsefulLife": true,
94 "transferOfOwnership": true,
95 "specializedAsset": true,
96 "fairMarketValue": 0.1,
97 "residualValue": 0,
98 "endOfTermIntention": "TO_BE_DETERMINED",
99 "endOfTermDate": "2019-08-24",
100 "endOfTermPeriod": 0,
101 "activationDocumentDate": "2019-08-24",
102 "activationPostingDate": "2019-08-24",
103 "closingDocumentDate": "2019-08-24",
104 "closingPostingDate": "2019-08-24",
105 "numberRangeIdentifierType": {
106 "name": "string"
107 },
108 "numberRangeIdentifierValue": "string",
109 "allowsSystemGenerateNewId": true,
110 "numberRangeType": {
111 "name": "string"
112 }
113 },
114 "leaseComponentId": 0,
115 "leaseComponentDisplayId": "string",
116 "companyCodeId": 0,
117 "companyCodeDisplayId": "string",
118 "splittedFromActivationGroupRevisionId": {
119 "id": 0,
120 "displayId": "string",
121 "name": "string",
122 "inception": true,
123 "revisionType": "REVISION",
124 "state": "MLA_DEFINE",
125 "approvedBy": "string",
126 "approvedAt": "2019-08-24T14:15:22Z",
127 "parentRevisionId": 0,
128 "approverComment": "string",
129 "rouStartDate": "2019-08-24",
130 "rouEndDate": "2019-08-24",
131 "activationGroupModification": {
132 "modificationDate": "2019-08-24",
133 "terminationType": "CASUALTY",
134 "terminationDate": {
135 "timing": "START_OF_DAY",
136 "year": 0,
137 "monthValue": 0,
138 "dayOfMonth": 0,
139 "dayOfWeek": "MONDAY",
140 "leapYear": true,
141 "dayOfYear": 0,
142 "month": "JANUARY"
143 },
144 "useManualFmvValue": true,
145 "useManualAssetValues": true,
146 "enforceNonLeaseOnIndexation": true,
147 "applyIndexationLease": true,
148 "applyIndexationNonLease": true,
149 "indexationTreatmentType": "DEFAULT",
150 "indexationStartDate": "2019-08-24",
151 "indexationDateType": "ROU_ANNIVERSARY_DATE",
152 "indexationStartDateNonLease": "2019-08-24",
153 "indexationDateTypeNonLease": "ROU_ANNIVERSARY_DATE",
154 "modificationReasons": [
155 "CONTRACT_RATE_CHANGE"
156 ],
157 "modificationPerClassificationList": [
158 {
159 "accountingStandardId": 0,
160 "classificationType": "NON_LEASE",
161 "accountingStandardType": "GAAP",
162 "impairmentAmount": 0.1,
163 "recoverableAmount": 0.1,
164 "decreaseInAsset": 0.1,
165 "decreaseInTerm": 0.1
166 }
167 ],
168 "massIndexationTaskId": 0
169 },
170 "activationGroupId": 0,
171 "activationGroupDisplayId": "string",
172 "activationGroupName": "string",
173 "leaseComponentRevisionId": 0,
174 "leaseComponentRevisionDisplayId": "string",
175 "lastLeaseComponentRevisionId": 0,
176 "lastLeaseComponentRevisionDisplayId": "string",
177 "clonedFromRevisionId": 0,
178 "clonedFromRevisionDisplayId": "string",
179 "lockReason": "CLOSED_CLOSING_RECLOSE_REJECTED",
180 "infiniteUsefulLife": true,
181 "transferOfOwnership": true,
182 "specializedAsset": true,
183 "fairMarketValue": 0.1,
184 "residualValue": 0,
185 "endOfTermIntention": "TO_BE_DETERMINED",
186 "endOfTermDate": "2019-08-24",
187 "endOfTermPeriod": 0,
188 "activationDocumentDate": "2019-08-24",
189 "activationPostingDate": "2019-08-24",
190 "closingDocumentDate": "2019-08-24",
191 "closingPostingDate": "2019-08-24",
192 "numberRangeIdentifierType": {
193 "name": "string"
194 },
195 "numberRangeIdentifierValue": "string",
196 "allowsSystemGenerateNewId": true,
197 "numberRangeType": {
198 "name": "string"
199 }
200 },
201 "notifications": [
202 {
203 "id": 0,
204 "topic": {
205 "enCaption": "string",
206 "frCaption": "string",
207 "name": "string",
208 "priority": "HIGH"
209 },
210 "username": "string",
211 "activationGroupId": 0,
212 "activationGroupDisplayId": "string",
213 "targetId": "string",
214 "targetType": "string"
215 }
216 ],
217 "transferInfo": {
218 "transferredFromDisplayId": "string",
219 "transferredFromRevisionId": 0,
220 "transferredToDisplayId": "string",
221 "transferredToRevisionId": 0
222 },
223 "numberRangeIdentifierType": {
224 "name": "string"
225 },
226 "numberRangeIdentifierValue": "string",
227 "numberRangeType": {
228 "name": "string"
229 },
230 "allowsSystemGenerateNewId": true
231}
Check Activation Group State¶
HTTP Request
GET /api/activation-groups/check/{id}
📋 Description: Retrieves the activation group details for a specified ID, enabling users to analyze portfolio and asset performance within the Nakisa Portfolio Management Suite.
Parameters
Name |
In |
Type |
Required |
Description |
|---|---|---|---|---|
id |
path |
integer(int64) |
true |
Unique identifier for the resource |
Responses
Status |
Meaning |
Description |
Schema |
|---|---|---|---|
200 |
OK |
Example Responses
1{
2 "id": "string",
3 "name": "string",
4 "captionKey": "string",
5 "latestStateHistoryFailureMessage": "string",
6 "initial": true,
7 "final": true,
8 "transitionState": true,
9 "caption": "string"
10}
Get By Revision Id Activation Group Accounting¶
HTTP Request
GET /api/activation-group-accountings/activation-group/{revisionId}
📋 Description: Retrieves detailed accounting information for a specific activation group within the Nakisa Portfolio Management Suite, identified by the provided revision ID, to support portfolio and asset analytics in real estate property management.
Parameters
Name |
In |
Type |
Required |
Description |
|---|---|---|---|---|
revisionId |
path |
integer(int64) |
true |
Unique identifier for the revision |
Responses
Status |
Meaning |
Description |
Schema |
|---|---|---|---|
200 |
OK |
Inline |
Example Responses
1{
2 "id": 0,
3 "displayId": "string",
4 "principalPositionType": "LESSEE",
5 "contractRate": 0.1,
6 "straightLineNonLeaseIncomeForPosting": true,
7 "compoundingFrequency": "DAILY",
8 "lessorPaymentReference": "string",
9 "trackCost": true,
10 "generateVendorInvoice": true,
11 "calculateTax": true,
12 "calendarType": "REGULAR_CALENDAR",
13 "fiscalVariant": {
14 "id": 0,
15 "displayId": "string",
16 "status": "CREATED",
17 "isCalendarYear": true,
18 "yearDependent": true,
19 "erpSystemDisplayId": "string",
20 "isErpSystemDefault": true
21 },
22 "workBreakdownStructure": {
23 "id": 0,
24 "displayId": "string",
25 "status": "CREATED",
26 "name": "string"
27 },
28 "functionalArea": {
29 "id": 0,
30 "displayId": "string",
31 "status": "CREATED",
32 "name": "string"
33 },
34 "businessArea": {
35 "id": 0,
36 "displayId": "string",
37 "status": "CREATED",
38 "name": "string"
39 },
40 "taxJurisdiction": {
41 "id": 0,
42 "displayId": "string",
43 "status": "CREATED",
44 "name": "string"
45 },
46 "taxCode": {
47 "id": 0,
48 "displayId": "string",
49 "status": "CREATED",
50 "name": "string"
51 },
52 "paymentTerm": {
53 "id": 0,
54 "displayId": "string",
55 "status": "CREATED",
56 "name": "string"
57 },
58 "paymentBlock": {
59 "id": 0,
60 "displayId": "string",
61 "status": "CREATED",
62 "name": "string"
63 },
64 "paymentMethod": {
65 "id": 0,
66 "displayId": "string",
67 "status": "CREATED",
68 "name": "string",
69 "type": "string"
70 },
71 "profitCenter": {
72 "id": 0,
73 "displayId": "string",
74 "status": "CREATED",
75 "name": "string",
76 "validTo": "2019-08-24",
77 "erpSystemId": 0,
78 "erpSystemDisplayId": "string"
79 },
80 "network": {
81 "id": 0,
82 "displayId": "string",
83 "status": "CREATED",
84 "name": "string"
85 },
86 "segment": {
87 "id": 0,
88 "displayId": "string",
89 "status": "CREATED",
90 "name": "string"
91 },
92 "internalOrder": {
93 "id": 0,
94 "displayId": "string",
95 "status": "CREATED",
96 "name": "string"
97 },
98 "internalOrderType": {
99 "id": 0,
100 "displayId": "string",
101 "status": "CREATED",
102 "name": "string"
103 },
104 "costCenter": {
105 "id": 0,
106 "displayId": "string",
107 "status": "CREATED",
108 "name": "string"
109 },
110 "responsibleCostCenter": {
111 "id": 0,
112 "displayId": "string",
113 "status": "CREATED",
114 "name": "string"
115 },
116 "activationGroupRevisionId": 0,
117 "activationGroupRevisionDisplayId": "string",
118 "activationGroupId": 0,
119 "activationGroupDisplayId": "string",
120 "indexationType": "NONE",
121 "currentIndexLevel": 0.1,
122 "indexationReferenceDate": "2019-08-24",
123 "conditionallyIndexed": true,
124 "applicableCurrentIndexLevel": 0.1,
125 "indexationLevelPercentageChangeLowerBound": 0.1,
126 "indexationLevelPercentageChangeUpperBound": 0.1,
127 "indexationTypeNonLease": "NONE",
128 "currentIndexLevelNonLease": 0.1,
129 "indexationReferenceDateNonLease": "2019-08-24",
130 "conditionallyIndexedNonLease": true,
131 "useNonLeaseOnIndexation": true,
132 "applicableCurrentIndexLevelNonLease": 0.1,
133 "indexationLevelPercentageChangeLowerBoundNonLease": 0.1,
134 "indexationLevelPercentageChangeUpperBoundNonLease": 0.1,
135 "spreadingFrequency": "NONE",
136 "costCenterAllocations": [
137 {
138 "id": 0,
139 "mainCostCenter": true,
140 "allocationPercentage": 0.1,
141 "costCenter": {
142 "id": 0,
143 "displayId": "string",
144 "status": "CREATED",
145 "name": "string"
146 },
147 "profitCenter": {
148 "id": 0,
149 "displayId": "string",
150 "status": "CREATED",
151 "name": "string",
152 "validTo": "2019-08-24",
153 "erpSystemId": 0,
154 "erpSystemDisplayId": "string"
155 }
156 }
157 ],
158 "ibrRate": 0,
159 "ibrRateCarryOver": 0,
160 "consumerPriceIndexCategory": {
161 "id": 0,
162 "displayId": "string",
163 "status": "CREATED",
164 "name": "string",
165 "city": "string",
166 "country": "string",
167 "province": "string"
168 },
169 "consumerPriceIndexCategoryNonLease": {
170 "id": 0,
171 "displayId": "string",
172 "status": "CREATED",
173 "name": "string",
174 "city": "string",
175 "country": "string",
176 "province": "string"
177 },
178 "indexationTreatmentType": "DEFAULT",
179 "consumerPriceIndexValue": {
180 "id": 0,
181 "displayId": "string",
182 "status": "CREATED",
183 "value": 0
184 },
185 "consumerPriceIndexValueNonLease": {
186 "id": 0,
187 "displayId": "string",
188 "status": "CREATED",
189 "value": 0
190 },
191 "purchasingOrganization": {
192 "id": 0,
193 "displayId": "string",
194 "status": "CREATED",
195 "name": "string",
196 "companyId": 0,
197 "companyDisplayId": "string"
198 },
199 "purchasingOrder": {
200 "id": 0,
201 "displayId": "string",
202 "status": "CREATED",
203 "name": "string",
204 "companyId": 0
205 },
206 "type": "string",
207 "numberRangeIdentifierType": {
208 "name": "string"
209 },
210 "numberRangeIdentifierValue": "string",
211 "allowsSystemGenerateNewId": true,
212 "numberRangeType": {
213 "name": "string"
214 }
215}
Response Schema
Enumerated Values
Attribute |
Value |
|---|---|
calendarType |
FISCAL_VARIANT, REGULAR_CALENDAR, _360 |
compoundingFrequency |
ANNUALLY, BI_MONTHLY, DAILY, MONTHLY, QUARTERLY, SEMI_ANNUALLY, SEMI_MONTHLY |
indexationTreatmentType |
DEFAULT, ENFORCE_LEASE, ENFORCE_NON_LEASE, STANDARD |
indexationType |
CPI_GLOBAL, CPI_LOCAL, NONE |
indexationTypeNonLease |
CPI_GLOBAL, CPI_LOCAL, NONE |
principalPositionType |
LESSEE, LESSOR |
spreadingFrequency |
NONE, PERIODIC, STRAIGHT_LINE |
status |
ACTIVE, CREATED, DECOMMISSIONED, DISABLED |
Delete Activation Group Revision¶
HTTP Request
DELETE /api/activation-groups/event/{revisionId}
📋 Description: Deletes a specified activation group event by its revision ID, enabling effective management of portfolio assets and analytics within the Nakisa Portfolio Management Suite.
Parameters
Name |
In |
Type |
Required |
Description |
|---|---|---|---|---|
revisionId |
path |
integer(int64) |
true |
Unique identifier for the revision |
Responses
Status |
Meaning |
Description |
Schema |
|---|---|---|---|
204 |
No Content |
None |