GET api/currency
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
CurrencyReponseName | 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": "2025-04-04T00:32:52.8817306+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>2025-04-04T00:32:52.8817306+00:00</OnDate> <Value>4.1</Value> </CurrencyReponse>