CustomReferenceMappingOption¶
Example Json Object
1{
2 "principalPositionType": "LESSEE",
3 "erpSystem": {
4 "id": "string",
5 "displayId": "Euro"
6 },
7 "mappingTarget": "LEDGER_TRANSACTION",
8 "referenceKey": "string",
9 "captionKey": "string",
10 "caption": "string"
11}
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
principalPositionType |
string |
false |
none |
none |
erpSystem |
false |
none |
Basic identifier object containing ID and display information. |
|
mappingTarget |
string |
false |
none |
none |
referenceKey |
string |
false |
none |
none |
captionKey |
string |
false |
none |
none |
caption |
string |
false |
none |
none |
Enumerated Values
Attribute |
Value |
|---|---|
mappingTarget |
LEDGER_ENTRY, LEDGER_TRANSACTION |
principalPositionType |
LESSEE, LESSOR |