Exchange rates
Get all exchange rates
Returns all available exchange rates among currencies of the Enterprise.
Request
[PlatformAddress]/api/connector/v1/exchangeRates/getAll
ClientToken
string
required
Token identifying the client application.
AccessToken
string
required
Access token of the client application.
Client
string
required
Name and version of the client application.
Ids
array of string
optional
Unique identifiers of the Exchange Rates. If not specified, the operation returns all exchange rates.
EnterpriseIds
array of string
optional
Response
ExchangeRates
required
The available exchange rates.
Exchange rate
Id
string
required
Unique identifier of the Exchange Rate.
EnterpriseId
string
required
SourceCurrency
string
required
TargetCurrency
string
required
Value
number
required
The exchange rate from the source currency to the target currency.
Last updated