GET api/ExchangeRate
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of TblExchangeRate| Name | Description | Type | Additional information |
|---|---|---|---|
| dateER | date |
None. |
|
| timeER | time interval |
None. |
|
| usdValue | decimal number |
None. |
|
| euroValue | decimal number |
None. |
|
| manualInput | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"dateER": "2026-03-11T04:38:42.876288+00:00",
"timeER": "00:00:00.1234567",
"usdValue": 3.0,
"euroValue": 4.0,
"manualInput": "sample string 5"
},
{
"$ref": "1"
}
]