ResponseActivationGroupRevisionDto¶
Example Json Object
1{
2 "code": "OK",
3 "message": "Successfully retrieved an activation group revision.",
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": "0374999413-20250903-161147",
12 "name": "Inception",
13 "inception": true,
14 "revisionType": "REVISION",
15 "state": "MLA_DEFINE",
16 "approvedBy": "approver.admin@nakisa.com",
17 "approvedAt": "2019-08-24T14:15:22Z",
18 "parentRevisionId": 10000000,
19 "approverComment": "Approved after financial validation.",
20 "rouStartDate": "2025-08-01",
21 "rouEndDate": "2025-08-20",
22 "activationGroupModification": {
23 "modificationDate": "2025-08-15",
24 "terminationType": "CASUALTY",
25 "terminationDate": {
26 "timing": "START_OF_DAY",
27 "year": 2025,
28 "monthValue": 9,
29 "dayOfMonth": 4,
30 "leapYear": false,
31 "month": "SEPTEMBER",
32 "dayOfWeek": "THURSDAY",
33 "dayOfYear": 247
34 },
35 "useManualFmvValue": true,
36 "useManualAssetValues": false,
37 "enforceNonLeaseOnIndexation": false,
38 "applyIndexationLease": true,
39 "applyIndexationNonLease": false,
40 "indexationTreatmentType": "DEFAULT",
41 "indexationStartDate": "2025-09-01",
42 "indexationDateType": "USER_DEFINED",
43 "indexationStartDateNonLease": "2025-09-10",
44 "indexationDateTypeNonLease": "USER_DEFINED",
45 "modificationReasons": [
46 "CONTRACT_RATE_CHANGE",
47 "INDEXATION"
48 ],
49 "modificationPerClassificationList": [
50 {
51 "accountingStandardId": 1001,
52 "classificationType": "NON_LEASE",
53 "accountingStandardType": "IFRS",
54 "impairmentAmount": 2500.5,
55 "recoverableAmount": 2000,
56 "decreaseInAsset": 1500,
57 "decreaseInTerm": 6
58 }
59 ],
60 "massIndexationTaskId": 987654
61 },
62 "activationGroupId": 10000001,
63 "activationGroupDisplayId": "AG-100000000",
64 "activationGroupName": "Test2",
65 "leaseComponentRevisionId": 10000007,
66 "leaseComponentRevisionDisplayId": "0738001403-20250828-113111",
67 "lastLeaseComponentRevisionId": 10000006,
68 "lastLeaseComponentRevisionDisplayId": "0738001403-20250828-113000",
69 "clonedFromRevisionId": 10000002,
70 "clonedFromRevisionDisplayId": "0374999413-20250820-101200",
71 "lockReason": "PENDING_TERMINATION",
72 "infiniteUsefulLife": false,
73 "transferOfOwnership": false,
74 "specializedAsset": false,
75 "fairMarketValue": 1,
76 "residualValue": 1,
77 "endOfTermIntention": "TO_BE_DETERMINED",
78 "endOfTermDate": "2025-08-11",
79 "endOfTermPeriod": 9,
80 "activationDocumentDate": "2019-08-24",
81 "activationPostingDate": "2019-08-24",
82 "closingDocumentDate": "2019-08-24",
83 "closingPostingDate": "2019-08-24",
84 "numberRangeIdentifierValue": "1000",
85 "numberRangeIdentifierType": {
86 "name": "COMPANY_CODE"
87 },
88 "numberRangeType": {
89 "name": "CONTRACT"
90 },
91 "allowsSystemGenerateNewId": false
92 }
93}
📄 Description: Data transfer object representing the revision details of an activation group within the Nakisa Lease Accounting Suite, encompassing essential information related to leases, contracts, financial obligations, and accounting entries.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
code |
string |
false |
none |
Code identifier for the resource |
message |
string |
false |
write-only |
Text value for message in ResponseActivationGroupRevisionDto |
defaultMessage |
string |
false |
write-only |
Text value for defaultMessage in ResponseActivationGroupRevisionDto |
debugMessage |
string |
false |
write-only |
Text value for debugMessage in ResponseActivationGroupRevisionDto |
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 |