ResponseListErpFieldMappingDto¶
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": 5000001,
12 "erpSystem": {
13 "id": "string",
14 "displayId": "Euro"
15 },
16 "principalPositionType": {
17 "name": "LESSEE",
18 "captionKey": "enum.principalpositiontype.lessee",
19 "caption": "Lessee"
20 },
21 "sourceTableName": {
22 "name": "MASTER_AGREEMENT",
23 "captionKey": "enum.SourceTable.field",
24 "caption": "MASTER_AGREEMENT"
25 },
26 "sourceField": {
27 "id": 67890,
28 "sourceFieldName": "CONTRACT_NUMBER",
29 "sourceFieldNameCaption": "Contract Number",
30 "sourceFieldNameDataType": {
31 "name": "MASTER_AGREEMENT",
32 "captionKey": "enum.SourceTable.field",
33 "caption": "MASTER_AGREEMENT"
34 },
35 "mappingId": 5000001
36 }
37 }
38 ]
39}
📄 Description: Data transfer object representing the mapping of ERP fields related to lease contracts, financial obligations, and accounting entries within the Nakisa Lease Accounting Suite, facilitating seamless integration and data consistency across financial systems.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
code |
string |
false |
none |
Code identifier for the resource |
message |
string |
false |
write-only |
Contains a descriptive message related to the lease, contract, financial obligation, or accounting entry, providing essential context for the associated data. |
defaultMessage |
string |
false |
write-only |
Default message associated with the lease or contract, providing essential information related to financial obligations and accounting entries within the Nakisa Lease Accounting Suite. |
debugMessage |
string |
false |
write-only |
Provides detailed information about any errors or issues encountered during the processing of lease, contract, or financial obligation entries within the Nakisa Lease Accounting Suite. |
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 |