CustomReferenceMappingOption¶
Example Json Object
1{
2 "principalPositionType": "LESSEE",
3 "erpSystem": {
4 "id": 0,
5 "displayId": "string"
6 },
7 "mappingTarget": "LEDGER_TRANSACTION",
8 "referenceKey": "string",
9 "captionKey": "string",
10 "caption": "string"
11}
📄 Description: Data transfer object representing a customizable mapping option for portfolio assets within the Nakisa Portfolio Management Suite, facilitating enhanced analytics and reporting for real estate properties.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
principalPositionType |
string |
false |
none |
Type of the principal position |
erpSystem |
false |
none |
Value for erpSystem field |
|
mappingTarget |
string |
false |
none |
Text value for mappingTarget in CustomReferenceMappingOption |
referenceKey |
string |
false |
none |
Text value for referenceKey in CustomReferenceMappingOption |
captionKey |
string |
false |
none |
Text value for captionKey in CustomReferenceMappingOption |
caption |
string |
false |
none |
Text value for caption in CustomReferenceMappingOption |
Enumerated Values
Attribute |
Value |
|---|---|
mappingTarget |
LEDGER_ENTRY, LEDGER_TRANSACTION |
principalPositionType |
LESSEE, LESSOR |