Skip to content

Get list of Account Currencies

This method returns list of Account Currencies

URL test:

https://dev.lightcms.io/cms/v1/enumeration/accountcurrencycode

URL live:

https://fat.lightcms.io/cms/v1/enumeration/accountcurrencycode

Method:

GET

Path items:

/enumeration (Method name)

/accountcurrencycode (Type of enumeration)

Parameters:

No parameters

Example:

curl -X 'GET' \
  'https://dev.lightcms.io/cms/v1/enumeration/accountcurrencycode' \
  -H 'accept: */*'

Responses:

200 - OK

Status Code: 200 OK

[
{
    "code": "AUD",
    "description": "36"
},
{
    "code": "BGN",
    "description": "975"
},
{
    "code": "BRL",
    "description": "986"
},
{
    "code": "CAD",
    "description": "124"
},
{
    "code": "CHF",
    "description": "756"
},
{
    "code": "CNY",
    "description": "156"
},
{
    "code": "CZK",
    "description": "203"
}
]

Parameter Type Example Description
code string CZK Currency Code
description string 203 Currency numeric Code
500 - Internal error

Status Code: 500 Internal error