Skip to main content
GET
/
api
/
Common
/
Currencies
/
{code}
/
ByCode
Get Currency by Code.
curl --request GET \
  --url https://api.example.com/api/Common/Currencies/{code}/ByCode
[
  {
    "id": 123,
    "code": "<string>",
    "description": "<string>",
    "formattedDescription": "<string>"
  }
]

Path Parameters

code
string
required

Response

200 - application/json

OK

id
integer<int32>
code
string | null
description
string | null
formattedDescription
string | null