ResponseListSystemFinancialSettingDto¶
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 "errorMessage": "string",
11 "source": {},
12 "field": "string",
13 "errorKey": "string"
14 }
15 ]
16 },
17 "object": [
18 {
19 "id": 0,
20 "rowNumber": 0,
21 "rowIdentifier": "string",
22 "errors": [
23 "string"
24 ],
25 "linkedErrors": [
26 "string"
27 ],
28 "warnings": [
29 "string"
30 ],
31 "remarks": [
32 "string"
33 ],
34 "skipMessage": "string",
35 "erpSystemDisplayId": "string",
36 "parallelCurrency": true,
37 "cutOverDate": "2019-08-24",
38 "classificationPVSelectorMode": "EITHER",
39 "useRfcUserForSapPosting": true,
40 "defaultReversalReasonDisplayId": "string",
41 "defaultPaymentMode": "ADVANCE",
42 "costCenterAllocation": true,
43 "generateVendorInvoice": true,
44 "accountPayable": true,
45 "payableAccountType": "VENDOR_PAYABLE_ACCOUNT",
46 "sendProfitCenterBalanceSheetGL": true,
47 "externalUrl": "string",
48 "vendorAccountPosting": true,
49 "sendContractIdInItemIdInPostings": true,
50 "systemFinancialSettingType": "PARALLEL_CURRENCY",
51 "value": "string",
52 "erpSystemId": 0
53 }
54 ]
55}
📄 Description: Data transfer object representing the financial settings of an organization’s structure, detailing the hierarchy and configuration of financial entities within the organization.
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 ResponseListSystemFinancialSettingDto |
defaultMessage |
string |
false |
write-only |
Text value for defaultMessage in ResponseListSystemFinancialSettingDto |
debugMessage |
string |
false |
write-only |
Text value for debugMessage in ResponseListSystemFinancialSettingDto |
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 |