Get list of Account Currencies
This method returns list of Account Currencies
URL test:
URL live:
Method:
GET
Path items:
/enumeration (Method name)
/accountcurrencycode (Type of enumeration)
Parameters:
No parameters
Example:
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