SimpleExchangeRateRequestDto¶
Example Json Object
1{
2 "erpSystem": {
3 "id": 0,
4 "displayId": "string"
5 },
6 "fromCurrency": {
7 "id": 0,
8 "displayId": "string"
9 },
10 "toCurrency": {
11 "id": 0,
12 "displayId": "string"
13 },
14 "referenceCurrency": {
15 "id": 0,
16 "displayId": "string"
17 },
18 "exchangeRateType": "string",
19 "conversionDate": "2019-08-24"
20}
📄 Description: Data transfer object representing a request for exchange rate information, facilitating accurate portfolio and asset analytics within the Nakisa Portfolio Management Suite, particularly for real estate properties.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
erpSystem |
true |
none |
Value for erpSystem field |
|
fromCurrency |
true |
none |
Value for fromCurrency field |
|
toCurrency |
true |
none |
Value for toCurrency field |
|
referenceCurrency |
false |
none |
Value for referenceCurrency field |
|
exchangeRateType |
string |
true |
none |
Type of the exchange rate |
conversionDate |
string(date) |
true |
none |
Date of the conversion |