currency_exchange_rates
Update existing currency exchange rate.
Used to update a single currency exchange rate by its currency codes and date
put/v1/exchange-rates/{from}/{to}/{date}
Path parameters
fromstring required
Example:EUR
The currency code of the 'from' currency.
tostring required
Example:USD
The currency code of the 'to' currency.
datestring string required
Headers
X-Trace-Idstring uuid
Example:40c71bbb-c676-4f24-83cf-cc725d7d7a00
Unique identifier associated with this request.
Request body
Example request
{
"rate": "2.3456"
}Response
Updated exchange rate stored, result in response
Changes
No recorded changes to this endpoint across all 1 revision of this API.