CurrencyExchangeConfiguration
Create Currency Exchange Configuration
Create Currency Exchange Configuration.
post/v1/currency_exchange_configuration/create
Request body
Example request
{
"configurations": [
{
"currency_rate": [
{
"source_currency": "AED"
}
]
}
],
"conversion_type": "CustomExchangeRate",
"target_currency": "AED",
"scope": "Account"
}Response
Created successfully
Example response
{
"configurations": [
{
"currency_rate": [
{
"source_currency": "AED"
}
]
}
],
"conversion_type": "CustomExchangeRate",
"target_currency": "AED",
"scope": "Account"
}