ResponseLeaseComponentCarryOverBalanceDto¶
Example Json Object
1{
2 "code": "OK",
3 "message": "Successfully retrieved a lease component carry over balance.",
4 "defaultMessage": "Operation completed successfully.",
5 "debugMessage": "No errors occurred during the query execution.",
6 "errors": {
7 "all": [
8 {
9 "type": "GENERIC",
10 "source": {},
11 "field": "string",
12 "errorKey": "string",
13 "errorMessage": "string"
14 }
15 ]
16 },
17 "object": {
18 "id": 10000013,
19 "displayId": "0407198317-20250828-113111",
20 "principalPositionType": {
21 "name": "LESSEE",
22 "captionKey": "enum.principalpositiontype.lessee",
23 "caption": "Lessee"
24 },
25 "mainAccountingStandard": true,
26 "accountingStandard": {
27 "id": 1001,
28 "displayId": "GAAP-01",
29 "standardType": "IFRS"
30 },
31 "accountingStandardPriority": "MAIN",
32 "leaseComponentId": 10000007,
33 "leaseComponentDisplayId": "LC-100000200",
34 "type": "LESSEE",
35 "numberRangeIdentifierType": {
36 "name": "COMPANY_CODE"
37 },
38 "numberRangeIdentifierValue": "COMPANY_CODE_001",
39 "numberRangeType": {
40 "name": "CONTRACT"
41 },
42 "allowsSystemGenerateNewId": false
43 }
44}
📄 Description: Represents a standard response wrapper for returning a list of lease component carry over balance entities.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
code |
string |
false |
none |
Response code indicating success or failure. |
message |
string |
false |
write-only |
A short message describing the response status. |
defaultMessage |
string |
false |
write-only |
Default message in case no specific message is set. |
debugMessage |
string |
false |
write-only |
Detailed message useful for debugging purposes. |
errors |
false |
none |
none |
|
object |
false |
none |
Represents the carry-over balance configuration of a lease component carry over balances under specific accounting standards. |
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 |