info@selectline.de | +49 391 5555-080 | SelectLine - suits every company
/Currencies/{currencyCode}
Description

Reads a currency based on the currency code

  • The right ‘Lesen’ is required for the data ‘Währung’.

Request

URI Parameters

currencyCode
string
Required
Der angeforderte Währungscode.

Body Parameters

None.

Response

Resource Description

Es wird ein WährungsModel zurückgeliefert.

Model: Currency
Code
string
Required
Length: including between 0 and 3
Abbreviation of the currency database: [CURR.[Currency code] E.g.: EUR, DM, USD

Description
string
Length: including between 0 and 40
Description text of the currency. Database: [CURR].[Name]

IsoCode
string
Length: including between 0 and 3
ISO code of the currency Database: [CURR].[ISOCurrencyCode] E.g.: EUR, DEM, USD

TenantExchangeRate
decimal number
Conversion factor with regard to the client currency Database: [CURR].[Calculation rate].

DocumentTotalRoundNearest
integer
Rounding rule for the document depending on the currency Database: [DOCUMENT.RoundingDoc]

DocumentPositionTotalRoundNearest
integer
Rounding rule for the line item depending on the currency Database: [DOCUMENT.RoundingDoc]

Response Formats
application/json
Example:
    {
  "Code": "sample string 1",
  "Description": "sample string 2",
  "IsoCode": "sample string 3",
  "TenantExchangeRate": 4.1,
  "DocumentTotalRoundNearest": 5,
  "DocumentPositionTotalRoundNearest": 6
}