GET api/exchangeRates/{currencyId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
currencyId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ExchangeRateName | 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>2024-11-21T14:51:41.3022365+01:00</ExchangeRateDate> <Rate>1</Rate> <ExchangeRateUnit>2</ExchangeRateUnit> </ExchangeRate>