GET api/exchangeRates/{currencyId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| currencyId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ExchangeRate| Name | Description | Type | Additional 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>2025-10-28T23:33:25.4339873+01:00</ExchangeRateDate> <Rate>1</Rate> <ExchangeRateUnit>2</ExchangeRateUnit> </ExchangeRate>