Currency Ratio Service
getAllCurrencyRatio
getAllCurrencyRatio
get/cruise/currencyratio/v1/getAllCurrencyRatio
Query parameters
fromCurrencyCodestring
The alternate currency code.
includeNullboolean
Specify 'true' to output null data elements.
toCurrencyCodestring
The base currency code.
Headers
authenticationtokenstring required
Secure token for API authentication.
passwordstring required
Password for the Crunchtime Application User.
sitenamestring required
Crunchtime site identifier. test or production
useridstring required
User ID for the Crunchtime Application User.
X-B3-TraceIdstring
Optional trace identifier for troubleshooting.
Response
Success
Example response
{
"currencyRatioDetails": [
{
"currencyRatioDetailDetails": [
{
"exchangeRate": 32.9,
"fromCurrencyCode": "USD",
"toCurrencyCode": "EUR"
}
]
}
],
"locationCode": "000000"
}