GET api/v2/Currencies/{currencyId}
Request
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
currencyId | integer |
Required |
Response
CurrencyDetailName | Description | Type | Additional information |
---|---|---|---|
Id | integer | ||
CurrencyCode | string |
Response Format
application/json, text/json
Sample:
{ "Id": 1, "CurrencyCode": "sample string 2" }
text/html
Sample:
{"Id":1,"CurrencyCode":"sample string 2"}