GET api/exchangeRates/{currencyId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
currencyId

string

Required

Body Parameters

None.

Response Information

Resource Description

ExchangeRate
NameDescriptionTypeAdditional information
ExchangeRateList

string

None.

ExchangeRateDate

date

None.

Rate

decimal number

None.

ExchangeRateUnit

integer

None.

Response Formats

application/xml, text/xml

Sample:
<ExchangeRate xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <ExchangeRateList>sample string 1</ExchangeRateList>
  <ExchangeRateDate>2024-04-23T16:16:09.4822814+02:00</ExchangeRateDate>
  <Rate>1</Rate>
  <ExchangeRateUnit>2</ExchangeRateUnit>
</ExchangeRate>