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