ExchangeRateDto¶
Example Json Object
1{
2 "id": 0,
3 "status": "CREATED",
4 "displayId": "string",
5 "erpSystemId": 0,
6 "erpSystemDisplayId": "string",
7 "validFrom": "2019-08-24",
8 "rate": 0,
9 "fromFactor": 0,
10 "toFactor": 0,
11 "indirectExchangeRate": 0,
12 "indirectFromFactor": 0,
13 "indirectToFactor": 0,
14 "exchangeRateType": "string",
15 "alternateExchangeRateType": "string",
16 "fromCurrencyId": 0,
17 "fromCurrencyDisplayId": "string",
18 "toCurrencyId": 0,
19 "toCurrencyDisplayId": "string"
20}
📄 Description: Data transfer object representing the exchange rate information for financial entities within an organization’s structure, facilitating accurate currency conversion and financial reporting across hierarchical levels.
Properties
Name |
Type |
Required |
Restrictions |
Description |
|---|---|---|---|---|
id |
integer(int64) |
false |
none |
Unique identifier for the resource |
status |
string |
false |
none |
Status of the resource |
displayId |
string |
true |
none |
Unique identifier for the display |
erpSystemId |
integer(int64) |
false |
none |
Unique identifier for the erp system |
erpSystemDisplayId |
string |
false |
none |
Unique identifier for the erp system display |
validFrom |
string(date) |
true |
none |
Date from which the resource is valid |
rate |
number |
false |
none |
Rate value |
fromFactor |
number |
false |
none |
Value for fromFactor field |
toFactor |
number |
false |
none |
Value for toFactor field |
indirectExchangeRate |
number |
false |
none |
Rate of indirect exchange |
indirectFromFactor |
number |
false |
none |
Value for indirectFromFactor field |
indirectToFactor |
number |
false |
none |
Value for indirectToFactor field |
exchangeRateType |
string |
false |
none |
Type of the exchange rate |
alternateExchangeRateType |
string |
false |
none |
Type of the alternate exchange rate |
fromCurrencyId |
integer(int64) |
false |
none |
Unique identifier for the from currency |
fromCurrencyDisplayId |
string |
false |
none |
Unique identifier for the from currency display |
toCurrencyId |
integer(int64) |
false |
none |
Unique identifier for the to currency |
toCurrencyDisplayId |
string |
false |
none |
Unique identifier for the to currency display |
Enumerated Values
Attribute |
Value |
|---|---|
status |
ACTIVE, CREATED, DECOMMISSIONED, DISABLED |