Createexchangerateapiv1
Post new currency exchange rate with optional validity start date
buyRatestringrequired
The amount the currency will be sold to base currency.
sellRatestringrequired
The amount the currency will be bought from base currency.
startDatestring
The date from which the exchange rate will be valid. Must not be in the future or before the latest exchange rate's (for that currency) start date. If not provided, the organization current date and time will be used.
Createexchangerateapiv1
{
"buyRate": "string",
"sellRate": "string",
"startDate": "string"
}