Create a currency
Currencies
Create a currency
Create a currency. The code must be a valid ISO 4217 code in lowercase.
POST
Create a currency
Request Structure
Key Fields
| Field | Required | Description |
|---|---|---|
code | Yes | ISO 4217 currency code, lowercase (e.g. gbp, usd, eur) |
name | Yes | Currency display name |
Authorizations
OAuth 2.0 authentication. Use the client credentials or authorization code flow to obtain an access token.
The subdomain/tenant name identifying which tenant's data to access. Required for all API requests.
Body
application/json
Response
Currency created successfully

