PageActivationGroupClassificationDto¶
Example Json Object
1{
2 "totalPages": 1,
3 "totalElements": 76,
4 "numberOfElements": 76,
5 "size": 100,
6 "content": [
7 {
8 "id": 10000001,
9 "displayId": "AGC-10000001",
10 "principalPositionType": "LESSEE",
11 "overrideCapitalizationDate": "2025-08-01",
12 "lastClassificationDate": "2025-08-15",
13 "fairMarketValue": 1000.5,
14 "guaranteedResidualValue": 50,
15 "years": 5,
16 "months": 6,
17 "usefulLifeYear": 5,
18 "usefulLifeMonth": 6,
19 "usefulLifeDay": 15,
20 "purchaseOption": true,
21 "interestRate": 4.5,
22 "remainingUsefulLifeYear": 3,
23 "remainingUsefulLifeMonth": 4,
24 "remainingUsefulLifeDay": 10,
25 "transferOfOwnership": false,
26 "specializedAsset": true,
27 "systemClassification": "OPERATING",
28 "confirmedClassification": "OPERATING",
29 "indexedAmounts": {
30 "consumerPriceIndexValueId": 10000001,
31 "indexedFmv": 1050.5,
32 "indexedGbv": 5000,
33 "indexedAd": 1500.25,
34 "indexedUrv": 200.75,
35 "indexedGrv": 300
36 },
37 "accountingStandardPriority": "MAIN",
38 "depreciationAreas": [
39 {
40 "currencyDefinitionType": "COMPANY_CURRENCY",
41 "depreciationArea": {
42 "id": "string",
43 "displayId": "Euro"
44 },
45 "depreciationAreaDeterminationCurrency": {
46 "id": "string",
47 "displayId": "US Dollar",
48 "decimalPoints": 2
49 }
50 }
51 ],
52 "infiniteUsefulLife": false,
53 "mainAccountingStandard": true,
54 "accountingStandard": {
55 "id": 1001,
56 "displayId": "GAAP-01",
57 "standardType": "IFRS"
58 },
59 "activationGroupRevisionId": 10000001,
60 "activationGroupRevisionDisplayId": "AGREV-10000001",
61 "activationGroupId": 10000001,
62 "activationGroupDisplayId": "AG-10000001",
63 "parentActivationGroupClassificationId": 10000000,
64 "type": "ACTIVATION_GROUP_CLASSIFICATION",
65 "numberRangeIdentifierType": {
66 "name": "COMPANY_CODE"
67 },
68 "numberRangeIdentifierValue": "1000",
69 "numberRangeType": {
70 "name": "CONTRACT"
71 },
72 "allowsSystemGenerateNewId": false
73 }
74 ],
75 "number": 0,
76 "sort": {
77 "unsorted": false,
78 "sorted": true,
79 "empty": false
80 },
81 "pageable": {
82 "unpaged": false,
83 "pageSize": 100,
84 "paged": true,
85 "offset": 0,
86 "sort": {
87 "unsorted": false,
88 "sorted": true,
89 "empty": false
90 },
91 "pageNumber": 0
92 },
93 "first": true,
94 "last": true,
95 "empty": false
96}
📄 Description: Represents a paginated response containing activation group classification 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 |
[oneOf] |
false |
none |
List of activation group classification objects contained in the current page. |
📄 Description: oneOf - discriminator: ActivationGroupClassificationDto.type
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
» anonymous |
false |
none |
Data Transfer Object for activation group classification, including financial, accounting, and system-related properties. |
📄 Description: xor
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
» anonymous |
false |
none |
none |
📄 Description: xor
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
» anonymous |
false |
none |
none |
📄 Description: continued
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
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). |