Set Currency Using POST
Set currency
Request
URI
POST
https://{api_host}/api/costconfig/currency
COPY
Request Body
The Currency configuration
currency-config of type(s) application/json
Required
{
"code": "string"
}
string
code
Required
ISO 4217 currency code for this currency
Responses
201
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