Exchangerateapiv1
buyRatenumberrequired
The amount the currency will be bought from base currency.
encodedKeystring
a unique key for this exchange rate
endDatestring<date-time>
the date and time at which this rate was replaced by a newer one
fromCurrencyCodestring
the currency code from which the currency will be exchanged
sellRatenumberrequired
The amount the currency will be sold to base currency.
startDatestring<date-time>required
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.
toCurrencyCodestring
the currency code into which the currency will be exchanged
userKeystring
the encoded key of the user who created the exchange rate
Exchangerateapiv1
{
"buyRate": 0,
"encodedKey": "string",
"endDate": "2024-07-29T15:51:28.071Z",
"fromCurrencyCode": "string",
"sellRate": 0,
"startDate": "2024-07-29T15:51:28.071Z",
"toCurrencyCode": "string",
"userKey": "string"
}