Show / Hide Table of Contents

    Currencies

    Queryable, Introduced in version 2.18

    GET https://localhost:8001/sv/001.1/api/v1/Common/Currencies
    

    Represents a queryable currency.

    GUID

    7FE7D8D5-FECB-4D7C-9300-E99DB95F0F9D
    

    Required permission

    Show currencies
    

    Properties

    Name Type Summary Introduced in
    Id Int64 The business key identifier of the currency.
    Code String The human readable identifier of the currency.

    • Max length is 6
    • Not nullable
    • Unique
    Description String The translated description of the currency.
    RateFactor Int32 The rate factor of the currency.
    DefaultSalesExchangeRate Decimal The default sales exchange rate.
    DefaultPurchaseExchangeRate Decimal The default purchase exchange rate.
    ExchangeRates CurrencyExchangeRates[] All available exchange rates for the currency.

    • Expandable
    ExchangeRatesChangeLog CurrencyExchangeRateChangeLogs[] All previous exchange rates for the currency

    • Expandable
    Introduced in version 2.26

    Example

    {
      "Id": 0,
      "Code": null,
      "Description": null,
      "RateFactor": 0,
      "DefaultSalesExchangeRate": 0.0,
      "DefaultPurchaseExchangeRate": 0.0,
      "ExchangeRates": null,
      "ExchangeRatesChangeLog": null
    }
    
    Back to top Copyright © 2023 Monitor ERP System AB