Skip to main content

Add new currency

Add new currency

Authorizations:Token
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