ResponseListNfsDvConfigDto¶
Example Json Object
1{
2 "code": "UPDATED",
3 "message": "string",
4 "defaultMessage": "string",
5 "debugMessage": "string",
6 "errors": {
7 "all": []
8 },
9 "object": [
10 {
11 "id": 0,
12 "level": "APPLICATION",
13 "control": "LOCKED",
14 "status": "ENABLED",
15 "defaultFieldInfo": {
16 "id": 0,
17 "label": "string",
18 "value": "string"
19 },
20 "field": "FOS_ERP_SYSTEM",
21 "conditions": [
22 {
23 "id": 0,
24 "conditionValueInfo": [
25 {
26 "id": 0,
27 "label": "string",
28 "value": "string"
29 }
30 ],
31 "field": "FOS_ERP_SYSTEM"
32 }
33 ],
34 "overrideBy": {}
35 }
36 ]
37}
📄 Description: Data transfer object representing a collection of Non-Financial Statement (NFS) configuration details related to lease contracts and financial obligations within the Nakisa Lease Accounting Suite, facilitating accurate accounting entries and compliance.
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 ResponseListNfsDvConfigDto |
defaultMessage |
string |
false |
write-only |
Text value for defaultMessage in ResponseListNfsDvConfigDto |
debugMessage |
string |
false |
write-only |
Text value for debugMessage in ResponseListNfsDvConfigDto |
errors |
false |
none |
Value for errors field |
|
object |
false |
none |
List of object items |
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 |