ResponseCompanyFinancialSettingDto¶
Example Json Object
1{
2 "code": "UPDATED",
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": 0,
19 "rowNumber": 0,
20 "rowIdentifier": "string",
21 "errors": [
22 "string"
23 ],
24 "linkedErrors": [
25 "string"
26 ],
27 "warnings": [
28 "string"
29 ],
30 "remarks": [
31 "string"
32 ],
33 "skipMessage": "string",
34 "companySettingType": "CLASSIFICATION_PERCENTAGE_TERM",
35 "value": "string",
36 "companyId": 0,
37 "companyDisplayId": "string",
38 "erpSystemId": 0,
39 "erpSystemDisplayId": "string"
40 }
41}
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
code |
string |
false |
none |
none |
message |
string |
false |
none |
none |
defaultMessage |
string |
false |
none |
none |
debugMessage |
string |
false |
none |
none |
errors |
false |
none |
none |
|
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 |