Add new currency
Add new currency
Authorizations:Token
Request Body Schema:
Currency object that needs to be added currency_id | integerCurrency unique id (ISO 4217 number) |
code | stringCurrency code (ISO 4217 alpha-3) |
symbol | stringSymbol |
prefix | stringPrefix |
suffix | stringSuffix |
e | stringNumber of digits after the decimal separator. |
decimalDelimiter | stringDecimal part delimiter |
thousandDelimiter | stringThousand delimier |
orders | ArrayOrders |
countries | ArrayCountries |
roundUp | stringRoundUp |
Responses
200Success
Response schema:
Success currency_id | integerCurrency unique id (ISO 4217 number) |
code | stringCurrency code (ISO 4217 alpha-3) |
symbol | stringSymbol |
prefix | stringPrefix |
suffix | stringSuffix |
e | stringNumber of digits after the decimal separator. |
decimalDelimiter | stringDecimal part delimiter |
thousandDelimiter | stringThousand delimier |
orders | ArrayOrders |
countries | ArrayCountries |
roundUp | stringRoundUp |