This feature is currently under development and, although not available in the current version, its preliminary documentation is provided to give you a preview of the enhancements that will be included in an upcoming update.

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

The Currency 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.
img

Key Value
Authorization Bearer Current access Token How to find?
X-TenantId Current tenant 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 Decimal 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.