Represents the currency definitions used in the system.
It provides key information such as the currency code, description, precision, and timestamps for creation and modification.
Currency
Quick Links
Accounts Accounting Entries Products Customers Sales quotes Sales invoices Suppliers Purchase invoicesIf you use this operation by sending X-TenantId in the request header without X-OrganizationId, you must add X-OrganizationId to continue using this operation.
You can take this opportunity to remove X-TenantId as well; it is no longer significant.
For more details, see Index of Important Terms / Tenant.
Warning
Currently, Sage Active only supports the Euro (EUR) currency. Other currencies are not managed at this time.
The Currency operation is exposed to ensure consistency with the Sage Active data model, but its relevance is limited, as only the Euro currency is currently available.
| HTTP | Operation | Type | Object |
|---|---|---|---|
| Query | currencies filtered by id Why? |
||
| Query | currencies |
Description
Header
| Key | Value |
|---|---|
Authorization |
Bearer Current access Token How to find? |
X-TenantId |
Current tenant id Why deprecated ? |
X-OrganizationId |
Current organization Id How to find? |
x-api-key |
Primary or secondary subscription key of your app How to find? |
currencies
| Fields | Type | Description |
|---|---|---|
| id |
UUID | Unique identifier for the currency |
| creationDate |
DateTime | The date and time when the currency was created |
| modificationDate |
DateTime | The date and time of the last modification |
| code | String | ISO currency code (e.g., USD, EUR) |
| description | String | Description of the currency |
| precision | Int | The number of decimal places for the currency |
Info
- Code: The official ISO 4217 currency code representing the currency.
- Precision: Defines the number of decimal places used in transactions involving this currency.