GET v1/currency/list
Retrieve list of Currencies with minimal information
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
CurrencyModel| Name | Description | Type | Additional information |
|---|---|---|---|
| CurrencyID |
Unique identifier of the Currency |
integer |
None. |
| CurrencyName |
Currency Name |
string |
None. |
| CurrencyCode |
Currency Code |
string |
None. |
| CurrencySymbol |
Currency symbol |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"currencyID": 1,
"currencyName": "sample string 2",
"currencyCode": "sample string 3",
"currencySymbol": "sample string 4"
}