Update Currencies
PUT {{api-domain}}/crm/v2/org/currencies/actions/enable
To update currency details. Please see our API documentation for more information.
Request Body
{"base_currency"=>{"symbol"=>"Af", "format"=>{"decimal_separator"=>"Period", "thousand_separator"=>"Comma", "decimal_places"=>"3"}, "prefix_symbol"=>true, "id"=>"{{currency_id}}", "exchange_rate"=>"1.0000000"}}
RESPONSES
status: OK
{"base_currency":{"code":"SUCCESS","details":{"id":"738964000000650003"},"message":"The currency updated successfully.","status":"success"}}