GET api/CurrencyValue?currencyID={currencyID}

Get currency rate (NBG)

Request Information

Parameters

NameDescriptionAdditional information
currencyID
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "Value": {
    "CurrencyId": 1.0,
    "CurrencyNameGe": "sample string 2",
    "CurrencyNameEn": "sample string 3",
    "Value": 4.0
  },
  "Status": {
    "Code": "sample string 1",
    "descriptionEn": "sample string 2",
    "Description": "sample string 3",
    "descriptionRu": "sample string 4",
    "message": "sample string 5"
  }
}