currencyExchangeRate resource type
Represents a currency exchange rate in Business Central.
Note
For information about enabling APIs for Business Central see Enabling the APIs for Dynamics 365 Business Central.
Methods
Method | Return Type | Description |
---|---|---|
GET currencyExchangeRate | currencyExchangeRate | Gets a currency exchange rate object. |
Properties
Property | Type | Description |
---|---|---|
id | GUID | The unique ID of the currency exchange rate. Non-editable. |
currencyCode | string | The default currency code for the currency exchange rate. |
startingDate | date | |
exchangeRateAmount | decimal | |
relationalCurrencyCode | string | |
relationalExchangeRateAmount | decimal | |
lastModifiedDateTime | datetime | The last datetime the currency exchange rate was modified. Read-Only. |
JSON representation
Here is a JSON representation of the currencyExchangeRate resource.
{
"id": "GUID",
"currencyCode": "string",
"startingDate": "date",
"exchangeRateAmount": "decimal",
"relationalCurrencyCode": "string",
"relationalExchangeRateAmount": "decimal",
"lastModifiedDateTime": "datetime"
}