ResponseLeaseComponentSubscriptionDto¶
Example Json Object
1{
2 "code": "OK",
3 "message": "Successfully retrieved a lease component revision.",
4 "defaultMessage": "Operation completed successfully.",
5 "debugMessage": "No errors occurred during the query execution.",
6 "errors": {
7 "all": []
8 },
9 "object": {
10 "id": 10000001,
11 "topic": {
12 "enCaption": "Lease Component Updated",
13 "frCaption": "Composant de bail mis à jour",
14 "name": "LEASE_COMPONENT_UPDATED",
15 "priority": "HIGH"
16 },
17 "username": "super.admin@nakisa.com",
18 "leaseComponentId": 10000006,
19 "leaseComponentDisplayId": "LC-100000100",
20 "targetId": "10000001",
21 "targetType": "LEASE_COMPONENT"
22 }
23}
📄 Description: Data transfer object representing the subscription details of a lease component within the Nakisa Lease Accounting Suite, encompassing essential information related to contracts, financial obligations, and accounting entries.
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 ResponseLeaseComponentSubscriptionDto |
defaultMessage |
string |
false |
write-only |
Text value for defaultMessage in ResponseLeaseComponentSubscriptionDto |
debugMessage |
string |
false |
write-only |
Text value for debugMessage in ResponseLeaseComponentSubscriptionDto |
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 |