ResponseErpFieldMappingDto¶
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 "id": 0,
19 "erpSystem": {
20 "id": 0,
21 "displayId": "string"
22 },
23 "postingCommand": "PAYMENT",
24 "mappingMode": "DEFAULT",
25 "principalPositionType": "LESSEE",
26 "financialAccounting": "GENERAL_LEDGER",
27 "mappingSapField": "BUSINESS_TRANSACTION",
28 "sapCustomizableField": true,
29 "mappingSources": [
30 {
31 "reference": "string",
32 "source": "LEDGER_TRANSACTION"
33 }
34 ],
35 "defaultMappingSources": [
36 {
37 "reference": "string",
38 "source": "LEDGER_TRANSACTION"
39 }
40 ],
41 "customFieldOperation": "string",
42 "customScriptOperation": "string"
43 }
44}
📄 Description: Data transfer object representing the mapping of fields between the ERP system and the General Ledger, facilitating accurate ledger entries and financial record transactions across accounts.
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 ResponseErpFieldMappingDto |
defaultMessage |
string |
false |
write-only |
Text value for defaultMessage in ResponseErpFieldMappingDto |
debugMessage |
string |
false |
write-only |
Text value for debugMessage in ResponseErpFieldMappingDto |
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 |