ResponseLeaseDocumentDto¶
Example Json Object
1{
2 "code": "UPDATED",
3 "message": "string",
4 "defaultMessage": "string",
5 "debugMessage": "string",
6 "errors": {
7 "all": []
8 },
9 "object": {
10 "id": 0,
11 "objectType": "MASTER_AGREEMENT",
12 "objectId": 0,
13 "displayId": "string",
14 "description": "string",
15 "fileName": "string",
16 "fileFormat": "string",
17 "historical": true,
18 "fileStorageId": "string",
19 "uploadStatus": "IN_PROGRESS"
20 }
21}
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
code |
string |
false |
none |
none |
message |
string |
false |
write-only |
none |
defaultMessage |
string |
false |
write-only |
none |
debugMessage |
string |
false |
write-only |
none |
errors |
false |
none |
Data transfer object representing error messages encountered within the Nakisa Lease Accounting Suite, specifically related to lease, contract, financial obligation, and accounting entry processes. |
|
object |
false |
none |
none |
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 |