Update Currency Ratio
Lets you add or update currency ratios with respect to Indian Rupee (INR).
post/currencyratio
Request body
Response
200
Example response
{
"entity": {
"ratioInr": 65,
"currencyCode": "SGD"
},
"success": true
}Lets you add or update currency ratios with respect to Indian Rupee (INR).
200
{
"entity": {
"ratioInr": 65,
"currencyCode": "SGD"
},
"success": true
}