Activate Currencies
POST {{baseUrl}}/currencies
This endpoint allows activating either a single currency or a group of currencies.
Request Body
{"currencies"=>[{"code"=>"<string>", "status"=>true}, {"code"=>"<string>", "status"=>true}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"status":"\u003cnumber\u003e","success":"\u003cboolean\u003e","data":[{"name":"\u003cstring\u003e","code":"\u003cstring\u003e","symbol":"\u003cstring\u003e","status":"enabled"},{"name":"\u003cstring\u003e","code":"\u003cstring\u003e","symbol":"\u003cstring\u003e","status":"enabled"}]}