ErpFieldMappingDto¶
Example Json Object
1{
2 "id": 0,
3 "erpSystem": {
4 "id": "string",
5 "displayId": "Euro"
6 },
7 "principalPositionType": "LESSEE",
8 "sourceTableName": "MASTER_AGREEMENT",
9 "sourceField": {
10 "id": 0,
11 "sourceFieldName": "string",
12 "sourceFieldNameCaption": "string",
13 "sourceFieldNameDataType": "STRING",
14 "mappingId": 0
15 }
16}
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
id |
integer(int64) |
false |
none |
none |
erpSystem |
true |
none |
Basic identifier object containing ID and display information. |
|
principalPositionType |
string |
true |
none |
none |
sourceTableName |
string |
true |
none |
none |
sourceField |
true |
none |
none |
Enumerated Values
Attribute |
Value |
|---|---|
principalPositionType |
LESSEE, LESSOR |
sourceTableName |
ACTIVATION_GROUP_ACCOUNTING, ACTIVATION_GROUP_CLASSIFICATION, ACTIVATION_GROUP_USER_DEFINED, CHARGE, CONTRACT, CONTRACT_ACCOUNTING, CONTRACT_USER_DEFINED, LEASE_COMPONENT, LEASE_COMPONENT_USER_DEFINED, MASTER_AGREEMENT, MASTER_AGREEMENT_USER_DEFINED, UNIT, UNIT_USER_DEFINED |