ResponseActivationGroupDto¶
Example Json Object
1{
2 "code": "OK",
3 "message": "Successfully retrieved an activation group.",
4 "defaultMessage": "Operation completed successfully.",
5 "debugMessage": "No errors occurred during the query execution.",
6 "errors": {
7 "all": [
8 {
9 "type": "GENERIC",
10 "source": {},
11 "field": "string",
12 "errorKey": "string",
13 "errorMessage": "string"
14 }
15 ]
16 },
17 "object": {
18 "id": 10000001,
19 "displayId": "AG-100000000",
20 "principalPositionType": {
21 "name": "LESSEE",
22 "captionKey": "enum.principalpositiontype.lessee",
23 "caption": "Lessee"
24 },
25 "name": "Test2",
26 "description": "test2",
27 "approverComment": "Approved after review",
28 "snapshotData": {
29 "isParallelCurrencyEnabled": true,
30 "isCostCenterAllocationEnabled": false,
31 "useSpotRateForGroupCurrency": true,
32 "exchangeRateTypes": [
33 {
34 "currencyDefinitionType": "CONTRACT_CURRENCY",
35 "sourceCurrencyType": "COMPANY_CURRENCY",
36 "translationDateType": "POSTING_DATE",
37 "targetCurrency": {
38 "id": "string",
39 "displayId": "US Dollar",
40 "decimalPoints": 2
41 },
42 "referenceCurrency": {
43 "id": "string",
44 "displayId": "Euro"
45 },
46 "currencyType": "GROUP_CURRENCY",
47 "exchangeRateType": "STANDARD"
48 }
49 ]
50 },
51 "revision": {
52 "id": 10000001,
53 "displayId": "0374999413-20250903-161147",
54 "name": "Inception",
55 "inception": true,
56 "revisionType": "REVISION",
57 "state": "MLA_DEFINE",
58 "approvedBy": "approver.admin@nakisa.com",
59 "approvedAt": "2019-08-24T14:15:22Z",
60 "parentRevisionId": 10000000,
61 "approverComment": "Approved after financial validation.",
62 "rouStartDate": "2025-08-01",
63 "rouEndDate": "2025-08-20",
64 "activationGroupModification": {
65 "modificationDate": "2025-08-15",
66 "terminationType": "CASUALTY",
67 "terminationDate": {
68 "timing": "START_OF_DAY",
69 "year": 2025,
70 "monthValue": 9,
71 "dayOfMonth": 4,
72 "dayOfWeek": "THURSDAY",
73 "leapYear": false,
74 "dayOfYear": 247,
75 "month": "SEPTEMBER"
76 },
77 "useManualFmvValue": true,
78 "useManualAssetValues": false,
79 "enforceNonLeaseOnIndexation": false,
80 "applyIndexationLease": true,
81 "applyIndexationNonLease": false,
82 "indexationTreatmentType": "DEFAULT",
83 "indexationStartDate": "2025-09-01",
84 "indexationDateType": "USER_DEFINED",
85 "indexationStartDateNonLease": "2025-09-10",
86 "indexationDateTypeNonLease": "USER_DEFINED",
87 "modificationReasons": [
88 "CONTRACT_RATE_CHANGE",
89 "INDEXATION"
90 ],
91 "modificationPerClassificationList": [
92 {
93 "accountingStandardId": 1001,
94 "classificationType": "NON_LEASE",
95 "accountingStandardType": "IFRS",
96 "impairmentAmount": 2500.5,
97 "recoverableAmount": 2000,
98 "decreaseInAsset": 1500,
99 "decreaseInTerm": 6
100 }
101 ],
102 "massIndexationTaskId": 987654
103 },
104 "activationGroupId": 10000001,
105 "activationGroupDisplayId": "AG-100000000",
106 "activationGroupName": "Test2",
107 "leaseComponentRevisionId": 10000007,
108 "leaseComponentRevisionDisplayId": "0738001403-20250828-113111",
109 "lastLeaseComponentRevisionId": 10000006,
110 "lastLeaseComponentRevisionDisplayId": "0738001403-20250828-113000",
111 "clonedFromRevisionId": 10000002,
112 "clonedFromRevisionDisplayId": "0374999413-20250820-101200",
113 "lockReason": "PENDING_TERMINATION",
114 "infiniteUsefulLife": false,
115 "transferOfOwnership": false,
116 "specializedAsset": false,
117 "fairMarketValue": 1,
118 "residualValue": 1,
119 "endOfTermIntention": "TO_BE_DETERMINED",
120 "endOfTermDate": "2025-08-11",
121 "endOfTermPeriod": 9,
122 "activationDocumentDate": "2019-08-24",
123 "activationPostingDate": "2019-08-24",
124 "closingDocumentDate": "2019-08-24",
125 "closingPostingDate": "2019-08-24",
126 "numberRangeIdentifierType": {
127 "name": "COMPANY_CODE"
128 },
129 "numberRangeIdentifierValue": "1000",
130 "numberRangeType": {
131 "name": "CONTRACT"
132 },
133 "allowsSystemGenerateNewId": false
134 },
135 "leaseComponentId": 10000007,
136 "leaseComponentDisplayId": "LC-100000200",
137 "companyCodeId": 10000002,
138 "companyCodeDisplayId": "1000",
139 "splittedFromActivationGroupRevisionId": {
140 "id": 10000001,
141 "displayId": "0374999413-20250903-161147",
142 "name": "Inception",
143 "inception": true,
144 "revisionType": "REVISION",
145 "state": "MLA_DEFINE",
146 "approvedBy": "approver.admin@nakisa.com",
147 "approvedAt": "2019-08-24T14:15:22Z",
148 "parentRevisionId": 10000000,
149 "approverComment": "Approved after financial validation.",
150 "rouStartDate": "2025-08-01",
151 "rouEndDate": "2025-08-20",
152 "activationGroupModification": {
153 "modificationDate": "2025-08-15",
154 "terminationType": "CASUALTY",
155 "terminationDate": {
156 "timing": "START_OF_DAY",
157 "year": 2025,
158 "monthValue": 9,
159 "dayOfMonth": 4,
160 "dayOfWeek": "THURSDAY",
161 "leapYear": false,
162 "dayOfYear": 247,
163 "month": "SEPTEMBER"
164 },
165 "useManualFmvValue": true,
166 "useManualAssetValues": false,
167 "enforceNonLeaseOnIndexation": false,
168 "applyIndexationLease": true,
169 "applyIndexationNonLease": false,
170 "indexationTreatmentType": "DEFAULT",
171 "indexationStartDate": "2025-09-01",
172 "indexationDateType": "USER_DEFINED",
173 "indexationStartDateNonLease": "2025-09-10",
174 "indexationDateTypeNonLease": "USER_DEFINED",
175 "modificationReasons": [
176 "CONTRACT_RATE_CHANGE",
177 "INDEXATION"
178 ],
179 "modificationPerClassificationList": [
180 {
181 "accountingStandardId": 1001,
182 "classificationType": "NON_LEASE",
183 "accountingStandardType": "IFRS",
184 "impairmentAmount": 2500.5,
185 "recoverableAmount": 2000,
186 "decreaseInAsset": 1500,
187 "decreaseInTerm": 6
188 }
189 ],
190 "massIndexationTaskId": 987654
191 },
192 "activationGroupId": 10000001,
193 "activationGroupDisplayId": "AG-100000000",
194 "activationGroupName": "Test2",
195 "leaseComponentRevisionId": 10000007,
196 "leaseComponentRevisionDisplayId": "0738001403-20250828-113111",
197 "lastLeaseComponentRevisionId": 10000006,
198 "lastLeaseComponentRevisionDisplayId": "0738001403-20250828-113000",
199 "clonedFromRevisionId": 10000002,
200 "clonedFromRevisionDisplayId": "0374999413-20250820-101200",
201 "lockReason": "PENDING_TERMINATION",
202 "infiniteUsefulLife": false,
203 "transferOfOwnership": false,
204 "specializedAsset": false,
205 "fairMarketValue": 1,
206 "residualValue": 1,
207 "endOfTermIntention": "TO_BE_DETERMINED",
208 "endOfTermDate": "2025-08-11",
209 "endOfTermPeriod": 9,
210 "activationDocumentDate": "2019-08-24",
211 "activationPostingDate": "2019-08-24",
212 "closingDocumentDate": "2019-08-24",
213 "closingPostingDate": "2019-08-24",
214 "numberRangeIdentifierType": {
215 "name": "COMPANY_CODE"
216 },
217 "numberRangeIdentifierValue": "1000",
218 "numberRangeType": {
219 "name": "CONTRACT"
220 },
221 "allowsSystemGenerateNewId": false
222 },
223 "notifications": [
224 {
225 "id": 100045,
226 "topic": {
227 "enCaption": "Lease Component Updated",
228 "frCaption": "Composant de bail mis à jour",
229 "name": "LEASE_COMPONENT_UPDATED",
230 "priority": "HIGH"
231 },
232 "username": "jdoe",
233 "activationGroupId": 20000123,
234 "activationGroupDisplayId": "AG-100045",
235 "targetId": "jdoe@example.com",
236 "targetType": "USER"
237 }
238 ],
239 "transferInfo": {
240 "transferredFromDisplayId": "CTR-00012",
241 "transferredFromRevisionId": 20000001,
242 "transferredToDisplayId": "CTR-00015",
243 "transferredToRevisionId": 20000005
244 },
245 "numberRangeIdentifierType": {
246 "name": "COMPANY_CODE"
247 },
248 "numberRangeIdentifierValue": "1000",
249 "numberRangeType": {
250 "name": "CONTRACT"
251 },
252 "allowsSystemGenerateNewId": false
253 }
254}
📄 Description: Represents a standard response wrapper for returning a list of activation group entities.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
code |
string |
false |
none |
Response code indicating success or failure. |
message |
string |
false |
write-only |
A short message describing the response status. |
defaultMessage |
string |
false |
write-only |
Default message in case no specific message is set. |
debugMessage |
string |
false |
write-only |
Detailed message useful for debugging purposes. |
errors |
false |
none |
none |
|
object |
false |
none |
Represents an activation group, including identifiers, metadata, associated lease components, company code, revisions, and number range configurations. |
Enumerated Values
Attribute |
Value |
|---|---|
code |
API_CALL_FAILED, ATTACHED, BAD_REQUEST, DATA_VALIDATION_ERROR, DELETED, DETACHED, INTERNAL_SYSTEM_ERROR, NULL_RESPONSE, OK, OK_BUT_RESPONSE_INVALID, REQUEST_VALIDATION_ERROR, SERVICE_VALIDATION_ERROR, UPDATED |