Update a currency for an account
Updates the boolean enabled status of a single currency for a given accountId.
PATCH
cURL
Authorizations
Path Parameters
The currency code of the currency to work with, in ISO 4217 format.
Pattern:
^[A-Z]{3}$Query Parameters
The ID of the account to work with.
Example:
"F50091"
Body
application/json
Body
Enable or disable a currency.
cURL