ResponseLeaseDeterminationDto¶
Example Json Object
1{
2 "code": "OK",
3 "message": "string",
4 "defaultMessage": "string",
5 "debugMessage": "string",
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": 10000044,
19 "displayId": "1065029663-20250820-110107",
20 "principalPositionType": "LESSEE",
21 "systemDeterminedLeaseType": "NON_LEASE",
22 "userDeterminedLeaseType": "NON_LEASE",
23 "contractRevisionId": 10000044,
24 "contractId": 10000046,
25 "contractDisplayId": "CT-100001316",
26 "type": "LESSEE",
27 "numberRangeIdentifierType": {
28 "name": "COMPANY_CODE"
29 },
30 "numberRangeIdentifierValue": "COMP-0001",
31 "numberRangeType": {
32 "name": "CONTRACT"
33 },
34 "allowsSystemGenerateNewId": false
35 }
36}
📄 Description: Represents a response wrapper for a Master Agreement entity.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
code |
string |
false |
none |
Response status code. |
message |
string |
false |
none |
none |
defaultMessage |
string |
false |
none |
none |
debugMessage |
string |
false |
none |
none |
errors |
false |
none |
none |
|
object |
false |
none |
Represents lease determination details of a contract, including contract details, financial obligations, and accounting entry adjustments. |
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 |