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 "object": {
10 "id": 10000001,
11 "displayId": "AG-100000000",
12 "principalPositionType": {
13 "name": "LESSEE",
14 "captionKey": "enum.principalpositiontype.lessee",
15 "caption": "Lessee"
16 },
17 "name": "Test2",
18 "description": "test2",
19 "approverComment": "Approved after review",
20 "snapshotData": {
21 "isParallelCurrencyEnabled": true,
22 "isCostCenterAllocationEnabled": false,
23 "useSpotRateForGroupCurrency": true,
24 "usePostingOrDocumentDateForCurrency": true,
25 "exchangeRateTypes": [
26 {
27 "currencyDefinitionType": "CONTRACT_CURRENCY",
28 "sourceCurrencyType": "COMPANY_CURRENCY",
29 "translationDateType": "POSTING_DATE",
30 "targetCurrency": {
31 "id": "string",
32 "displayId": "US Dollar",
33 "decimalPoints": 2
34 },
35 "referenceCurrency": {
36 "id": "string",
37 "displayId": "Euro"
38 },
39 "currencyType": "GROUP_CURRENCY",
40 "exchangeRateType": "STANDARD"
41 }
42 ]
43 },
44 "revision": {
45 "id": 10000001,
46 "displayId": "0374999413-20250903-161147",
47 "name": "Inception",
48 "inception": true,
49 "revisionType": "REVISION",
50 "state": "MLA_DEFINE",
51 "approvedBy": "approver.admin@nakisa.com",
52 "approvedAt": "2019-08-24T14:15:22Z",
53 "parentRevisionId": 10000000,
54 "approverComment": "Approved after financial validation.",
55 "rouStartDate": "2025-08-01",
56 "rouEndDate": "2025-08-20",
57 "activationGroupModification": {
58 "modificationDate": "2025-08-15",
59 "terminationType": "CASUALTY",
60 "terminationDate": {
61 "timing": "START_OF_DAY",
62 "year": 2025,
63 "monthValue": 9,
64 "dayOfMonth": 4,
65 "leapYear": false,
66 "month": "SEPTEMBER",
67 "dayOfWeek": "THURSDAY",
68 "dayOfYear": 247
69 },
70 "useManualFmvValue": true,
71 "useManualAssetValues": false,
72 "enforceNonLeaseOnIndexation": false,
73 "applyIndexationLease": true,
74 "applyIndexationNonLease": false,
75 "indexationTreatmentType": "DEFAULT",
76 "indexationStartDate": "2025-09-01",
77 "indexationDateType": "USER_DEFINED",
78 "indexationStartDateNonLease": "2025-09-10",
79 "indexationDateTypeNonLease": "USER_DEFINED",
80 "modificationReasons": [
81 "CONTRACT_RATE_CHANGE",
82 "INDEXATION"
83 ],
84 "modificationPerClassificationList": [
85 {
86 "accountingStandardId": 1001,
87 "classificationType": "NON_LEASE",
88 "accountingStandardType": "IFRS",
89 "impairmentAmount": 2500.5,
90 "recoverableAmount": 2000,
91 "decreaseInAsset": 1500,
92 "decreaseInTerm": 6
93 }
94 ],
95 "massIndexationTaskId": 987654
96 },
97 "activationGroupId": 10000001,
98 "activationGroupDisplayId": "AG-100000000",
99 "activationGroupName": "Test2",
100 "leaseComponentRevisionId": 10000007,
101 "leaseComponentRevisionDisplayId": "0738001403-20250828-113111",
102 "lastLeaseComponentRevisionId": 10000006,
103 "lastLeaseComponentRevisionDisplayId": "0738001403-20250828-113000",
104 "clonedFromRevisionId": 10000002,
105 "clonedFromRevisionDisplayId": "0374999413-20250820-101200",
106 "lockReason": "PENDING_TERMINATION",
107 "infiniteUsefulLife": false,
108 "transferOfOwnership": false,
109 "specializedAsset": false,
110 "fairMarketValue": 1,
111 "residualValue": 1,
112 "endOfTermIntention": "TO_BE_DETERMINED",
113 "endOfTermDate": "2025-08-11",
114 "endOfTermPeriod": 9,
115 "activationDocumentDate": "2019-08-24",
116 "activationPostingDate": "2019-08-24",
117 "closingDocumentDate": "2019-08-24",
118 "closingPostingDate": "2019-08-24",
119 "numberRangeIdentifierValue": "1000",
120 "numberRangeIdentifierType": {
121 "name": "COMPANY_CODE"
122 },
123 "numberRangeType": {
124 "name": "CONTRACT"
125 },
126 "allowsSystemGenerateNewId": false
127 },
128 "leaseComponentId": 10000007,
129 "leaseComponentDisplayId": "LC-100000200",
130 "companyCodeId": 10000002,
131 "companyCodeDisplayId": "1000",
132 "splittedFromActivationGroupRevisionId": {
133 "id": 10000001,
134 "displayId": "0374999413-20250903-161147",
135 "name": "Inception",
136 "inception": true,
137 "revisionType": "REVISION",
138 "state": "MLA_DEFINE",
139 "approvedBy": "approver.admin@nakisa.com",
140 "approvedAt": "2019-08-24T14:15:22Z",
141 "parentRevisionId": 10000000,
142 "approverComment": "Approved after financial validation.",
143 "rouStartDate": "2025-08-01",
144 "rouEndDate": "2025-08-20",
145 "activationGroupModification": {
146 "modificationDate": "2025-08-15",
147 "terminationType": "CASUALTY",
148 "terminationDate": {
149 "timing": "START_OF_DAY",
150 "year": 2025,
151 "monthValue": 9,
152 "dayOfMonth": 4,
153 "leapYear": false,
154 "month": "SEPTEMBER",
155 "dayOfWeek": "THURSDAY",
156 "dayOfYear": 247
157 },
158 "useManualFmvValue": true,
159 "useManualAssetValues": false,
160 "enforceNonLeaseOnIndexation": false,
161 "applyIndexationLease": true,
162 "applyIndexationNonLease": false,
163 "indexationTreatmentType": "DEFAULT",
164 "indexationStartDate": "2025-09-01",
165 "indexationDateType": "USER_DEFINED",
166 "indexationStartDateNonLease": "2025-09-10",
167 "indexationDateTypeNonLease": "USER_DEFINED",
168 "modificationReasons": [
169 "CONTRACT_RATE_CHANGE",
170 "INDEXATION"
171 ],
172 "modificationPerClassificationList": [
173 {
174 "accountingStandardId": 1001,
175 "classificationType": "NON_LEASE",
176 "accountingStandardType": "IFRS",
177 "impairmentAmount": 2500.5,
178 "recoverableAmount": 2000,
179 "decreaseInAsset": 1500,
180 "decreaseInTerm": 6
181 }
182 ],
183 "massIndexationTaskId": 987654
184 },
185 "activationGroupId": 10000001,
186 "activationGroupDisplayId": "AG-100000000",
187 "activationGroupName": "Test2",
188 "leaseComponentRevisionId": 10000007,
189 "leaseComponentRevisionDisplayId": "0738001403-20250828-113111",
190 "lastLeaseComponentRevisionId": 10000006,
191 "lastLeaseComponentRevisionDisplayId": "0738001403-20250828-113000",
192 "clonedFromRevisionId": 10000002,
193 "clonedFromRevisionDisplayId": "0374999413-20250820-101200",
194 "lockReason": "PENDING_TERMINATION",
195 "infiniteUsefulLife": false,
196 "transferOfOwnership": false,
197 "specializedAsset": false,
198 "fairMarketValue": 1,
199 "residualValue": 1,
200 "endOfTermIntention": "TO_BE_DETERMINED",
201 "endOfTermDate": "2025-08-11",
202 "endOfTermPeriod": 9,
203 "activationDocumentDate": "2019-08-24",
204 "activationPostingDate": "2019-08-24",
205 "closingDocumentDate": "2019-08-24",
206 "closingPostingDate": "2019-08-24",
207 "numberRangeIdentifierValue": "1000",
208 "numberRangeIdentifierType": {
209 "name": "COMPANY_CODE"
210 },
211 "numberRangeType": {
212 "name": "CONTRACT"
213 },
214 "allowsSystemGenerateNewId": false
215 },
216 "notifications": [
217 {
218 "id": 100045,
219 "topic": {
220 "enCaption": "Lease Component Updated",
221 "frCaption": "Composant de bail mis à jour",
222 "name": "LEASE_COMPONENT_UPDATED",
223 "priority": "HIGH"
224 },
225 "username": "jdoe",
226 "activationGroupId": 20000123,
227 "activationGroupDisplayId": "AG-100045",
228 "targetId": "jdoe@example.com",
229 "targetType": "USER"
230 }
231 ],
232 "transferInfo": {
233 "transferredFromDisplayId": "CTR-00012",
234 "transferredFromRevisionId": 20000001,
235 "transferredToDisplayId": "CTR-00015",
236 "transferredToRevisionId": 20000005
237 },
238 "numberRangeIdentifierValue": "1000",
239 "numberRangeIdentifierType": {
240 "name": "COMPANY_CODE"
241 },
242 "numberRangeType": {
243 "name": "CONTRACT"
244 },
245 "allowsSystemGenerateNewId": false
246 }
247}
📄 Description: Data transfer object representing a collection of activated lease contracts within the Nakisa Lease Accounting Suite, encompassing associated financial obligations and accounting entries for streamlined financial management.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
code |
string |
false |
none |
Code identifier for the resource |
message |
string |
false |
write-only |
Contains a descriptive message related to the lease or contract, providing context for the financial obligation or accounting entry within the Nakisa Lease Accounting Suite. |
defaultMessage |
string |
false |
write-only |
Default message associated with the activation group, providing essential context for lease and contract-related financial obligations within the Nakisa Lease Accounting Suite. |
debugMessage |
string |
false |
write-only |
Provides detailed information about any issues encountered during the processing of lease-related transactions within the Nakisa Lease Accounting Suite. |
errors |
false |
none |
Value for errors field |
|
object |
false |
none |
Value for object field |
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 |