Updates the currency for the specified currency ID.
put
/primeapi/restapi/v16.2/currency
Request
Supported Media Types
- application/json
Body Parameter
Currency to be updated.
Root Schema : ApiEntityCurrency
Type:
object- configuredByUser
-
Type:
booleanDefault Value:falseThe username of the user who configured the currency. - currencyCode
-
Type:
stringAllowed Values:[ "Length[1-3]" ]The unique identifier for the currency. The currency code is 3 characters. - currencyId
-
Type:
integer(int64)Required:true - currencyName
-
Type:
stringAllowed Values:[ "Length[1-40]" ]The name of the currency. - currencySymbol
-
Type:
stringAllowed Values:[ "Length[1-6]" ]The symbol for the currency. - decimalsToDisplay
-
Type:
integer(int32)The number of decimals to display. - systemCurrencyFlag
-
Type:
booleanDefault Value:falseThe base currency is the default currency when new workspaces are created. Any currency conversions will be measured against this form of currency. - workspaceId
-
Type:
integer(int64)
Response
Supported Media Types
- application/json
Default Response
successful operation