ResponseListActivationGroupClassificationDto¶
Example Json Object
1{
2 "code": "OK",
3 "message": "Successfully retrieved list of activation group classification.",
4 "defaultMessage": "Operation completed successfully.",
5 "debugMessage": "No errors occurred during the query execution.",
6 "errors": {
7 "all": []
8 },
9 "object": [
10 {
11 "id": 10000001,
12 "displayId": "AGC-10000001",
13 "principalPositionType": {
14 "name": "LESSEE",
15 "captionKey": "enum.principalpositiontype.lessee",
16 "caption": "Lessee"
17 },
18 "overrideCapitalizationDate": "2025-08-01",
19 "lastClassificationDate": "2025-08-15",
20 "fairMarketValue": 1000.5,
21 "guaranteedResidualValue": 50,
22 "years": 5,
23 "months": 6,
24 "usefulLifeYear": 5,
25 "usefulLifeMonth": 6,
26 "usefulLifeDay": 15,
27 "purchaseOption": true,
28 "interestRate": 4.5,
29 "remainingUsefulLifeYear": 3,
30 "remainingUsefulLifeMonth": 4,
31 "remainingUsefulLifeDay": 10,
32 "transferOfOwnership": false,
33 "specializedAsset": true,
34 "systemClassification": "OPERATING",
35 "confirmedClassification": "OPERATING",
36 "indexedAmounts": {
37 "consumerPriceIndexValueId": 10000001,
38 "indexedFmv": 1050.5,
39 "indexedGbv": 5000,
40 "indexedAd": 1500.25,
41 "indexedUrv": 200.75,
42 "indexedGrv": 300
43 },
44 "accountingStandardPriority": "MAIN",
45 "depreciationAreas": [
46 {
47 "currencyDefinitionType": "COMPANY_CURRENCY",
48 "depreciationArea": {
49 "id": "string",
50 "displayId": "Euro"
51 },
52 "depreciationAreaDeterminationCurrency": {
53 "id": "string",
54 "displayId": "US Dollar",
55 "decimalPoints": 2
56 }
57 }
58 ],
59 "infiniteUsefulLife": false,
60 "mainAccountingStandard": true,
61 "accountingStandard": {
62 "id": 1001,
63 "displayId": "GAAP-01",
64 "standardType": "IFRS"
65 },
66 "activationGroupRevisionId": 10000001,
67 "activationGroupRevisionDisplayId": "AGREV-10000001",
68 "activationGroupId": 10000001,
69 "activationGroupDisplayId": "AG-10000001",
70 "parentActivationGroupClassificationId": 10000000,
71 "type": "ACTIVATION_GROUP_CLASSIFICATION",
72 "numberRangeIdentifierValue": "1000",
73 "numberRangeIdentifierType": {
74 "name": "COMPANY_CODE"
75 },
76 "numberRangeType": {
77 "name": "CONTRACT"
78 },
79 "allowsSystemGenerateNewId": false
80 }
81 ]
82}
📄 Description: Data transfer object representing a collection of activation group classifications related to leases and contracts within the Nakisa Lease Accounting Suite, facilitating the management of 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 ResponseListActivationGroupClassificationDto |
defaultMessage |
string |
false |
write-only |
Text value for defaultMessage in ResponseListActivationGroupClassificationDto |
debugMessage |
string |
false |
write-only |
Text value for debugMessage in ResponseListActivationGroupClassificationDto |
errors |
false |
none |
Value for errors field |
|
object |
[oneOf] |
false |
none |
List of object items |
📄 Description: oneOf - discriminator: ActivationGroupClassificationDto.type
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
» anonymous |
false |
none |
Data transfer object representing the classification of activation groups within the Nakisa Lease Accounting Suite, facilitating the management of leases, contracts, and related financial obligations for accurate accounting entries. |
📄 Description: xor
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
» anonymous |
false |
none |
Data transfer object representing the classification of lessee activation groups within the Nakisa Lease Accounting Suite, facilitating the management of lease contracts and associated financial obligations for accurate accounting entries. |
📄 Description: xor
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
» anonymous |
false |
none |
Data transfer object representing the classification of lessor activation groups within the Nakisa Lease Accounting Suite, facilitating the management of lease contracts and associated financial obligations for accurate accounting entries. |
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 |