Show / Hide Table of Contents

    CurrencyExchangeRates

    Queryable, Introduced in version 2.18

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

    Represents a currency exchange rate entry.

    GUID

    B411E551-3556-447A-B1E6-B887C876F345
    

    Required permission

    Show currencies
    

    Properties

    Name Type Summary Introduced in
    Id Int64 The business key identifier of the currency exchange rate entry.
    CurrencyExchangeTypeId Int64 The currency exchange type of the entry.

    • References CurrencyExchangeTypes
    Rate Decimal The exchange rate of the entry.

    Example

    {
      "Id": 0,
      "CurrencyExchangeTypeId": 0,
      "Rate": 0.0
    }
    
    Back to top Copyright © 2023 Monitor ERP System AB