ResponseLeaseDeterminationDto¶
Example Json Object
1{
2 "code": "OK",
3 "message": "string",
4 "defaultMessage": "string",
5 "debugMessage": "string",
6 "errors": {
7 "all": []
8 },
9 "object": {
10 "id": 10000044,
11 "displayId": "1065029663-20250820-110107",
12 "principalPositionType": {
13 "name": "LESSEE",
14 "captionKey": "enum.principalpositiontype.lessee",
15 "caption": "Lessee"
16 },
17 "systemDeterminedLeaseType": {
18 "name": "LEASE_CONTRACT_FIX",
19 "captionKey": "enum.leaseType.fix",
20 "principalPositionType": "LESSEE",
21 "caption": "Fixed Lease Contract"
22 },
23 "userDeterminedLeaseType": {
24 "name": "LEASE_CONTRACT_FIX",
25 "captionKey": "enum.leaseType.fix",
26 "principalPositionType": "LESSEE",
27 "caption": "Fixed Lease Contract"
28 },
29 "contractRevisionId": 10000044,
30 "contractId": 10000046,
31 "contractDisplayId": "CT-100001316",
32 "type": "LESSEE",
33 "numberRangeIdentifierValue": "COMP-0001",
34 "numberRangeIdentifierType": {
35 "name": "COMPANY_CODE"
36 },
37 "numberRangeType": {
38 "name": "CONTRACT"
39 },
40 "allowsSystemGenerateNewId": false
41 }
42}
📄 Description: Data transfer object representing the determination of lease obligations within the Nakisa Lease Accounting Suite, encapsulating essential details related to contracts and financial obligations for accurate accounting entries.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
code |
string |
false |
none |
Code identifier for the resource |
message |
string |
false |
write-only |
Contains a detailed message regarding the lease determination, providing essential insights into the associated contract and financial obligations within the Nakisa Lease Accounting Suite. |
defaultMessage |
string |
false |
write-only |
Default message associated with the lease determination, providing essential context for the financial obligations and accounting entries related to the lease contract. |
debugMessage |
string |
false |
write-only |
Detailed message providing insights into the lease determination process, aiding in the understanding of lease, contract, and financial obligation outcomes within the Nakisa Lease Accounting Suite. |
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 |