Retrieve Account Currency Code enumeration
Retrieves a list of supported currency accounting codes.
URL test:
Method:
GET
Path items:
/enumeration/accountcurrencycode
Parameters:
None
Example:
Responses:
200 - OK
Status Code: 200 OK
[
{
"code": "XDR",
"description": "960"
},
{
"code": "USD",
"description": "United States Dollar"
},
{
"code": "EUR",
"description": "Euro"
}
]
| Parameter | Location | Type | Description |
|---|---|---|---|
| code | root | string | Currency code (ISO‑4217 alphabetic). |
| description | root | string | Human‑readable description of the currency. |
500 - Internal error
Status Code: 500 Internal error
{
"timestamp": "2025-07-22T13:09:02.348+02:00",
"status": 500,
"error": "Internal Server Error",
"path": "/cms/v1/enumeration/accountcurrencycode"
}
| Parameter | Location | Type | Description |
|---|---|---|---|
| timestamp | root | string | ISO‑8601 timestamp when the error occurred. |
| status | root | integer | HTTP status code (500). |
| error | root | string | Short description of the error. |
| path | root | string | The request path that caused the error. |