GET api/currency
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
CurrencyReponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
None. |
|
| CharCode | string |
None. |
|
| OnDate | date |
None. |
|
| Value | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
{
"name": "sample string 1",
"charCode": "sample string 2",
"onDate": "2026-02-05T00:14:33.0814376+00:00",
"value": 4.1
}
application/xml, text/xml
Sample:
<CurrencyReponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CraudWezom_v1.Controllers"> <CharCode>sample string 2</CharCode> <Name>sample string 1</Name> <OnDate>2026-02-05T00:14:33.0814376+00:00</OnDate> <Value>4.1</Value> </CurrencyReponse>