PageActivationGroupRevisionDto¶
Example Json Object
1{
2 "totalPages": 1,
3 "totalElements": 76,
4 "numberOfElements": 76,
5 "size": 100,
6 "content": [
7 {
8 "id": 10000001,
9 "displayId": "0374999413-20250903-161147",
10 "name": "Inception",
11 "inception": true,
12 "revisionType": "REVISION",
13 "state": "MLA_DEFINE",
14 "approvedBy": "approver.admin@nakisa.com",
15 "approvedAt": "2019-08-24T14:15:22Z",
16 "parentRevisionId": 10000000,
17 "approverComment": "Approved after financial validation.",
18 "rouStartDate": "2025-08-01",
19 "rouEndDate": "2025-08-20",
20 "activationGroupModification": {
21 "modificationDate": "2025-08-15",
22 "terminationType": "CASUALTY",
23 "terminationDate": {
24 "timing": "START_OF_DAY",
25 "year": 2025,
26 "monthValue": 9,
27 "dayOfMonth": 4,
28 "dayOfWeek": "THURSDAY",
29 "leapYear": false,
30 "dayOfYear": 247,
31 "month": "SEPTEMBER"
32 },
33 "useManualFmvValue": true,
34 "useManualAssetValues": false,
35 "enforceNonLeaseOnIndexation": false,
36 "applyIndexationLease": true,
37 "applyIndexationNonLease": false,
38 "indexationTreatmentType": "DEFAULT",
39 "indexationStartDate": "2025-09-01",
40 "indexationDateType": "USER_DEFINED",
41 "indexationStartDateNonLease": "2025-09-10",
42 "indexationDateTypeNonLease": "USER_DEFINED",
43 "modificationReasons": [
44 "CONTRACT_RATE_CHANGE",
45 "INDEXATION"
46 ],
47 "modificationPerClassificationList": [
48 {
49 "accountingStandardId": 1001,
50 "classificationType": "NON_LEASE",
51 "accountingStandardType": "IFRS",
52 "impairmentAmount": 2500.5,
53 "recoverableAmount": 2000,
54 "decreaseInAsset": 1500,
55 "decreaseInTerm": 6
56 }
57 ],
58 "massIndexationTaskId": 987654
59 },
60 "activationGroupId": 10000001,
61 "activationGroupDisplayId": "AG-100000000",
62 "activationGroupName": "Test2",
63 "leaseComponentRevisionId": 10000007,
64 "leaseComponentRevisionDisplayId": "0738001403-20250828-113111",
65 "lastLeaseComponentRevisionId": 10000006,
66 "lastLeaseComponentRevisionDisplayId": "0738001403-20250828-113000",
67 "clonedFromRevisionId": 10000002,
68 "clonedFromRevisionDisplayId": "0374999413-20250820-101200",
69 "lockReason": "PENDING_TERMINATION",
70 "infiniteUsefulLife": false,
71 "transferOfOwnership": false,
72 "specializedAsset": false,
73 "fairMarketValue": 1,
74 "residualValue": 1,
75 "endOfTermIntention": "TO_BE_DETERMINED",
76 "endOfTermDate": "2025-08-11",
77 "endOfTermPeriod": 9,
78 "activationDocumentDate": "2019-08-24",
79 "activationPostingDate": "2019-08-24",
80 "closingDocumentDate": "2019-08-24",
81 "closingPostingDate": "2019-08-24",
82 "numberRangeIdentifierType": {
83 "name": "COMPANY_CODE"
84 },
85 "numberRangeIdentifierValue": "1000",
86 "numberRangeType": {
87 "name": "CONTRACT"
88 },
89 "allowsSystemGenerateNewId": false
90 }
91 ],
92 "number": 0,
93 "sort": {
94 "unsorted": false,
95 "sorted": true,
96 "empty": false
97 },
98 "pageable": {
99 "unpaged": false,
100 "pageSize": 100,
101 "paged": true,
102 "offset": 0,
103 "sort": {
104 "unsorted": false,
105 "sorted": true,
106 "empty": false
107 },
108 "pageNumber": 0
109 },
110 "first": true,
111 "last": true,
112 "empty": false
113}
📄 Description: Represents a paginated response containing activation group revision data, including pagination metadata and content.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
totalPages |
integer(int32) |
false |
none |
Total number of available pages. |
totalElements |
integer(int64) |
false |
none |
Total number of elements across all pages. |
numberOfElements |
integer(int32) |
false |
none |
Number of elements in the current page. |
size |
integer(int32) |
false |
none |
The size of each page (number of elements per page). |
content |
false |
none |
List of activation group revision objects contained in the current page. |
|
number |
integer(int32) |
false |
none |
Current page number (0-based). |
sort |
false |
none |
Represents sorting metadata applied to a pageable request, including whether sorting is enabled and its state. |
|
pageable |
false |
none |
Represents pagination metadata describing the requested page, including offsets, sizes, and sorting information. |
|
first |
boolean |
false |
none |
Indicates whether the current page is the first page. |
last |
boolean |
false |
none |
Indicates whether the current page is the last page. |
empty |
boolean |
false |
none |
Indicates whether the page is empty (no content). |