Add Currencies

POST {{api-domain}}/crm/v4/org/currencies

To add new currencies to your organization.

Request Body

{"currencies"=>[{"format"=>{"decimal_separator"=>"Period", "thousand_separator"=>"Comma", "decimal_places"=>"2"}, "prefix_symbol"=>true, "name"=>"Saudi Riyal - SAR", "iso_code"=>"SAR", "symbol"=>"SR", "exchange_rate"=>"1.0000000", "is_active"=>true}]}

RESPONSES

status: OK

{"currencies":[{"code":"SUCCESS","details":{"id":"4876876000001294094"},"message":"The currency created successfully.","status":"success"}]}