Updates the boolean enabled status of a single currency for a given accountId.
enabled
accountId
cURL
curl --request PATCH \ --url https://api.equalsmoney.com/v2/currencies/{currencyCode} \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "enabled": true } '
{ "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "code": "GBP", "name": "Pound Sterling", "status": { "enabled": true } }
The currency code of the currency to work with, in ISO 4217 format.
^[A-Z]{3}$
The ID of the account to work with.
"F50091"
Body
Enable or disable a currency.
OK
"GBP"
"Pound Sterling"
Show child attributes
Was this page helpful?