API DOCUMENTATION
    Try Unleashed Now Sandbox

    Currencies

    The Currencies resource allows currency data to be listed and viewed.

    • /Currencies - Returns the names, codes, and exchange rates for all currencies.

    The full range of URIs and HTTP Verbs supported are:

    Operation HTTP Action
    View the Currencies GET /Currencies

    GET Currencies

    Available filters for GET Currencies
    Filter Description
    inUse False by default. If set to true then retrieves only currencies that are deemed in-use, meaning a buy rate is assigned (default currency will not be included).
    Filters are used by adding the filter and value to the URI:
    • /Currencies?inUse=true
    Available fields for GET Currencies
    Property Type Length Notes
    CurrencyCode String 3
    DefaultBuyRate Nullable Decimal Given to 6 d.p
    DefaultSellRate Nullable Decimal Given to 6 d.p
    Description String 200
    Guid Guid Unique identifier.
    LastModifiedOn Nullable DateTime Null if exchange rates have never been set for this currency.

    Examples for Response GET /Currencies?inUse=true

    show xml example
    show json example

    Use the API Sandbox to see how the object is rendered in JSON or XML.

    Note: An Unleashed account is required before you can use the API Sandbox.

    Trial accounts are also allowed to connect to the API.
    You can register a new account here: Register.