GET api/CurrenciesList
Get list of all available currencies
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"Currencies": [
{
"CurrencyId": 1.0,
"CurrencyNameGe": "sample string 2",
"CurrencyNameEn": "sample string 3"
},
{
"CurrencyId": 1.0,
"CurrencyNameGe": "sample string 2",
"CurrencyNameEn": "sample string 3"
},
{
"CurrencyId": 1.0,
"CurrencyNameGe": "sample string 2",
"CurrencyNameEn": "sample string 3"
}
],
"Status": {
"Code": "sample string 1",
"descriptionEn": "sample string 2",
"Description": "sample string 3",
"descriptionRu": "sample string 4",
"message": "sample string 5"
}
}