Enable a currency for the tenant
Currencies
Enable a currency for the tenant
POST /currencies/tenant//enable
POST
Enable a currency for the tenant
This endpoint requires authentication. Include your Bearer token in the Authorization header.
Description
POST /currencies/tenant//enable Creates the tenant’sCurrencyConfig row if it doesn’t exist yet
(auto-set as the tenant’s default if it’s their first currency), or
re-enables an existing disabled row.
Authorization:
- Required role:
adminor higher
Code Examples
Authorizations
JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"
Path Parameters
ISO 4217 currency code (case-insensitive; upper-cased server-side).