ResponseNonLeaseLessorAccountDeterminationDto¶
Example Json Object
1{
2 "code": "UPDATED",
3 "message": "string",
4 "defaultMessage": "string",
5 "debugMessage": "string",
6 "errors": {
7 "all": [
8 {
9 "type": "GENERIC",
10 "errorMessage": "string",
11 "source": {},
12 "field": "string",
13 "errorKey": "string"
14 }
15 ]
16 },
17 "object": {
18 "id": 0,
19 "status": "CREATED",
20 "displayId": "string",
21 "erpSystemId": 0,
22 "erpSystemDisplayId": "string",
23 "principalPositionType": "LESSEE",
24 "companyId": 0,
25 "companyDisplayId": "string",
26 "countryDisplayId": "string",
27 "companyName": "string",
28 "assetClassId": 0,
29 "assetClassDisplayId": "string",
30 "assetClassName": "string",
31 "accountingStandardType": "GAAP",
32 "leaseType": "LEASE_CONTRACT_FIXED_PART_A",
33 "leaseClassificationType": "NON_LEASE",
34 "accrualIncomeAccountId": 0,
35 "accrualIncomeAccountDisplayId": "string",
36 "accrualIncomeAccountShortName": "string",
37 "nonLeaseAccrualClearingAccountId": 0,
38 "nonLeaseAccrualClearingAccountDisplayId": "string",
39 "nonLeaseAccrualClearingAccountShortName": "string",
40 "reconciliationReceivableAccountId": 0,
41 "reconciliationReceivableAccountDisplayId": "string",
42 "reconciliationReceivableAccountShortName": "string"
43 }
44}
📄 Description: Data transfer object representing the determination of non-lease lessor accounts within a financial organization structure, facilitating the understanding of organizational hierarchy and financial entity relationships.
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 ResponseNonLeaseLessorAccountDeterminationDto |
defaultMessage |
string |
false |
write-only |
Text value for defaultMessage in ResponseNonLeaseLessorAccountDeterminationDto |
debugMessage |
string |
false |
write-only |
Text value for debugMessage in ResponseNonLeaseLessorAccountDeterminationDto |
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 |