Activation Group¶
Retrieves A Activation Group¶
HTTP Request
GET /api/v1/activation-groups/{id}
📋 Description: Fetches detailed information about a specific activation group identified by its unique ID.
Parameters
Name |
In |
Type |
Required |
Description |
|---|---|---|---|---|
id |
path |
integer |
true |
The unique identifier of the activation group to retrieve. |
Example Values¶
Parameter |
Example |
Type |
|---|---|---|
id |
|
path |
Responses
Status |
Meaning |
Description |
Schema |
|---|---|---|---|
200 |
Successfully retrieved activation group |
Example Responses
1{
2 "code": "OK",
3 "errors": {
4 "all": [
5 {
6 "type": "GENERIC",
7 "source": {},
8 "field": "string",
9 "errorKey": "string",
10 "errorMessage": "string"
11 }
12 ]
13 },
14 "object": {
15 "id": 10000001,
16 "displayId": "AG-100000000",
17 "principalPositionType": {
18 "name": "LESSEE",
19 "captionKey": "enum.principalpositiontype.lessee",
20 "caption": "Lessee"
21 },
22 "name": "Test2",
23 "description": "test2",
24 "approverComment": "Approved after review",
25 "snapshotData": {
26 "isParallelCurrencyEnabled": true,
27 "isCostCenterAllocationEnabled": false,
28 "useSpotRateForGroupCurrency": true,
29 "exchangeRateTypes": [
30 {
31 "currencyDefinitionType": "CONTRACT_CURRENCY",
32 "sourceCurrencyType": "COMPANY_CURRENCY",
33 "translationDateType": "POSTING_DATE",
34 "targetCurrency": {
35 "id": "string",
36 "displayId": "US Dollar",
37 "decimalPoints": 2
38 },
39 "referenceCurrency": {
40 "id": "string",
41 "displayId": "Euro"
42 },
43 "currencyType": "GROUP_CURRENCY",
44 "exchangeRateType": "STANDARD"
45 }
46 ]
47 },
48 "revision": {
49 "id": 10000001,
50 "displayId": "0374999413-20250903-161147",
51 "name": "Inception",
52 "inception": true,
53 "revisionType": "REVISION",
54 "state": "MLA_DEFINE",
55 "approvedBy": "approver.admin@nakisa.com",
56 "approvedAt": "2019-08-24T14:15:22Z",
57 "parentRevisionId": 10000000,
58 "approverComment": "Approved after financial validation.",
59 "rouStartDate": "2025-08-01",
60 "rouEndDate": "2025-08-20",
61 "activationGroupModification": {
62 "modificationDate": "2025-08-15",
63 "terminationType": "CASUALTY",
64 "terminationDate": {
65 "timing": "START_OF_DAY",
66 "year": 2025,
67 "monthValue": 9,
68 "dayOfMonth": 4,
69 "dayOfWeek": "THURSDAY",
70 "leapYear": false,
71 "dayOfYear": 247,
72 "month": "SEPTEMBER"
73 },
74 "useManualFmvValue": true,
75 "useManualAssetValues": false,
76 "enforceNonLeaseOnIndexation": false,
77 "applyIndexationLease": true,
78 "applyIndexationNonLease": false,
79 "indexationTreatmentType": "DEFAULT",
80 "indexationStartDate": "2025-09-01",
81 "indexationDateType": "USER_DEFINED",
82 "indexationStartDateNonLease": "2025-09-10",
83 "indexationDateTypeNonLease": "USER_DEFINED",
84 "modificationReasons": [
85 "CONTRACT_RATE_CHANGE",
86 "INDEXATION"
87 ],
88 "modificationPerClassificationList": [
89 {
90 "accountingStandardId": 1001,
91 "classificationType": "NON_LEASE",
92 "accountingStandardType": "IFRS",
93 "impairmentAmount": 2500.5,
94 "recoverableAmount": 2000,
95 "decreaseInAsset": 1500,
96 "decreaseInTerm": 6
97 }
98 ],
99 "massIndexationTaskId": 987654
100 },
101 "activationGroupId": 10000001,
102 "activationGroupDisplayId": "AG-100000000",
103 "activationGroupName": "Test2",
104 "leaseComponentRevisionId": 10000007,
105 "leaseComponentRevisionDisplayId": "0738001403-20250828-113111",
106 "lastLeaseComponentRevisionId": 10000006,
107 "lastLeaseComponentRevisionDisplayId": "0738001403-20250828-113000",
108 "clonedFromRevisionId": 10000002,
109 "clonedFromRevisionDisplayId": "0374999413-20250820-101200",
110 "lockReason": "PENDING_TERMINATION",
111 "infiniteUsefulLife": false,
112 "transferOfOwnership": false,
113 "specializedAsset": false,
114 "fairMarketValue": 1,
115 "residualValue": 1,
116 "endOfTermIntention": "TO_BE_DETERMINED",
117 "endOfTermDate": "2025-08-11",
118 "endOfTermPeriod": 9,
119 "activationDocumentDate": "2019-08-24",
120 "activationPostingDate": "2019-08-24",
121 "closingDocumentDate": "2019-08-24",
122 "closingPostingDate": "2019-08-24",
123 "numberRangeIdentifierType": {
124 "name": "COMPANY_CODE"
125 },
126 "numberRangeIdentifierValue": "1000",
127 "numberRangeType": {
128 "name": "CONTRACT"
129 },
130 "allowsSystemGenerateNewId": false
131 },
132 "leaseComponentId": 10000007,
133 "leaseComponentDisplayId": "LC-100000200",
134 "companyCodeId": 10000002,
135 "companyCodeDisplayId": "1000",
136 "splittedFromActivationGroupRevisionId": {
137 "id": 10000001,
138 "displayId": "0374999413-20250903-161147",
139 "name": "Inception",
140 "inception": true,
141 "revisionType": "REVISION",
142 "state": "MLA_DEFINE",
143 "approvedBy": "approver.admin@nakisa.com",
144 "approvedAt": "2019-08-24T14:15:22Z",
145 "parentRevisionId": 10000000,
146 "approverComment": "Approved after financial validation.",
147 "rouStartDate": "2025-08-01",
148 "rouEndDate": "2025-08-20",
149 "activationGroupModification": {
150 "modificationDate": "2025-08-15",
151 "terminationType": "CASUALTY",
152 "terminationDate": {
153 "timing": "START_OF_DAY",
154 "year": 2025,
155 "monthValue": 9,
156 "dayOfMonth": 4,
157 "dayOfWeek": "THURSDAY",
158 "leapYear": false,
159 "dayOfYear": 247,
160 "month": "SEPTEMBER"
161 },
162 "useManualFmvValue": true,
163 "useManualAssetValues": false,
164 "enforceNonLeaseOnIndexation": false,
165 "applyIndexationLease": true,
166 "applyIndexationNonLease": false,
167 "indexationTreatmentType": "DEFAULT",
168 "indexationStartDate": "2025-09-01",
169 "indexationDateType": "USER_DEFINED",
170 "indexationStartDateNonLease": "2025-09-10",
171 "indexationDateTypeNonLease": "USER_DEFINED",
172 "modificationReasons": [
173 "CONTRACT_RATE_CHANGE",
174 "INDEXATION"
175 ],
176 "modificationPerClassificationList": [
177 {
178 "accountingStandardId": 1001,
179 "classificationType": "NON_LEASE",
180 "accountingStandardType": "IFRS",
181 "impairmentAmount": 2500.5,
182 "recoverableAmount": 2000,
183 "decreaseInAsset": 1500,
184 "decreaseInTerm": 6
185 }
186 ],
187 "massIndexationTaskId": 987654
188 },
189 "activationGroupId": 10000001,
190 "activationGroupDisplayId": "AG-100000000",
191 "activationGroupName": "Test2",
192 "leaseComponentRevisionId": 10000007,
193 "leaseComponentRevisionDisplayId": "0738001403-20250828-113111",
194 "lastLeaseComponentRevisionId": 10000006,
195 "lastLeaseComponentRevisionDisplayId": "0738001403-20250828-113000",
196 "clonedFromRevisionId": 10000002,
197 "clonedFromRevisionDisplayId": "0374999413-20250820-101200",
198 "lockReason": "PENDING_TERMINATION",
199 "infiniteUsefulLife": false,
200 "transferOfOwnership": false,
201 "specializedAsset": false,
202 "fairMarketValue": 1,
203 "residualValue": 1,
204 "endOfTermIntention": "TO_BE_DETERMINED",
205 "endOfTermDate": "2025-08-11",
206 "endOfTermPeriod": 9,
207 "activationDocumentDate": "2019-08-24",
208 "activationPostingDate": "2019-08-24",
209 "closingDocumentDate": "2019-08-24",
210 "closingPostingDate": "2019-08-24",
211 "numberRangeIdentifierType": {
212 "name": "COMPANY_CODE"
213 },
214 "numberRangeIdentifierValue": "1000",
215 "numberRangeType": {
216 "name": "CONTRACT"
217 },
218 "allowsSystemGenerateNewId": false
219 },
220 "notifications": [
221 {
222 "id": 100045,
223 "topic": {
224 "enCaption": "Lease Component Updated",
225 "frCaption": "Composant de bail mis à jour",
226 "name": "LEASE_COMPONENT_UPDATED",
227 "priority": "HIGH"
228 },
229 "username": "jdoe",
230 "activationGroupId": 20000123,
231 "activationGroupDisplayId": "AG-100045",
232 "targetId": "jdoe@example.com",
233 "targetType": "USER"
234 }
235 ],
236 "transferInfo": {
237 "transferredFromDisplayId": "CTR-00012",
238 "transferredFromRevisionId": 20000001,
239 "transferredToDisplayId": "CTR-00015",
240 "transferredToRevisionId": 20000005
241 },
242 "numberRangeIdentifierType": {
243 "name": "COMPANY_CODE"
244 },
245 "numberRangeIdentifierValue": "1000",
246 "numberRangeType": {
247 "name": "CONTRACT"
248 },
249 "allowsSystemGenerateNewId": false
250 }
251}
Update A Activation Group (PUT)¶
HTTP Request
PUT /api/v1/activation-groups/{id}
📋 Description: Updates an existing activation group identified by the specified ID
Parameters
Name |
In |
Type |
Required |
Description |
|---|---|---|---|---|
id |
path |
integer |
true |
The ID of the activation group to update. |
body |
body |
false |
none |
Example Values¶
Parameter |
Example |
Type |
|---|---|---|
id |
|
path |
Body Parameters
1{
2 "id": 10000001,
3 "displayId": "AG-100000000",
4 "principalPositionType": {
5 "name": "LESSEE",
6 "captionKey": "enum.principalpositiontype.lessee",
7 "caption": "Lessee"
8 },
9 "name": "Test2",
10 "description": "test2",
11 "approverComment": "Approved after review",
12 "snapshotData": {
13 "isParallelCurrencyEnabled": true,
14 "isCostCenterAllocationEnabled": false,
15 "useSpotRateForGroupCurrency": true,
16 "exchangeRateTypes": [
17 {
18 "currencyDefinitionType": "CONTRACT_CURRENCY",
19 "sourceCurrencyType": "COMPANY_CURRENCY",
20 "translationDateType": "POSTING_DATE",
21 "targetCurrency": {
22 "id": "string",
23 "displayId": "US Dollar",
24 "decimalPoints": 2
25 },
26 "referenceCurrency": {
27 "id": "string",
28 "displayId": "Euro"
29 },
30 "currencyType": "GROUP_CURRENCY",
31 "exchangeRateType": "STANDARD"
32 }
33 ]
34 },
35 "revision": {
36 "id": 10000001,
37 "displayId": "0374999413-20250903-161147",
38 "name": "Inception",
39 "inception": true,
40 "revisionType": "REVISION",
41 "state": "MLA_DEFINE",
42 "approvedBy": "approver.admin@nakisa.com",
43 "approvedAt": "2019-08-24T14:15:22Z",
44 "parentRevisionId": 10000000,
45 "approverComment": "Approved after financial validation.",
46 "rouStartDate": "2025-08-01",
47 "rouEndDate": "2025-08-20",
48 "activationGroupModification": {
49 "modificationDate": "2025-08-15",
50 "terminationType": "CASUALTY",
51 "terminationDate": {
52 "timing": "START_OF_DAY",
53 "year": 2025,
54 "monthValue": 9,
55 "dayOfMonth": 4,
56 "dayOfWeek": "THURSDAY",
57 "leapYear": false,
58 "dayOfYear": 247,
59 "month": "SEPTEMBER"
60 },
61 "useManualFmvValue": true,
62 "useManualAssetValues": false,
63 "enforceNonLeaseOnIndexation": false,
64 "applyIndexationLease": true,
65 "applyIndexationNonLease": false,
66 "indexationTreatmentType": "DEFAULT",
67 "indexationStartDate": "2025-09-01",
68 "indexationDateType": "USER_DEFINED",
69 "indexationStartDateNonLease": "2025-09-10",
70 "indexationDateTypeNonLease": "USER_DEFINED",
71 "modificationReasons": [
72 "CONTRACT_RATE_CHANGE",
73 "INDEXATION"
74 ],
75 "modificationPerClassificationList": [
76 {
77 "accountingStandardId": 1001,
78 "classificationType": "NON_LEASE",
79 "accountingStandardType": "IFRS",
80 "impairmentAmount": 2500.5,
81 "recoverableAmount": 2000,
82 "decreaseInAsset": 1500,
83 "decreaseInTerm": 6
84 }
85 ],
86 "massIndexationTaskId": 987654
87 },
88 "activationGroupId": 10000001,
89 "activationGroupDisplayId": "AG-100000000",
90 "activationGroupName": "Test2",
91 "leaseComponentRevisionId": 10000007,
92 "leaseComponentRevisionDisplayId": "0738001403-20250828-113111",
93 "lastLeaseComponentRevisionId": 10000006,
94 "lastLeaseComponentRevisionDisplayId": "0738001403-20250828-113000",
95 "clonedFromRevisionId": 10000002,
96 "clonedFromRevisionDisplayId": "0374999413-20250820-101200",
97 "lockReason": "PENDING_TERMINATION",
98 "infiniteUsefulLife": false,
99 "transferOfOwnership": false,
100 "specializedAsset": false,
101 "fairMarketValue": 1,
102 "residualValue": 1,
103 "endOfTermIntention": "TO_BE_DETERMINED",
104 "endOfTermDate": "2025-08-11",
105 "endOfTermPeriod": 9,
106 "activationDocumentDate": "2019-08-24",
107 "activationPostingDate": "2019-08-24",
108 "closingDocumentDate": "2019-08-24",
109 "closingPostingDate": "2019-08-24",
110 "numberRangeIdentifierType": {
111 "name": "COMPANY_CODE"
112 },
113 "numberRangeIdentifierValue": "1000",
114 "numberRangeType": {
115 "name": "CONTRACT"
116 },
117 "allowsSystemGenerateNewId": false
118 },
119 "leaseComponentId": 10000007,
120 "leaseComponentDisplayId": "LC-100000200",
121 "companyCodeId": 10000002,
122 "companyCodeDisplayId": "1000",
123 "splittedFromActivationGroupRevisionId": {
124 "id": 10000001,
125 "displayId": "0374999413-20250903-161147",
126 "name": "Inception",
127 "inception": true,
128 "revisionType": "REVISION",
129 "state": "MLA_DEFINE",
130 "approvedBy": "approver.admin@nakisa.com",
131 "approvedAt": "2019-08-24T14:15:22Z",
132 "parentRevisionId": 10000000,
133 "approverComment": "Approved after financial validation.",
134 "rouStartDate": "2025-08-01",
135 "rouEndDate": "2025-08-20",
136 "activationGroupModification": {
137 "modificationDate": "2025-08-15",
138 "terminationType": "CASUALTY",
139 "terminationDate": {
140 "timing": "START_OF_DAY",
141 "year": 2025,
142 "monthValue": 9,
143 "dayOfMonth": 4,
144 "dayOfWeek": "THURSDAY",
145 "leapYear": false,
146 "dayOfYear": 247,
147 "month": "SEPTEMBER"
148 },
149 "useManualFmvValue": true,
150 "useManualAssetValues": false,
151 "enforceNonLeaseOnIndexation": false,
152 "applyIndexationLease": true,
153 "applyIndexationNonLease": false,
154 "indexationTreatmentType": "DEFAULT",
155 "indexationStartDate": "2025-09-01",
156 "indexationDateType": "USER_DEFINED",
157 "indexationStartDateNonLease": "2025-09-10",
158 "indexationDateTypeNonLease": "USER_DEFINED",
159 "modificationReasons": [
160 "CONTRACT_RATE_CHANGE",
161 "INDEXATION"
162 ],
163 "modificationPerClassificationList": [
164 {
165 "accountingStandardId": 1001,
166 "classificationType": "NON_LEASE",
167 "accountingStandardType": "IFRS",
168 "impairmentAmount": 2500.5,
169 "recoverableAmount": 2000,
170 "decreaseInAsset": 1500,
171 "decreaseInTerm": 6
172 }
173 ],
174 "massIndexationTaskId": 987654
175 },
176 "activationGroupId": 10000001,
177 "activationGroupDisplayId": "AG-100000000",
178 "activationGroupName": "Test2",
179 "leaseComponentRevisionId": 10000007,
180 "leaseComponentRevisionDisplayId": "0738001403-20250828-113111",
181 "lastLeaseComponentRevisionId": 10000006,
182 "lastLeaseComponentRevisionDisplayId": "0738001403-20250828-113000",
183 "clonedFromRevisionId": 10000002,
184 "clonedFromRevisionDisplayId": "0374999413-20250820-101200",
185 "lockReason": "PENDING_TERMINATION",
186 "infiniteUsefulLife": false,
187 "transferOfOwnership": false,
188 "specializedAsset": false,
189 "fairMarketValue": 1,
190 "residualValue": 1,
191 "endOfTermIntention": "TO_BE_DETERMINED",
192 "endOfTermDate": "2025-08-11",
193 "endOfTermPeriod": 9,
194 "activationDocumentDate": "2019-08-24",
195 "activationPostingDate": "2019-08-24",
196 "closingDocumentDate": "2019-08-24",
197 "closingPostingDate": "2019-08-24",
198 "numberRangeIdentifierType": {
199 "name": "COMPANY_CODE"
200 },
201 "numberRangeIdentifierValue": "1000",
202 "numberRangeType": {
203 "name": "CONTRACT"
204 },
205 "allowsSystemGenerateNewId": false
206 },
207 "notifications": [
208 {
209 "id": 100045,
210 "topic": {
211 "enCaption": "Lease Component Updated",
212 "frCaption": "Composant de bail mis à jour",
213 "name": "LEASE_COMPONENT_UPDATED",
214 "priority": "HIGH"
215 },
216 "username": "jdoe",
217 "activationGroupId": 20000123,
218 "activationGroupDisplayId": "AG-100045",
219 "targetId": "jdoe@example.com",
220 "targetType": "USER"
221 }
222 ],
223 "transferInfo": {
224 "transferredFromDisplayId": "CTR-00012",
225 "transferredFromRevisionId": 20000001,
226 "transferredToDisplayId": "CTR-00015",
227 "transferredToRevisionId": 20000005
228 },
229 "numberRangeIdentifierType": {
230 "name": "COMPANY_CODE"
231 },
232 "numberRangeIdentifierValue": "1000",
233 "numberRangeType": {
234 "name": "CONTRACT"
235 },
236 "allowsSystemGenerateNewId": false
237}
Responses
Status |
Meaning |
Description |
Schema |
|---|---|---|---|
200 |
Activation group successfully updated. |
Example Responses
1{
2 "code": "OK",
3 "errors": {
4 "all": [
5 {
6 "type": "GENERIC",
7 "source": {},
8 "field": "string",
9 "errorKey": "string",
10 "errorMessage": "string"
11 }
12 ]
13 },
14 "object": {
15 "id": 10000001,
16 "displayId": "AG-100000000",
17 "principalPositionType": {
18 "name": "LESSEE",
19 "captionKey": "enum.principalpositiontype.lessee",
20 "caption": "Lessee"
21 },
22 "name": "Test2",
23 "description": "test2",
24 "approverComment": "Approved after review",
25 "snapshotData": {
26 "isParallelCurrencyEnabled": true,
27 "isCostCenterAllocationEnabled": false,
28 "useSpotRateForGroupCurrency": true,
29 "exchangeRateTypes": [
30 {
31 "currencyDefinitionType": "CONTRACT_CURRENCY",
32 "sourceCurrencyType": "COMPANY_CURRENCY",
33 "translationDateType": "POSTING_DATE",
34 "targetCurrency": {
35 "id": "string",
36 "displayId": "US Dollar",
37 "decimalPoints": 2
38 },
39 "referenceCurrency": {
40 "id": "string",
41 "displayId": "Euro"
42 },
43 "currencyType": "GROUP_CURRENCY",
44 "exchangeRateType": "STANDARD"
45 }
46 ]
47 },
48 "revision": {
49 "id": 10000001,
50 "displayId": "0374999413-20250903-161147",
51 "name": "Inception",
52 "inception": true,
53 "revisionType": "REVISION",
54 "state": "MLA_DEFINE",
55 "approvedBy": "approver.admin@nakisa.com",
56 "approvedAt": "2019-08-24T14:15:22Z",
57 "parentRevisionId": 10000000,
58 "approverComment": "Approved after financial validation.",
59 "rouStartDate": "2025-08-01",
60 "rouEndDate": "2025-08-20",
61 "activationGroupModification": {
62 "modificationDate": "2025-08-15",
63 "terminationType": "CASUALTY",
64 "terminationDate": {
65 "timing": "START_OF_DAY",
66 "year": 2025,
67 "monthValue": 9,
68 "dayOfMonth": 4,
69 "dayOfWeek": "THURSDAY",
70 "leapYear": false,
71 "dayOfYear": 247,
72 "month": "SEPTEMBER"
73 },
74 "useManualFmvValue": true,
75 "useManualAssetValues": false,
76 "enforceNonLeaseOnIndexation": false,
77 "applyIndexationLease": true,
78 "applyIndexationNonLease": false,
79 "indexationTreatmentType": "DEFAULT",
80 "indexationStartDate": "2025-09-01",
81 "indexationDateType": "USER_DEFINED",
82 "indexationStartDateNonLease": "2025-09-10",
83 "indexationDateTypeNonLease": "USER_DEFINED",
84 "modificationReasons": [
85 "CONTRACT_RATE_CHANGE",
86 "INDEXATION"
87 ],
88 "modificationPerClassificationList": [
89 {
90 "accountingStandardId": 1001,
91 "classificationType": "NON_LEASE",
92 "accountingStandardType": "IFRS",
93 "impairmentAmount": 2500.5,
94 "recoverableAmount": 2000,
95 "decreaseInAsset": 1500,
96 "decreaseInTerm": 6
97 }
98 ],
99 "massIndexationTaskId": 987654
100 },
101 "activationGroupId": 10000001,
102 "activationGroupDisplayId": "AG-100000000",
103 "activationGroupName": "Test2",
104 "leaseComponentRevisionId": 10000007,
105 "leaseComponentRevisionDisplayId": "0738001403-20250828-113111",
106 "lastLeaseComponentRevisionId": 10000006,
107 "lastLeaseComponentRevisionDisplayId": "0738001403-20250828-113000",
108 "clonedFromRevisionId": 10000002,
109 "clonedFromRevisionDisplayId": "0374999413-20250820-101200",
110 "lockReason": "PENDING_TERMINATION",
111 "infiniteUsefulLife": false,
112 "transferOfOwnership": false,
113 "specializedAsset": false,
114 "fairMarketValue": 1,
115 "residualValue": 1,
116 "endOfTermIntention": "TO_BE_DETERMINED",
117 "endOfTermDate": "2025-08-11",
118 "endOfTermPeriod": 9,
119 "activationDocumentDate": "2019-08-24",
120 "activationPostingDate": "2019-08-24",
121 "closingDocumentDate": "2019-08-24",
122 "closingPostingDate": "2019-08-24",
123 "numberRangeIdentifierType": {
124 "name": "COMPANY_CODE"
125 },
126 "numberRangeIdentifierValue": "1000",
127 "numberRangeType": {
128 "name": "CONTRACT"
129 },
130 "allowsSystemGenerateNewId": false
131 },
132 "leaseComponentId": 10000007,
133 "leaseComponentDisplayId": "LC-100000200",
134 "companyCodeId": 10000002,
135 "companyCodeDisplayId": "1000",
136 "splittedFromActivationGroupRevisionId": {
137 "id": 10000001,
138 "displayId": "0374999413-20250903-161147",
139 "name": "Inception",
140 "inception": true,
141 "revisionType": "REVISION",
142 "state": "MLA_DEFINE",
143 "approvedBy": "approver.admin@nakisa.com",
144 "approvedAt": "2019-08-24T14:15:22Z",
145 "parentRevisionId": 10000000,
146 "approverComment": "Approved after financial validation.",
147 "rouStartDate": "2025-08-01",
148 "rouEndDate": "2025-08-20",
149 "activationGroupModification": {
150 "modificationDate": "2025-08-15",
151 "terminationType": "CASUALTY",
152 "terminationDate": {
153 "timing": "START_OF_DAY",
154 "year": 2025,
155 "monthValue": 9,
156 "dayOfMonth": 4,
157 "dayOfWeek": "THURSDAY",
158 "leapYear": false,
159 "dayOfYear": 247,
160 "month": "SEPTEMBER"
161 },
162 "useManualFmvValue": true,
163 "useManualAssetValues": false,
164 "enforceNonLeaseOnIndexation": false,
165 "applyIndexationLease": true,
166 "applyIndexationNonLease": false,
167 "indexationTreatmentType": "DEFAULT",
168 "indexationStartDate": "2025-09-01",
169 "indexationDateType": "USER_DEFINED",
170 "indexationStartDateNonLease": "2025-09-10",
171 "indexationDateTypeNonLease": "USER_DEFINED",
172 "modificationReasons": [
173 "CONTRACT_RATE_CHANGE",
174 "INDEXATION"
175 ],
176 "modificationPerClassificationList": [
177 {
178 "accountingStandardId": 1001,
179 "classificationType": "NON_LEASE",
180 "accountingStandardType": "IFRS",
181 "impairmentAmount": 2500.5,
182 "recoverableAmount": 2000,
183 "decreaseInAsset": 1500,
184 "decreaseInTerm": 6
185 }
186 ],
187 "massIndexationTaskId": 987654
188 },
189 "activationGroupId": 10000001,
190 "activationGroupDisplayId": "AG-100000000",
191 "activationGroupName": "Test2",
192 "leaseComponentRevisionId": 10000007,
193 "leaseComponentRevisionDisplayId": "0738001403-20250828-113111",
194 "lastLeaseComponentRevisionId": 10000006,
195 "lastLeaseComponentRevisionDisplayId": "0738001403-20250828-113000",
196 "clonedFromRevisionId": 10000002,
197 "clonedFromRevisionDisplayId": "0374999413-20250820-101200",
198 "lockReason": "PENDING_TERMINATION",
199 "infiniteUsefulLife": false,
200 "transferOfOwnership": false,
201 "specializedAsset": false,
202 "fairMarketValue": 1,
203 "residualValue": 1,
204 "endOfTermIntention": "TO_BE_DETERMINED",
205 "endOfTermDate": "2025-08-11",
206 "endOfTermPeriod": 9,
207 "activationDocumentDate": "2019-08-24",
208 "activationPostingDate": "2019-08-24",
209 "closingDocumentDate": "2019-08-24",
210 "closingPostingDate": "2019-08-24",
211 "numberRangeIdentifierType": {
212 "name": "COMPANY_CODE"
213 },
214 "numberRangeIdentifierValue": "1000",
215 "numberRangeType": {
216 "name": "CONTRACT"
217 },
218 "allowsSystemGenerateNewId": false
219 },
220 "notifications": [
221 {
222 "id": 100045,
223 "topic": {
224 "enCaption": "Lease Component Updated",
225 "frCaption": "Composant de bail mis à jour",
226 "name": "LEASE_COMPONENT_UPDATED",
227 "priority": "HIGH"
228 },
229 "username": "jdoe",
230 "activationGroupId": 20000123,
231 "activationGroupDisplayId": "AG-100045",
232 "targetId": "jdoe@example.com",
233 "targetType": "USER"
234 }
235 ],
236 "transferInfo": {
237 "transferredFromDisplayId": "CTR-00012",
238 "transferredFromRevisionId": 20000001,
239 "transferredToDisplayId": "CTR-00015",
240 "transferredToRevisionId": 20000005
241 },
242 "numberRangeIdentifierType": {
243 "name": "COMPANY_CODE"
244 },
245 "numberRangeIdentifierValue": "1000",
246 "numberRangeType": {
247 "name": "CONTRACT"
248 },
249 "allowsSystemGenerateNewId": false
250 }
251}
Update A Activation Group (PATCH)¶
HTTP Request
PATCH /api/v1/activation-groups/{id}
📋 Description: Updates the specified activation group in the Nakisa Lease Accounting Suite
Parameters
Name |
In |
Type |
Required |
Description |
|---|---|---|---|---|
id |
path |
integer |
true |
Unique identifier of the activation group to patch. |
body |
body |
false |
none |
Example Values¶
Parameter |
Example |
Type |
|---|---|---|
id |
|
path |
body |
|
body |
Body Parameters
1{
2 "op": "replace",
3 "path": "/name",
4 "value": "patched contract"
5}
Responses
Status |
Meaning |
Description |
Schema |
|---|---|---|---|
200 |
Successfully patched activation group. |
Example Responses
1{
2 "code": "OK",
3 "errors": {
4 "all": [
5 {
6 "type": "GENERIC",
7 "source": {},
8 "field": "string",
9 "errorKey": "string",
10 "errorMessage": "string"
11 }
12 ]
13 },
14 "object": {
15 "id": 10000001,
16 "displayId": "AG-100000000",
17 "principalPositionType": {
18 "name": "LESSEE",
19 "captionKey": "enum.principalpositiontype.lessee",
20 "caption": "Lessee"
21 },
22 "name": "Test2",
23 "description": "test2",
24 "approverComment": "Approved after review",
25 "snapshotData": {
26 "isParallelCurrencyEnabled": true,
27 "isCostCenterAllocationEnabled": false,
28 "useSpotRateForGroupCurrency": true,
29 "exchangeRateTypes": [
30 {
31 "currencyDefinitionType": "CONTRACT_CURRENCY",
32 "sourceCurrencyType": "COMPANY_CURRENCY",
33 "translationDateType": "POSTING_DATE",
34 "targetCurrency": {
35 "id": "string",
36 "displayId": "US Dollar",
37 "decimalPoints": 2
38 },
39 "referenceCurrency": {
40 "id": "string",
41 "displayId": "Euro"
42 },
43 "currencyType": "GROUP_CURRENCY",
44 "exchangeRateType": "STANDARD"
45 }
46 ]
47 },
48 "revision": {
49 "id": 10000001,
50 "displayId": "0374999413-20250903-161147",
51 "name": "Inception",
52 "inception": true,
53 "revisionType": "REVISION",
54 "state": "MLA_DEFINE",
55 "approvedBy": "approver.admin@nakisa.com",
56 "approvedAt": "2019-08-24T14:15:22Z",
57 "parentRevisionId": 10000000,
58 "approverComment": "Approved after financial validation.",
59 "rouStartDate": "2025-08-01",
60 "rouEndDate": "2025-08-20",
61 "activationGroupModification": {
62 "modificationDate": "2025-08-15",
63 "terminationType": "CASUALTY",
64 "terminationDate": {
65 "timing": "START_OF_DAY",
66 "year": 2025,
67 "monthValue": 9,
68 "dayOfMonth": 4,
69 "dayOfWeek": "THURSDAY",
70 "leapYear": false,
71 "dayOfYear": 247,
72 "month": "SEPTEMBER"
73 },
74 "useManualFmvValue": true,
75 "useManualAssetValues": false,
76 "enforceNonLeaseOnIndexation": false,
77 "applyIndexationLease": true,
78 "applyIndexationNonLease": false,
79 "indexationTreatmentType": "DEFAULT",
80 "indexationStartDate": "2025-09-01",
81 "indexationDateType": "USER_DEFINED",
82 "indexationStartDateNonLease": "2025-09-10",
83 "indexationDateTypeNonLease": "USER_DEFINED",
84 "modificationReasons": [
85 "CONTRACT_RATE_CHANGE",
86 "INDEXATION"
87 ],
88 "modificationPerClassificationList": [
89 {
90 "accountingStandardId": 1001,
91 "classificationType": "NON_LEASE",
92 "accountingStandardType": "IFRS",
93 "impairmentAmount": 2500.5,
94 "recoverableAmount": 2000,
95 "decreaseInAsset": 1500,
96 "decreaseInTerm": 6
97 }
98 ],
99 "massIndexationTaskId": 987654
100 },
101 "activationGroupId": 10000001,
102 "activationGroupDisplayId": "AG-100000000",
103 "activationGroupName": "Test2",
104 "leaseComponentRevisionId": 10000007,
105 "leaseComponentRevisionDisplayId": "0738001403-20250828-113111",
106 "lastLeaseComponentRevisionId": 10000006,
107 "lastLeaseComponentRevisionDisplayId": "0738001403-20250828-113000",
108 "clonedFromRevisionId": 10000002,
109 "clonedFromRevisionDisplayId": "0374999413-20250820-101200",
110 "lockReason": "PENDING_TERMINATION",
111 "infiniteUsefulLife": false,
112 "transferOfOwnership": false,
113 "specializedAsset": false,
114 "fairMarketValue": 1,
115 "residualValue": 1,
116 "endOfTermIntention": "TO_BE_DETERMINED",
117 "endOfTermDate": "2025-08-11",
118 "endOfTermPeriod": 9,
119 "activationDocumentDate": "2019-08-24",
120 "activationPostingDate": "2019-08-24",
121 "closingDocumentDate": "2019-08-24",
122 "closingPostingDate": "2019-08-24",
123 "numberRangeIdentifierType": {
124 "name": "COMPANY_CODE"
125 },
126 "numberRangeIdentifierValue": "1000",
127 "numberRangeType": {
128 "name": "CONTRACT"
129 },
130 "allowsSystemGenerateNewId": false
131 },
132 "leaseComponentId": 10000007,
133 "leaseComponentDisplayId": "LC-100000200",
134 "companyCodeId": 10000002,
135 "companyCodeDisplayId": "1000",
136 "splittedFromActivationGroupRevisionId": {
137 "id": 10000001,
138 "displayId": "0374999413-20250903-161147",
139 "name": "Inception",
140 "inception": true,
141 "revisionType": "REVISION",
142 "state": "MLA_DEFINE",
143 "approvedBy": "approver.admin@nakisa.com",
144 "approvedAt": "2019-08-24T14:15:22Z",
145 "parentRevisionId": 10000000,
146 "approverComment": "Approved after financial validation.",
147 "rouStartDate": "2025-08-01",
148 "rouEndDate": "2025-08-20",
149 "activationGroupModification": {
150 "modificationDate": "2025-08-15",
151 "terminationType": "CASUALTY",
152 "terminationDate": {
153 "timing": "START_OF_DAY",
154 "year": 2025,
155 "monthValue": 9,
156 "dayOfMonth": 4,
157 "dayOfWeek": "THURSDAY",
158 "leapYear": false,
159 "dayOfYear": 247,
160 "month": "SEPTEMBER"
161 },
162 "useManualFmvValue": true,
163 "useManualAssetValues": false,
164 "enforceNonLeaseOnIndexation": false,
165 "applyIndexationLease": true,
166 "applyIndexationNonLease": false,
167 "indexationTreatmentType": "DEFAULT",
168 "indexationStartDate": "2025-09-01",
169 "indexationDateType": "USER_DEFINED",
170 "indexationStartDateNonLease": "2025-09-10",
171 "indexationDateTypeNonLease": "USER_DEFINED",
172 "modificationReasons": [
173 "CONTRACT_RATE_CHANGE",
174 "INDEXATION"
175 ],
176 "modificationPerClassificationList": [
177 {
178 "accountingStandardId": 1001,
179 "classificationType": "NON_LEASE",
180 "accountingStandardType": "IFRS",
181 "impairmentAmount": 2500.5,
182 "recoverableAmount": 2000,
183 "decreaseInAsset": 1500,
184 "decreaseInTerm": 6
185 }
186 ],
187 "massIndexationTaskId": 987654
188 },
189 "activationGroupId": 10000001,
190 "activationGroupDisplayId": "AG-100000000",
191 "activationGroupName": "Test2",
192 "leaseComponentRevisionId": 10000007,
193 "leaseComponentRevisionDisplayId": "0738001403-20250828-113111",
194 "lastLeaseComponentRevisionId": 10000006,
195 "lastLeaseComponentRevisionDisplayId": "0738001403-20250828-113000",
196 "clonedFromRevisionId": 10000002,
197 "clonedFromRevisionDisplayId": "0374999413-20250820-101200",
198 "lockReason": "PENDING_TERMINATION",
199 "infiniteUsefulLife": false,
200 "transferOfOwnership": false,
201 "specializedAsset": false,
202 "fairMarketValue": 1,
203 "residualValue": 1,
204 "endOfTermIntention": "TO_BE_DETERMINED",
205 "endOfTermDate": "2025-08-11",
206 "endOfTermPeriod": 9,
207 "activationDocumentDate": "2019-08-24",
208 "activationPostingDate": "2019-08-24",
209 "closingDocumentDate": "2019-08-24",
210 "closingPostingDate": "2019-08-24",
211 "numberRangeIdentifierType": {
212 "name": "COMPANY_CODE"
213 },
214 "numberRangeIdentifierValue": "1000",
215 "numberRangeType": {
216 "name": "CONTRACT"
217 },
218 "allowsSystemGenerateNewId": false
219 },
220 "notifications": [
221 {
222 "id": 100045,
223 "topic": {
224 "enCaption": "Lease Component Updated",
225 "frCaption": "Composant de bail mis à jour",
226 "name": "LEASE_COMPONENT_UPDATED",
227 "priority": "HIGH"
228 },
229 "username": "jdoe",
230 "activationGroupId": 20000123,
231 "activationGroupDisplayId": "AG-100045",
232 "targetId": "jdoe@example.com",
233 "targetType": "USER"
234 }
235 ],
236 "transferInfo": {
237 "transferredFromDisplayId": "CTR-00012",
238 "transferredFromRevisionId": 20000001,
239 "transferredToDisplayId": "CTR-00015",
240 "transferredToRevisionId": 20000005
241 },
242 "numberRangeIdentifierType": {
243 "name": "COMPANY_CODE"
244 },
245 "numberRangeIdentifierValue": "1000",
246 "numberRangeType": {
247 "name": "CONTRACT"
248 },
249 "allowsSystemGenerateNewId": false
250 }
251}
Update Activation Groups In Bulk¶
HTTP Request
PUT /api/v1/activation-groups/bulk
📋 Description: Updates multiple activation groups in bulk within the Nakisa Lease Accounting Suite.
Parameters
Name |
In |
Type |
Required |
Description |
|---|---|---|---|---|
body |
body |
false |
none |
Body Parameters
1[
2 {
3 "id": 10000001,
4 "displayId": "AG-100000000",
5 "principalPositionType": {
6 "name": "LESSEE",
7 "captionKey": "enum.principalpositiontype.lessee",
8 "caption": "Lessee"
9 },
10 "name": "Test2",
11 "description": "test2",
12 "approverComment": "Approved after review",
13 "snapshotData": {
14 "isParallelCurrencyEnabled": true,
15 "isCostCenterAllocationEnabled": false,
16 "useSpotRateForGroupCurrency": true,
17 "exchangeRateTypes": [
18 {
19 "currencyDefinitionType": "CONTRACT_CURRENCY",
20 "sourceCurrencyType": "COMPANY_CURRENCY",
21 "translationDateType": "POSTING_DATE",
22 "targetCurrency": {
23 "id": "string",
24 "displayId": "US Dollar",
25 "decimalPoints": 2
26 },
27 "referenceCurrency": {
28 "id": "string",
29 "displayId": "Euro"
30 },
31 "currencyType": "GROUP_CURRENCY",
32 "exchangeRateType": "STANDARD"
33 }
34 ]
35 },
36 "revision": {
37 "id": 10000001,
38 "displayId": "0374999413-20250903-161147",
39 "name": "Inception",
40 "inception": true,
41 "revisionType": "REVISION",
42 "state": "MLA_DEFINE",
43 "approvedBy": "approver.admin@nakisa.com",
44 "approvedAt": "2019-08-24T14:15:22Z",
45 "parentRevisionId": 10000000,
46 "approverComment": "Approved after financial validation.",
47 "rouStartDate": "2025-08-01",
48 "rouEndDate": "2025-08-20",
49 "activationGroupModification": {
50 "modificationDate": "2025-08-15",
51 "terminationType": "CASUALTY",
52 "terminationDate": {
53 "timing": "START_OF_DAY",
54 "year": 2025,
55 "monthValue": 9,
56 "dayOfMonth": 4,
57 "dayOfWeek": "THURSDAY",
58 "leapYear": false,
59 "dayOfYear": 247,
60 "month": "SEPTEMBER"
61 },
62 "useManualFmvValue": true,
63 "useManualAssetValues": false,
64 "enforceNonLeaseOnIndexation": false,
65 "applyIndexationLease": true,
66 "applyIndexationNonLease": false,
67 "indexationTreatmentType": "DEFAULT",
68 "indexationStartDate": "2025-09-01",
69 "indexationDateType": "USER_DEFINED",
70 "indexationStartDateNonLease": "2025-09-10",
71 "indexationDateTypeNonLease": "USER_DEFINED",
72 "modificationReasons": [
73 "CONTRACT_RATE_CHANGE",
74 "INDEXATION"
75 ],
76 "modificationPerClassificationList": [
77 {
78 "accountingStandardId": 1001,
79 "classificationType": "NON_LEASE",
80 "accountingStandardType": "IFRS",
81 "impairmentAmount": 2500.5,
82 "recoverableAmount": 2000,
83 "decreaseInAsset": 1500,
84 "decreaseInTerm": 6
85 }
86 ],
87 "massIndexationTaskId": 987654
88 },
89 "activationGroupId": 10000001,
90 "activationGroupDisplayId": "AG-100000000",
91 "activationGroupName": "Test2",
92 "leaseComponentRevisionId": 10000007,
93 "leaseComponentRevisionDisplayId": "0738001403-20250828-113111",
94 "lastLeaseComponentRevisionId": 10000006,
95 "lastLeaseComponentRevisionDisplayId": "0738001403-20250828-113000",
96 "clonedFromRevisionId": 10000002,
97 "clonedFromRevisionDisplayId": "0374999413-20250820-101200",
98 "lockReason": "PENDING_TERMINATION",
99 "infiniteUsefulLife": false,
100 "transferOfOwnership": false,
101 "specializedAsset": false,
102 "fairMarketValue": 1,
103 "residualValue": 1,
104 "endOfTermIntention": "TO_BE_DETERMINED",
105 "endOfTermDate": "2025-08-11",
106 "endOfTermPeriod": 9,
107 "activationDocumentDate": "2019-08-24",
108 "activationPostingDate": "2019-08-24",
109 "closingDocumentDate": "2019-08-24",
110 "closingPostingDate": "2019-08-24",
111 "numberRangeIdentifierType": {
112 "name": "COMPANY_CODE"
113 },
114 "numberRangeIdentifierValue": "1000",
115 "numberRangeType": {
116 "name": "CONTRACT"
117 },
118 "allowsSystemGenerateNewId": false
119 },
120 "leaseComponentId": 10000007,
121 "leaseComponentDisplayId": "LC-100000200",
122 "companyCodeId": 10000002,
123 "companyCodeDisplayId": "1000",
124 "splittedFromActivationGroupRevisionId": {
125 "id": 10000001,
126 "displayId": "0374999413-20250903-161147",
127 "name": "Inception",
128 "inception": true,
129 "revisionType": "REVISION",
130 "state": "MLA_DEFINE",
131 "approvedBy": "approver.admin@nakisa.com",
132 "approvedAt": "2019-08-24T14:15:22Z",
133 "parentRevisionId": 10000000,
134 "approverComment": "Approved after financial validation.",
135 "rouStartDate": "2025-08-01",
136 "rouEndDate": "2025-08-20",
137 "activationGroupModification": {
138 "modificationDate": "2025-08-15",
139 "terminationType": "CASUALTY",
140 "terminationDate": {
141 "timing": "START_OF_DAY",
142 "year": 2025,
143 "monthValue": 9,
144 "dayOfMonth": 4,
145 "dayOfWeek": "THURSDAY",
146 "leapYear": false,
147 "dayOfYear": 247,
148 "month": "SEPTEMBER"
149 },
150 "useManualFmvValue": true,
151 "useManualAssetValues": false,
152 "enforceNonLeaseOnIndexation": false,
153 "applyIndexationLease": true,
154 "applyIndexationNonLease": false,
155 "indexationTreatmentType": "DEFAULT",
156 "indexationStartDate": "2025-09-01",
157 "indexationDateType": "USER_DEFINED",
158 "indexationStartDateNonLease": "2025-09-10",
159 "indexationDateTypeNonLease": "USER_DEFINED",
160 "modificationReasons": [
161 "CONTRACT_RATE_CHANGE",
162 "INDEXATION"
163 ],
164 "modificationPerClassificationList": [
165 {
166 "accountingStandardId": 1001,
167 "classificationType": "NON_LEASE",
168 "accountingStandardType": "IFRS",
169 "impairmentAmount": 2500.5,
170 "recoverableAmount": 2000,
171 "decreaseInAsset": 1500,
172 "decreaseInTerm": 6
173 }
174 ],
175 "massIndexationTaskId": 987654
176 },
177 "activationGroupId": 10000001,
178 "activationGroupDisplayId": "AG-100000000",
179 "activationGroupName": "Test2",
180 "leaseComponentRevisionId": 10000007,
181 "leaseComponentRevisionDisplayId": "0738001403-20250828-113111",
182 "lastLeaseComponentRevisionId": 10000006,
183 "lastLeaseComponentRevisionDisplayId": "0738001403-20250828-113000",
184 "clonedFromRevisionId": 10000002,
185 "clonedFromRevisionDisplayId": "0374999413-20250820-101200",
186 "lockReason": "PENDING_TERMINATION",
187 "infiniteUsefulLife": false,
188 "transferOfOwnership": false,
189 "specializedAsset": false,
190 "fairMarketValue": 1,
191 "residualValue": 1,
192 "endOfTermIntention": "TO_BE_DETERMINED",
193 "endOfTermDate": "2025-08-11",
194 "endOfTermPeriod": 9,
195 "activationDocumentDate": "2019-08-24",
196 "activationPostingDate": "2019-08-24",
197 "closingDocumentDate": "2019-08-24",
198 "closingPostingDate": "2019-08-24",
199 "numberRangeIdentifierType": {
200 "name": "COMPANY_CODE"
201 },
202 "numberRangeIdentifierValue": "1000",
203 "numberRangeType": {
204 "name": "CONTRACT"
205 },
206 "allowsSystemGenerateNewId": false
207 },
208 "notifications": [
209 {
210 "id": 100045,
211 "topic": {
212 "enCaption": "Lease Component Updated",
213 "frCaption": "Composant de bail mis à jour",
214 "name": "LEASE_COMPONENT_UPDATED",
215 "priority": "HIGH"
216 },
217 "username": "jdoe",
218 "activationGroupId": 20000123,
219 "activationGroupDisplayId": "AG-100045",
220 "targetId": "jdoe@example.com",
221 "targetType": "USER"
222 }
223 ],
224 "transferInfo": {
225 "transferredFromDisplayId": "CTR-00012",
226 "transferredFromRevisionId": 20000001,
227 "transferredToDisplayId": "CTR-00015",
228 "transferredToRevisionId": 20000005
229 },
230 "numberRangeIdentifierType": {
231 "name": "COMPANY_CODE"
232 },
233 "numberRangeIdentifierValue": "1000",
234 "numberRangeType": {
235 "name": "CONTRACT"
236 },
237 "allowsSystemGenerateNewId": false
238 }
239]
Responses
Status |
Meaning |
Description |
Schema |
|---|---|---|---|
200 |
All activation groups successfully updated. |
Example Responses
1{
2 "code": "OK",
3 "errors": {
4 "all": [
5 {
6 "type": "GENERIC",
7 "source": {},
8 "field": "string",
9 "errorKey": "string",
10 "errorMessage": "string"
11 }
12 ]
13 },
14 "object": [
15 {
16 "id": 10000001,
17 "displayId": "AG-100000000",
18 "principalPositionType": {
19 "name": "LESSEE",
20 "captionKey": "enum.principalpositiontype.lessee",
21 "caption": "Lessee"
22 },
23 "name": "Test2",
24 "description": "test2",
25 "approverComment": "Approved after review",
26 "snapshotData": {
27 "isParallelCurrencyEnabled": true,
28 "isCostCenterAllocationEnabled": false,
29 "useSpotRateForGroupCurrency": true,
30 "exchangeRateTypes": [
31 {
32 "currencyDefinitionType": "CONTRACT_CURRENCY",
33 "sourceCurrencyType": "COMPANY_CURRENCY",
34 "translationDateType": "POSTING_DATE",
35 "targetCurrency": {
36 "id": "string",
37 "displayId": "US Dollar",
38 "decimalPoints": 2
39 },
40 "referenceCurrency": {
41 "id": "string",
42 "displayId": "Euro"
43 },
44 "currencyType": "GROUP_CURRENCY",
45 "exchangeRateType": "STANDARD"
46 }
47 ]
48 },
49 "revision": {
50 "id": 10000001,
51 "displayId": "0374999413-20250903-161147",
52 "name": "Inception",
53 "inception": true,
54 "revisionType": "REVISION",
55 "state": "MLA_DEFINE",
56 "approvedBy": "approver.admin@nakisa.com",
57 "approvedAt": "2019-08-24T14:15:22Z",
58 "parentRevisionId": 10000000,
59 "approverComment": "Approved after financial validation.",
60 "rouStartDate": "2025-08-01",
61 "rouEndDate": "2025-08-20",
62 "activationGroupModification": {
63 "modificationDate": "2025-08-15",
64 "terminationType": "CASUALTY",
65 "terminationDate": {
66 "timing": "START_OF_DAY",
67 "year": 2025,
68 "monthValue": 9,
69 "dayOfMonth": 4,
70 "dayOfWeek": "THURSDAY",
71 "leapYear": false,
72 "dayOfYear": 247,
73 "month": "SEPTEMBER"
74 },
75 "useManualFmvValue": true,
76 "useManualAssetValues": false,
77 "enforceNonLeaseOnIndexation": false,
78 "applyIndexationLease": true,
79 "applyIndexationNonLease": false,
80 "indexationTreatmentType": "DEFAULT",
81 "indexationStartDate": "2025-09-01",
82 "indexationDateType": "USER_DEFINED",
83 "indexationStartDateNonLease": "2025-09-10",
84 "indexationDateTypeNonLease": "USER_DEFINED",
85 "modificationReasons": [
86 "CONTRACT_RATE_CHANGE",
87 "INDEXATION"
88 ],
89 "modificationPerClassificationList": [
90 {
91 "accountingStandardId": 1001,
92 "classificationType": "NON_LEASE",
93 "accountingStandardType": "IFRS",
94 "impairmentAmount": 2500.5,
95 "recoverableAmount": 2000,
96 "decreaseInAsset": 1500,
97 "decreaseInTerm": 6
98 }
99 ],
100 "massIndexationTaskId": 987654
101 },
102 "activationGroupId": 10000001,
103 "activationGroupDisplayId": "AG-100000000",
104 "activationGroupName": "Test2",
105 "leaseComponentRevisionId": 10000007,
106 "leaseComponentRevisionDisplayId": "0738001403-20250828-113111",
107 "lastLeaseComponentRevisionId": 10000006,
108 "lastLeaseComponentRevisionDisplayId": "0738001403-20250828-113000",
109 "clonedFromRevisionId": 10000002,
110 "clonedFromRevisionDisplayId": "0374999413-20250820-101200",
111 "lockReason": "PENDING_TERMINATION",
112 "infiniteUsefulLife": false,
113 "transferOfOwnership": false,
114 "specializedAsset": false,
115 "fairMarketValue": 1,
116 "residualValue": 1,
117 "endOfTermIntention": "TO_BE_DETERMINED",
118 "endOfTermDate": "2025-08-11",
119 "endOfTermPeriod": 9,
120 "activationDocumentDate": "2019-08-24",
121 "activationPostingDate": "2019-08-24",
122 "closingDocumentDate": "2019-08-24",
123 "closingPostingDate": "2019-08-24",
124 "numberRangeIdentifierType": {
125 "name": "COMPANY_CODE"
126 },
127 "numberRangeIdentifierValue": "1000",
128 "numberRangeType": {
129 "name": "CONTRACT"
130 },
131 "allowsSystemGenerateNewId": false
132 },
133 "leaseComponentId": 10000007,
134 "leaseComponentDisplayId": "LC-100000200",
135 "companyCodeId": 10000002,
136 "companyCodeDisplayId": "1000",
137 "splittedFromActivationGroupRevisionId": {
138 "id": 10000001,
139 "displayId": "0374999413-20250903-161147",
140 "name": "Inception",
141 "inception": true,
142 "revisionType": "REVISION",
143 "state": "MLA_DEFINE",
144 "approvedBy": "approver.admin@nakisa.com",
145 "approvedAt": "2019-08-24T14:15:22Z",
146 "parentRevisionId": 10000000,
147 "approverComment": "Approved after financial validation.",
148 "rouStartDate": "2025-08-01",
149 "rouEndDate": "2025-08-20",
150 "activationGroupModification": {
151 "modificationDate": "2025-08-15",
152 "terminationType": "CASUALTY",
153 "terminationDate": {
154 "timing": "START_OF_DAY",
155 "year": 2025,
156 "monthValue": 9,
157 "dayOfMonth": 4,
158 "dayOfWeek": "THURSDAY",
159 "leapYear": false,
160 "dayOfYear": 247,
161 "month": "SEPTEMBER"
162 },
163 "useManualFmvValue": true,
164 "useManualAssetValues": false,
165 "enforceNonLeaseOnIndexation": false,
166 "applyIndexationLease": true,
167 "applyIndexationNonLease": false,
168 "indexationTreatmentType": "DEFAULT",
169 "indexationStartDate": "2025-09-01",
170 "indexationDateType": "USER_DEFINED",
171 "indexationStartDateNonLease": "2025-09-10",
172 "indexationDateTypeNonLease": "USER_DEFINED",
173 "modificationReasons": [
174 "CONTRACT_RATE_CHANGE",
175 "INDEXATION"
176 ],
177 "modificationPerClassificationList": [
178 {
179 "accountingStandardId": 1001,
180 "classificationType": "NON_LEASE",
181 "accountingStandardType": "IFRS",
182 "impairmentAmount": 2500.5,
183 "recoverableAmount": 2000,
184 "decreaseInAsset": 1500,
185 "decreaseInTerm": 6
186 }
187 ],
188 "massIndexationTaskId": 987654
189 },
190 "activationGroupId": 10000001,
191 "activationGroupDisplayId": "AG-100000000",
192 "activationGroupName": "Test2",
193 "leaseComponentRevisionId": 10000007,
194 "leaseComponentRevisionDisplayId": "0738001403-20250828-113111",
195 "lastLeaseComponentRevisionId": 10000006,
196 "lastLeaseComponentRevisionDisplayId": "0738001403-20250828-113000",
197 "clonedFromRevisionId": 10000002,
198 "clonedFromRevisionDisplayId": "0374999413-20250820-101200",
199 "lockReason": "PENDING_TERMINATION",
200 "infiniteUsefulLife": false,
201 "transferOfOwnership": false,
202 "specializedAsset": false,
203 "fairMarketValue": 1,
204 "residualValue": 1,
205 "endOfTermIntention": "TO_BE_DETERMINED",
206 "endOfTermDate": "2025-08-11",
207 "endOfTermPeriod": 9,
208 "activationDocumentDate": "2019-08-24",
209 "activationPostingDate": "2019-08-24",
210 "closingDocumentDate": "2019-08-24",
211 "closingPostingDate": "2019-08-24",
212 "numberRangeIdentifierType": {
213 "name": "COMPANY_CODE"
214 },
215 "numberRangeIdentifierValue": "1000",
216 "numberRangeType": {
217 "name": "CONTRACT"
218 },
219 "allowsSystemGenerateNewId": false
220 },
221 "notifications": [
222 {
223 "id": 100045,
224 "topic": {
225 "enCaption": "Lease Component Updated",
226 "frCaption": "Composant de bail mis à jour",
227 "name": "LEASE_COMPONENT_UPDATED",
228 "priority": "HIGH"
229 },
230 "username": "jdoe",
231 "activationGroupId": 20000123,
232 "activationGroupDisplayId": "AG-100045",
233 "targetId": "jdoe@example.com",
234 "targetType": "USER"
235 }
236 ],
237 "transferInfo": {
238 "transferredFromDisplayId": "CTR-00012",
239 "transferredFromRevisionId": 20000001,
240 "transferredToDisplayId": "CTR-00015",
241 "transferredToRevisionId": 20000005
242 },
243 "numberRangeIdentifierType": {
244 "name": "COMPANY_CODE"
245 },
246 "numberRangeIdentifierValue": "1000",
247 "numberRangeType": {
248 "name": "CONTRACT"
249 },
250 "allowsSystemGenerateNewId": false
251 }
252 ]
253}
Search Activation Group¶
HTTP Request
POST /api/v1/activation-groups/search
📋 Description: Performs a filtered search and returns paginated results.
Parameters
Name |
In |
Type |
Required |
Description |
|---|---|---|---|---|
page |
query |
integer |
false |
Zero-based page index (0..N) |
size |
query |
integer |
false |
The size of the page to be returned |
sort |
query |
array[string] |
false |
Sorting criteria in the format: property,(asc |
body |
body |
false |
none |
Default Values¶
Parameter |
Default |
Type |
|---|---|---|
page |
|
query |
size |
|
query |
sort |
|
query |
Parameter Constraints¶
Parameter |
Constraints |
|---|---|
page |
Min: 0 |
size |
Min: 1 |
Body Parameters
1{
2 "idIn": [
3 10000001,
4 10000002,
5 10000003
6 ],
7 "idEqual": 10000001,
8 "idLike": "10000%",
9 "createdAtGreaterThanOrEqual": "2025-01-01T00:00:00Z",
10 "createdAtLessThanOrEqual": "2025-12-31T23:59:59Z",
11 "createdByLike": "admin%",
12 "createdByEqual": "super.admin@nakisa.com",
13 "modifiedAtGreaterThanOrEqual": "2025-06-01T00:00:00Z",
14 "modifiedAtLessThanOrEqual": "2025-07-01T23:59:59Z",
15 "modifiedByLike": "editor%",
16 "modifiedByEqual": "super.admin@nakisa.com",
17 "displayIdIn": [
18 "AG-100000000",
19 "AG-100000001"
20 ],
21 "displayIdLike": "AG-%",
22 "nameOrDisplayIdLike": "Test%",
23 "principalPositionTypeEqual": "LESSEE",
24 "nameLike": "Group A%",
25 "revisionIdEqual": 20000001,
26 "revisionTypeEqual": "ACTIVE",
27 "revisionStateEqual": "MLA_DEFINE",
28 "revisionStateIn": [
29 "MLA_DEFINE",
30 "MLA_ACTIVE"
31 ],
32 "leaseComponentIdIn": [
33 10000007,
34 10000008
35 ],
36 "leaseComponentDisplayIdIn": [
37 "LC-100000200",
38 "LC-100000201"
39 ],
40 "companyCodeIdIn": [
41 10000002,
42 10000003
43 ],
44 "companyCodeDisplayIdIn": [
45 "1000",
46 "2000"
47 ]
48}
Responses
Status |
Meaning |
Description |
Schema |
|---|---|---|---|
200 |
Search results successfully returned. |
Example Responses
1{
2 "totalPages": 1,
3 "totalElements": 76,
4 "pageable": {
5 "unpaged": false,
6 "paged": true,
7 "pageSize": 100,
8 "pageNumber": 0,
9 "offset": 0,
10 "sort": {
11 "unsorted": false,
12 "sorted": true,
13 "empty": false
14 }
15 },
16 "numberOfElements": 76,
17 "first": true,
18 "last": true,
19 "size": 100,
20 "content": [
21 {
22 "id": 10000001,
23 "displayId": "AG-100000000",
24 "principalPositionType": {
25 "name": "LESSEE",
26 "captionKey": "enum.principalpositiontype.lessee",
27 "caption": "Lessee"
28 },
29 "name": "Test2",
30 "description": "test2",
31 "approverComment": "Approved after review",
32 "snapshotData": {
33 "isParallelCurrencyEnabled": true,
34 "isCostCenterAllocationEnabled": false,
35 "useSpotRateForGroupCurrency": true,
36 "exchangeRateTypes": [
37 {
38 "currencyDefinitionType": "CONTRACT_CURRENCY",
39 "sourceCurrencyType": "COMPANY_CURRENCY",
40 "translationDateType": "POSTING_DATE",
41 "targetCurrency": {
42 "id": "string",
43 "displayId": "US Dollar",
44 "decimalPoints": 2
45 },
46 "referenceCurrency": {
47 "id": "string",
48 "displayId": "Euro"
49 },
50 "currencyType": "GROUP_CURRENCY",
51 "exchangeRateType": "STANDARD"
52 }
53 ]
54 },
55 "revision": {
56 "id": 10000001,
57 "displayId": "0374999413-20250903-161147",
58 "name": "Inception",
59 "inception": true,
60 "revisionType": "REVISION",
61 "state": "MLA_DEFINE",
62 "approvedBy": "approver.admin@nakisa.com",
63 "approvedAt": "2019-08-24T14:15:22Z",
64 "parentRevisionId": 10000000,
65 "approverComment": "Approved after financial validation.",
66 "rouStartDate": "2025-08-01",
67 "rouEndDate": "2025-08-20",
68 "activationGroupModification": {
69 "modificationDate": "2025-08-15",
70 "terminationType": "CASUALTY",
71 "terminationDate": {
72 "timing": "START_OF_DAY",
73 "year": 2025,
74 "monthValue": 9,
75 "dayOfMonth": 4,
76 "dayOfWeek": "THURSDAY",
77 "leapYear": false,
78 "dayOfYear": 247,
79 "month": "SEPTEMBER"
80 },
81 "useManualFmvValue": true,
82 "useManualAssetValues": false,
83 "enforceNonLeaseOnIndexation": false,
84 "applyIndexationLease": true,
85 "applyIndexationNonLease": false,
86 "indexationTreatmentType": "DEFAULT",
87 "indexationStartDate": "2025-09-01",
88 "indexationDateType": "USER_DEFINED",
89 "indexationStartDateNonLease": "2025-09-10",
90 "indexationDateTypeNonLease": "USER_DEFINED",
91 "modificationReasons": [
92 "CONTRACT_RATE_CHANGE",
93 "INDEXATION"
94 ],
95 "modificationPerClassificationList": [
96 {
97 "accountingStandardId": 1001,
98 "classificationType": "NON_LEASE",
99 "accountingStandardType": "IFRS",
100 "impairmentAmount": 2500.5,
101 "recoverableAmount": 2000,
102 "decreaseInAsset": 1500,
103 "decreaseInTerm": 6
104 }
105 ],
106 "massIndexationTaskId": 987654
107 },
108 "activationGroupId": 10000001,
109 "activationGroupDisplayId": "AG-100000000",
110 "activationGroupName": "Test2",
111 "leaseComponentRevisionId": 10000007,
112 "leaseComponentRevisionDisplayId": "0738001403-20250828-113111",
113 "lastLeaseComponentRevisionId": 10000006,
114 "lastLeaseComponentRevisionDisplayId": "0738001403-20250828-113000",
115 "clonedFromRevisionId": 10000002,
116 "clonedFromRevisionDisplayId": "0374999413-20250820-101200",
117 "lockReason": "PENDING_TERMINATION",
118 "infiniteUsefulLife": false,
119 "transferOfOwnership": false,
120 "specializedAsset": false,
121 "fairMarketValue": 1,
122 "residualValue": 1,
123 "endOfTermIntention": "TO_BE_DETERMINED",
124 "endOfTermDate": "2025-08-11",
125 "endOfTermPeriod": 9,
126 "activationDocumentDate": "2019-08-24",
127 "activationPostingDate": "2019-08-24",
128 "closingDocumentDate": "2019-08-24",
129 "closingPostingDate": "2019-08-24",
130 "numberRangeIdentifierType": {
131 "name": "COMPANY_CODE"
132 },
133 "numberRangeIdentifierValue": "1000",
134 "numberRangeType": {
135 "name": "CONTRACT"
136 },
137 "allowsSystemGenerateNewId": false
138 },
139 "leaseComponentId": 10000007,
140 "leaseComponentDisplayId": "LC-100000200",
141 "companyCodeId": 10000002,
142 "companyCodeDisplayId": "1000",
143 "splittedFromActivationGroupRevisionId": {
144 "id": 10000001,
145 "displayId": "0374999413-20250903-161147",
146 "name": "Inception",
147 "inception": true,
148 "revisionType": "REVISION",
149 "state": "MLA_DEFINE",
150 "approvedBy": "approver.admin@nakisa.com",
151 "approvedAt": "2019-08-24T14:15:22Z",
152 "parentRevisionId": 10000000,
153 "approverComment": "Approved after financial validation.",
154 "rouStartDate": "2025-08-01",
155 "rouEndDate": "2025-08-20",
156 "activationGroupModification": {
157 "modificationDate": "2025-08-15",
158 "terminationType": "CASUALTY",
159 "terminationDate": {
160 "timing": "START_OF_DAY",
161 "year": 2025,
162 "monthValue": 9,
163 "dayOfMonth": 4,
164 "dayOfWeek": "THURSDAY",
165 "leapYear": false,
166 "dayOfYear": 247,
167 "month": "SEPTEMBER"
168 },
169 "useManualFmvValue": true,
170 "useManualAssetValues": false,
171 "enforceNonLeaseOnIndexation": false,
172 "applyIndexationLease": true,
173 "applyIndexationNonLease": false,
174 "indexationTreatmentType": "DEFAULT",
175 "indexationStartDate": "2025-09-01",
176 "indexationDateType": "USER_DEFINED",
177 "indexationStartDateNonLease": "2025-09-10",
178 "indexationDateTypeNonLease": "USER_DEFINED",
179 "modificationReasons": [
180 "CONTRACT_RATE_CHANGE",
181 "INDEXATION"
182 ],
183 "modificationPerClassificationList": [
184 {
185 "accountingStandardId": 1001,
186 "classificationType": "NON_LEASE",
187 "accountingStandardType": "IFRS",
188 "impairmentAmount": 2500.5,
189 "recoverableAmount": 2000,
190 "decreaseInAsset": 1500,
191 "decreaseInTerm": 6
192 }
193 ],
194 "massIndexationTaskId": 987654
195 },
196 "activationGroupId": 10000001,
197 "activationGroupDisplayId": "AG-100000000",
198 "activationGroupName": "Test2",
199 "leaseComponentRevisionId": 10000007,
200 "leaseComponentRevisionDisplayId": "0738001403-20250828-113111",
201 "lastLeaseComponentRevisionId": 10000006,
202 "lastLeaseComponentRevisionDisplayId": "0738001403-20250828-113000",
203 "clonedFromRevisionId": 10000002,
204 "clonedFromRevisionDisplayId": "0374999413-20250820-101200",
205 "lockReason": "PENDING_TERMINATION",
206 "infiniteUsefulLife": false,
207 "transferOfOwnership": false,
208 "specializedAsset": false,
209 "fairMarketValue": 1,
210 "residualValue": 1,
211 "endOfTermIntention": "TO_BE_DETERMINED",
212 "endOfTermDate": "2025-08-11",
213 "endOfTermPeriod": 9,
214 "activationDocumentDate": "2019-08-24",
215 "activationPostingDate": "2019-08-24",
216 "closingDocumentDate": "2019-08-24",
217 "closingPostingDate": "2019-08-24",
218 "numberRangeIdentifierType": {
219 "name": "COMPANY_CODE"
220 },
221 "numberRangeIdentifierValue": "1000",
222 "numberRangeType": {
223 "name": "CONTRACT"
224 },
225 "allowsSystemGenerateNewId": false
226 },
227 "notifications": [
228 {
229 "id": 100045,
230 "topic": {
231 "enCaption": "Lease Component Updated",
232 "frCaption": "Composant de bail mis à jour",
233 "name": "LEASE_COMPONENT_UPDATED",
234 "priority": "HIGH"
235 },
236 "username": "jdoe",
237 "activationGroupId": 20000123,
238 "activationGroupDisplayId": "AG-100045",
239 "targetId": "jdoe@example.com",
240 "targetType": "USER"
241 }
242 ],
243 "transferInfo": {
244 "transferredFromDisplayId": "CTR-00012",
245 "transferredFromRevisionId": 20000001,
246 "transferredToDisplayId": "CTR-00015",
247 "transferredToRevisionId": 20000005
248 },
249 "numberRangeIdentifierType": {
250 "name": "COMPANY_CODE"
251 },
252 "numberRangeIdentifierValue": "1000",
253 "numberRangeType": {
254 "name": "CONTRACT"
255 },
256 "allowsSystemGenerateNewId": false
257 }
258 ],
259 "number": 0,
260 "sort": {
261 "unsorted": false,
262 "sorted": true,
263 "empty": false
264 },
265 "empty": false
266}
List All Activation Groups¶
HTTP Request
GET /api/v1/activation-groups
📋 Description: Returns a paginated list of all activation groups.
Parameters
Name |
In |
Type |
Required |
Description |
|---|---|---|---|---|
pageable |
query |
false |
Pagination parameters including page, size, and sort. |
Responses
Status |
Meaning |
Description |
Schema |
|---|---|---|---|
200 |
Successfully retrieved list of activation groups. |
Example Responses
1{
2 "totalPages": 1,
3 "totalElements": 76,
4 "pageable": {
5 "unpaged": false,
6 "paged": true,
7 "pageSize": 100,
8 "pageNumber": 0,
9 "offset": 0,
10 "sort": {
11 "unsorted": false,
12 "sorted": true,
13 "empty": false
14 }
15 },
16 "numberOfElements": 76,
17 "first": true,
18 "last": true,
19 "size": 100,
20 "content": [
21 {
22 "id": 10000001,
23 "displayId": "AG-100000000",
24 "principalPositionType": {
25 "name": "LESSEE",
26 "captionKey": "enum.principalpositiontype.lessee",
27 "caption": "Lessee"
28 },
29 "name": "Test2",
30 "description": "test2",
31 "approverComment": "Approved after review",
32 "snapshotData": {
33 "isParallelCurrencyEnabled": true,
34 "isCostCenterAllocationEnabled": false,
35 "useSpotRateForGroupCurrency": true,
36 "exchangeRateTypes": [
37 {
38 "currencyDefinitionType": "CONTRACT_CURRENCY",
39 "sourceCurrencyType": "COMPANY_CURRENCY",
40 "translationDateType": "POSTING_DATE",
41 "targetCurrency": {
42 "id": "string",
43 "displayId": "US Dollar",
44 "decimalPoints": 2
45 },
46 "referenceCurrency": {
47 "id": "string",
48 "displayId": "Euro"
49 },
50 "currencyType": "GROUP_CURRENCY",
51 "exchangeRateType": "STANDARD"
52 }
53 ]
54 },
55 "revision": {
56 "id": 10000001,
57 "displayId": "0374999413-20250903-161147",
58 "name": "Inception",
59 "inception": true,
60 "revisionType": "REVISION",
61 "state": "MLA_DEFINE",
62 "approvedBy": "approver.admin@nakisa.com",
63 "approvedAt": "2019-08-24T14:15:22Z",
64 "parentRevisionId": 10000000,
65 "approverComment": "Approved after financial validation.",
66 "rouStartDate": "2025-08-01",
67 "rouEndDate": "2025-08-20",
68 "activationGroupModification": {
69 "modificationDate": "2025-08-15",
70 "terminationType": "CASUALTY",
71 "terminationDate": {
72 "timing": "START_OF_DAY",
73 "year": 2025,
74 "monthValue": 9,
75 "dayOfMonth": 4,
76 "dayOfWeek": "THURSDAY",
77 "leapYear": false,
78 "dayOfYear": 247,
79 "month": "SEPTEMBER"
80 },
81 "useManualFmvValue": true,
82 "useManualAssetValues": false,
83 "enforceNonLeaseOnIndexation": false,
84 "applyIndexationLease": true,
85 "applyIndexationNonLease": false,
86 "indexationTreatmentType": "DEFAULT",
87 "indexationStartDate": "2025-09-01",
88 "indexationDateType": "USER_DEFINED",
89 "indexationStartDateNonLease": "2025-09-10",
90 "indexationDateTypeNonLease": "USER_DEFINED",
91 "modificationReasons": [
92 "CONTRACT_RATE_CHANGE",
93 "INDEXATION"
94 ],
95 "modificationPerClassificationList": [
96 {
97 "accountingStandardId": 1001,
98 "classificationType": "NON_LEASE",
99 "accountingStandardType": "IFRS",
100 "impairmentAmount": 2500.5,
101 "recoverableAmount": 2000,
102 "decreaseInAsset": 1500,
103 "decreaseInTerm": 6
104 }
105 ],
106 "massIndexationTaskId": 987654
107 },
108 "activationGroupId": 10000001,
109 "activationGroupDisplayId": "AG-100000000",
110 "activationGroupName": "Test2",
111 "leaseComponentRevisionId": 10000007,
112 "leaseComponentRevisionDisplayId": "0738001403-20250828-113111",
113 "lastLeaseComponentRevisionId": 10000006,
114 "lastLeaseComponentRevisionDisplayId": "0738001403-20250828-113000",
115 "clonedFromRevisionId": 10000002,
116 "clonedFromRevisionDisplayId": "0374999413-20250820-101200",
117 "lockReason": "PENDING_TERMINATION",
118 "infiniteUsefulLife": false,
119 "transferOfOwnership": false,
120 "specializedAsset": false,
121 "fairMarketValue": 1,
122 "residualValue": 1,
123 "endOfTermIntention": "TO_BE_DETERMINED",
124 "endOfTermDate": "2025-08-11",
125 "endOfTermPeriod": 9,
126 "activationDocumentDate": "2019-08-24",
127 "activationPostingDate": "2019-08-24",
128 "closingDocumentDate": "2019-08-24",
129 "closingPostingDate": "2019-08-24",
130 "numberRangeIdentifierType": {
131 "name": "COMPANY_CODE"
132 },
133 "numberRangeIdentifierValue": "1000",
134 "numberRangeType": {
135 "name": "CONTRACT"
136 },
137 "allowsSystemGenerateNewId": false
138 },
139 "leaseComponentId": 10000007,
140 "leaseComponentDisplayId": "LC-100000200",
141 "companyCodeId": 10000002,
142 "companyCodeDisplayId": "1000",
143 "splittedFromActivationGroupRevisionId": {
144 "id": 10000001,
145 "displayId": "0374999413-20250903-161147",
146 "name": "Inception",
147 "inception": true,
148 "revisionType": "REVISION",
149 "state": "MLA_DEFINE",
150 "approvedBy": "approver.admin@nakisa.com",
151 "approvedAt": "2019-08-24T14:15:22Z",
152 "parentRevisionId": 10000000,
153 "approverComment": "Approved after financial validation.",
154 "rouStartDate": "2025-08-01",
155 "rouEndDate": "2025-08-20",
156 "activationGroupModification": {
157 "modificationDate": "2025-08-15",
158 "terminationType": "CASUALTY",
159 "terminationDate": {
160 "timing": "START_OF_DAY",
161 "year": 2025,
162 "monthValue": 9,
163 "dayOfMonth": 4,
164 "dayOfWeek": "THURSDAY",
165 "leapYear": false,
166 "dayOfYear": 247,
167 "month": "SEPTEMBER"
168 },
169 "useManualFmvValue": true,
170 "useManualAssetValues": false,
171 "enforceNonLeaseOnIndexation": false,
172 "applyIndexationLease": true,
173 "applyIndexationNonLease": false,
174 "indexationTreatmentType": "DEFAULT",
175 "indexationStartDate": "2025-09-01",
176 "indexationDateType": "USER_DEFINED",
177 "indexationStartDateNonLease": "2025-09-10",
178 "indexationDateTypeNonLease": "USER_DEFINED",
179 "modificationReasons": [
180 "CONTRACT_RATE_CHANGE",
181 "INDEXATION"
182 ],
183 "modificationPerClassificationList": [
184 {
185 "accountingStandardId": 1001,
186 "classificationType": "NON_LEASE",
187 "accountingStandardType": "IFRS",
188 "impairmentAmount": 2500.5,
189 "recoverableAmount": 2000,
190 "decreaseInAsset": 1500,
191 "decreaseInTerm": 6
192 }
193 ],
194 "massIndexationTaskId": 987654
195 },
196 "activationGroupId": 10000001,
197 "activationGroupDisplayId": "AG-100000000",
198 "activationGroupName": "Test2",
199 "leaseComponentRevisionId": 10000007,
200 "leaseComponentRevisionDisplayId": "0738001403-20250828-113111",
201 "lastLeaseComponentRevisionId": 10000006,
202 "lastLeaseComponentRevisionDisplayId": "0738001403-20250828-113000",
203 "clonedFromRevisionId": 10000002,
204 "clonedFromRevisionDisplayId": "0374999413-20250820-101200",
205 "lockReason": "PENDING_TERMINATION",
206 "infiniteUsefulLife": false,
207 "transferOfOwnership": false,
208 "specializedAsset": false,
209 "fairMarketValue": 1,
210 "residualValue": 1,
211 "endOfTermIntention": "TO_BE_DETERMINED",
212 "endOfTermDate": "2025-08-11",
213 "endOfTermPeriod": 9,
214 "activationDocumentDate": "2019-08-24",
215 "activationPostingDate": "2019-08-24",
216 "closingDocumentDate": "2019-08-24",
217 "closingPostingDate": "2019-08-24",
218 "numberRangeIdentifierType": {
219 "name": "COMPANY_CODE"
220 },
221 "numberRangeIdentifierValue": "1000",
222 "numberRangeType": {
223 "name": "CONTRACT"
224 },
225 "allowsSystemGenerateNewId": false
226 },
227 "notifications": [
228 {
229 "id": 100045,
230 "topic": {
231 "enCaption": "Lease Component Updated",
232 "frCaption": "Composant de bail mis à jour",
233 "name": "LEASE_COMPONENT_UPDATED",
234 "priority": "HIGH"
235 },
236 "username": "jdoe",
237 "activationGroupId": 20000123,
238 "activationGroupDisplayId": "AG-100045",
239 "targetId": "jdoe@example.com",
240 "targetType": "USER"
241 }
242 ],
243 "transferInfo": {
244 "transferredFromDisplayId": "CTR-00012",
245 "transferredFromRevisionId": 20000001,
246 "transferredToDisplayId": "CTR-00015",
247 "transferredToRevisionId": 20000005
248 },
249 "numberRangeIdentifierType": {
250 "name": "COMPANY_CODE"
251 },
252 "numberRangeIdentifierValue": "1000",
253 "numberRangeType": {
254 "name": "CONTRACT"
255 },
256 "allowsSystemGenerateNewId": false
257 }
258 ],
259 "number": 0,
260 "sort": {
261 "unsorted": false,
262 "sorted": true,
263 "empty": false
264 },
265 "empty": false
266}
Retrieves An Activation Group¶
HTTP Request
GET /api/v1/activation-groups/revision/{revisionId}
📋 Description: Retrieves an activation group by revisionID.
Parameters
Name |
In |
Type |
Required |
Description |
|---|---|---|---|---|
revisionId |
path |
integer |
true |
The unique identifier of revisionID to retrieve activation group. |
Example Values¶
Parameter |
Example |
Type |
|---|---|---|
revisionId |
|
path |
Responses
Status |
Meaning |
Description |
Schema |
|---|---|---|---|
200 |
Successfully retrieved activation group |
Example Responses
1{
2 "code": "OK",
3 "errors": {
4 "all": [
5 {
6 "type": "GENERIC",
7 "source": {},
8 "field": "string",
9 "errorKey": "string",
10 "errorMessage": "string"
11 }
12 ]
13 },
14 "object": {
15 "id": 10000001,
16 "displayId": "AG-100000000",
17 "principalPositionType": {
18 "name": "LESSEE",
19 "captionKey": "enum.principalpositiontype.lessee",
20 "caption": "Lessee"
21 },
22 "name": "Test2",
23 "description": "test2",
24 "approverComment": "Approved after review",
25 "snapshotData": {
26 "isParallelCurrencyEnabled": true,
27 "isCostCenterAllocationEnabled": false,
28 "useSpotRateForGroupCurrency": true,
29 "exchangeRateTypes": [
30 {
31 "currencyDefinitionType": "CONTRACT_CURRENCY",
32 "sourceCurrencyType": "COMPANY_CURRENCY",
33 "translationDateType": "POSTING_DATE",
34 "targetCurrency": {
35 "id": "string",
36 "displayId": "US Dollar",
37 "decimalPoints": 2
38 },
39 "referenceCurrency": {
40 "id": "string",
41 "displayId": "Euro"
42 },
43 "currencyType": "GROUP_CURRENCY",
44 "exchangeRateType": "STANDARD"
45 }
46 ]
47 },
48 "revision": {
49 "id": 10000001,
50 "displayId": "0374999413-20250903-161147",
51 "name": "Inception",
52 "inception": true,
53 "revisionType": "REVISION",
54 "state": "MLA_DEFINE",
55 "approvedBy": "approver.admin@nakisa.com",
56 "approvedAt": "2019-08-24T14:15:22Z",
57 "parentRevisionId": 10000000,
58 "approverComment": "Approved after financial validation.",
59 "rouStartDate": "2025-08-01",
60 "rouEndDate": "2025-08-20",
61 "activationGroupModification": {
62 "modificationDate": "2025-08-15",
63 "terminationType": "CASUALTY",
64 "terminationDate": {
65 "timing": "START_OF_DAY",
66 "year": 2025,
67 "monthValue": 9,
68 "dayOfMonth": 4,
69 "dayOfWeek": "THURSDAY",
70 "leapYear": false,
71 "dayOfYear": 247,
72 "month": "SEPTEMBER"
73 },
74 "useManualFmvValue": true,
75 "useManualAssetValues": false,
76 "enforceNonLeaseOnIndexation": false,
77 "applyIndexationLease": true,
78 "applyIndexationNonLease": false,
79 "indexationTreatmentType": "DEFAULT",
80 "indexationStartDate": "2025-09-01",
81 "indexationDateType": "USER_DEFINED",
82 "indexationStartDateNonLease": "2025-09-10",
83 "indexationDateTypeNonLease": "USER_DEFINED",
84 "modificationReasons": [
85 "CONTRACT_RATE_CHANGE",
86 "INDEXATION"
87 ],
88 "modificationPerClassificationList": [
89 {
90 "accountingStandardId": 1001,
91 "classificationType": "NON_LEASE",
92 "accountingStandardType": "IFRS",
93 "impairmentAmount": 2500.5,
94 "recoverableAmount": 2000,
95 "decreaseInAsset": 1500,
96 "decreaseInTerm": 6
97 }
98 ],
99 "massIndexationTaskId": 987654
100 },
101 "activationGroupId": 10000001,
102 "activationGroupDisplayId": "AG-100000000",
103 "activationGroupName": "Test2",
104 "leaseComponentRevisionId": 10000007,
105 "leaseComponentRevisionDisplayId": "0738001403-20250828-113111",
106 "lastLeaseComponentRevisionId": 10000006,
107 "lastLeaseComponentRevisionDisplayId": "0738001403-20250828-113000",
108 "clonedFromRevisionId": 10000002,
109 "clonedFromRevisionDisplayId": "0374999413-20250820-101200",
110 "lockReason": "PENDING_TERMINATION",
111 "infiniteUsefulLife": false,
112 "transferOfOwnership": false,
113 "specializedAsset": false,
114 "fairMarketValue": 1,
115 "residualValue": 1,
116 "endOfTermIntention": "TO_BE_DETERMINED",
117 "endOfTermDate": "2025-08-11",
118 "endOfTermPeriod": 9,
119 "activationDocumentDate": "2019-08-24",
120 "activationPostingDate": "2019-08-24",
121 "closingDocumentDate": "2019-08-24",
122 "closingPostingDate": "2019-08-24",
123 "numberRangeIdentifierType": {
124 "name": "COMPANY_CODE"
125 },
126 "numberRangeIdentifierValue": "1000",
127 "numberRangeType": {
128 "name": "CONTRACT"
129 },
130 "allowsSystemGenerateNewId": false
131 },
132 "leaseComponentId": 10000007,
133 "leaseComponentDisplayId": "LC-100000200",
134 "companyCodeId": 10000002,
135 "companyCodeDisplayId": "1000",
136 "splittedFromActivationGroupRevisionId": {
137 "id": 10000001,
138 "displayId": "0374999413-20250903-161147",
139 "name": "Inception",
140 "inception": true,
141 "revisionType": "REVISION",
142 "state": "MLA_DEFINE",
143 "approvedBy": "approver.admin@nakisa.com",
144 "approvedAt": "2019-08-24T14:15:22Z",
145 "parentRevisionId": 10000000,
146 "approverComment": "Approved after financial validation.",
147 "rouStartDate": "2025-08-01",
148 "rouEndDate": "2025-08-20",
149 "activationGroupModification": {
150 "modificationDate": "2025-08-15",
151 "terminationType": "CASUALTY",
152 "terminationDate": {
153 "timing": "START_OF_DAY",
154 "year": 2025,
155 "monthValue": 9,
156 "dayOfMonth": 4,
157 "dayOfWeek": "THURSDAY",
158 "leapYear": false,
159 "dayOfYear": 247,
160 "month": "SEPTEMBER"
161 },
162 "useManualFmvValue": true,
163 "useManualAssetValues": false,
164 "enforceNonLeaseOnIndexation": false,
165 "applyIndexationLease": true,
166 "applyIndexationNonLease": false,
167 "indexationTreatmentType": "DEFAULT",
168 "indexationStartDate": "2025-09-01",
169 "indexationDateType": "USER_DEFINED",
170 "indexationStartDateNonLease": "2025-09-10",
171 "indexationDateTypeNonLease": "USER_DEFINED",
172 "modificationReasons": [
173 "CONTRACT_RATE_CHANGE",
174 "INDEXATION"
175 ],
176 "modificationPerClassificationList": [
177 {
178 "accountingStandardId": 1001,
179 "classificationType": "NON_LEASE",
180 "accountingStandardType": "IFRS",
181 "impairmentAmount": 2500.5,
182 "recoverableAmount": 2000,
183 "decreaseInAsset": 1500,
184 "decreaseInTerm": 6
185 }
186 ],
187 "massIndexationTaskId": 987654
188 },
189 "activationGroupId": 10000001,
190 "activationGroupDisplayId": "AG-100000000",
191 "activationGroupName": "Test2",
192 "leaseComponentRevisionId": 10000007,
193 "leaseComponentRevisionDisplayId": "0738001403-20250828-113111",
194 "lastLeaseComponentRevisionId": 10000006,
195 "lastLeaseComponentRevisionDisplayId": "0738001403-20250828-113000",
196 "clonedFromRevisionId": 10000002,
197 "clonedFromRevisionDisplayId": "0374999413-20250820-101200",
198 "lockReason": "PENDING_TERMINATION",
199 "infiniteUsefulLife": false,
200 "transferOfOwnership": false,
201 "specializedAsset": false,
202 "fairMarketValue": 1,
203 "residualValue": 1,
204 "endOfTermIntention": "TO_BE_DETERMINED",
205 "endOfTermDate": "2025-08-11",
206 "endOfTermPeriod": 9,
207 "activationDocumentDate": "2019-08-24",
208 "activationPostingDate": "2019-08-24",
209 "closingDocumentDate": "2019-08-24",
210 "closingPostingDate": "2019-08-24",
211 "numberRangeIdentifierType": {
212 "name": "COMPANY_CODE"
213 },
214 "numberRangeIdentifierValue": "1000",
215 "numberRangeType": {
216 "name": "CONTRACT"
217 },
218 "allowsSystemGenerateNewId": false
219 },
220 "notifications": [
221 {
222 "id": 100045,
223 "topic": {
224 "enCaption": "Lease Component Updated",
225 "frCaption": "Composant de bail mis à jour",
226 "name": "LEASE_COMPONENT_UPDATED",
227 "priority": "HIGH"
228 },
229 "username": "jdoe",
230 "activationGroupId": 20000123,
231 "activationGroupDisplayId": "AG-100045",
232 "targetId": "jdoe@example.com",
233 "targetType": "USER"
234 }
235 ],
236 "transferInfo": {
237 "transferredFromDisplayId": "CTR-00012",
238 "transferredFromRevisionId": 20000001,
239 "transferredToDisplayId": "CTR-00015",
240 "transferredToRevisionId": 20000005
241 },
242 "numberRangeIdentifierType": {
243 "name": "COMPANY_CODE"
244 },
245 "numberRangeIdentifierValue": "1000",
246 "numberRangeType": {
247 "name": "CONTRACT"
248 },
249 "allowsSystemGenerateNewId": false
250 }
251}