Get Currency Using GET

Get Currency Using GET

Get details of currently selected currency such as display name, code, etc.

Request
URI
GET
https://{api_host}/suite-api/api/costconfig/currency
COPY
Authentication
This operation uses the following authentication methods.
Responses
200

Currency containing currency details

Returns currency of type(s) application/json
{
    "code": "string",
    "name": "string",
    "numericCode": "string",
    "symbol": "string"
}
string
code
Required

ISO 4217 currency code for this currency

string
name
Required

The name of this currency in a current locale

string
numericCode
Required

ISO 4217 numeric code for this currency

string
symbol
Optional

Symbol corresponding to this currency