Skip to main content

Update currency by id

Update currency by id

Authorizations:Token
Query Parameters
id
required
integerId value of the Currency object
Request Body Schema:
Currency object that needs to be added
currency_idintegerCurrency unique id (ISO 4217 number)
codestringCurrency code (ISO 4217 alpha-3)
symbolstringSymbol
prefixstringPrefix
suffixstringSuffix
estringNumber of digits after the decimal separator.
decimalDelimiterstringDecimal part delimiter
thousandDelimiterstringThousand delimier
ordersArrayOrders
countriesArrayCountries
roundUpstringRoundUp

Responses

200Success
Response schema:
Success
currency_idintegerCurrency unique id (ISO 4217 number)
codestringCurrency code (ISO 4217 alpha-3)
symbolstringSymbol
prefixstringPrefix
suffixstringSuffix
estringNumber of digits after the decimal separator.
decimalDelimiterstringDecimal part delimiter
thousandDelimiterstringThousand delimier
ordersArrayOrders
countriesArrayCountries
roundUpstringRoundUp