Currency API
The Currency API manages everything related to currencies and exchange rates in the SoftwareOne Marketplace.
With this API, you can define currencies, create currency pairs (for example, EUR: USD), and define and manage exchange rates for those pairs. You can also perform additional operations, including:
Updating the currency to modify fields like name, code, and precision (not status).
Delete a currency (only if not used by a pair), currency pair, or rate.
Modify the
externalIdandnoteswithin a currency pair.Modify the currency rate, for example, to override a rate for hedging.
Before you start
Review the shared API docs before you work with currency resources.
Core concepts
The Currency API is built around the following core resources:
Currency – Represents the
currencythat sellers use to invoice their products.Pairs – Represents a currency pair, for example
GBP:EUR.Rates – Represent an exchange rate between two currencies, used by sellers to invoice their products.
Browse collections
The API is organized into collections, each containing a set of operations. Access to these operations varies by role, depending on whether you are a client, vendor, or operations user.
See the following sections to determine which roles are authorized to perform specific operations within each collection:
Currency
Pairs
Rates
GET
Gets a specific rate between two currencies at a given point in time.
vendor, client, ops
Last updated
Was this helpful?