ErpFieldMappingDto¶
Example Json Object
1{
2 "id": 5000001,
3 "erpSystem": {
4 "id": "string",
5 "displayId": "Euro"
6 },
7 "principalPositionType": {
8 "name": "LESSEE",
9 "captionKey": "enum.principalpositiontype.lessee",
10 "caption": "Lessee"
11 },
12 "sourceTableName": {
13 "name": "MASTER_AGREEMENT",
14 "captionKey": "enum.SourceTable.field",
15 "caption": "MASTER_AGREEMENT"
16 },
17 "sourceField": {
18 "id": 67890,
19 "sourceFieldName": "CONTRACT_NUMBER",
20 "sourceFieldNameCaption": "Contract Number",
21 "sourceFieldNameDataType": {
22 "name": "MASTER_AGREEMENT",
23 "captionKey": "enum.SourceTable.field",
24 "caption": "MASTER_AGREEMENT"
25 },
26 "mappingId": 5000001
27 }
28}
📄 Description: Data transfer object representing the mapping of ERP fields within the Nakisa Lease Accounting Suite, facilitating the integration of lease, contract, financial obligation, and accounting entry data for streamlined financial reporting and compliance.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
id |
integer(int64) |
false |
none |
Unique identifier for the resource |
erpSystem |
true |
none |
Value for erpSystem field |
|
principalPositionType |
true |
none |
Type of the principal position |
|
sourceTableName |
true |
none |
Name of the source table |
|
sourceField |
true |
none |
Value for sourceField field |