CreateCurrencyDto
currencystring
Currency code
Possible values: [USD, AUD, GBP, CAD, CNY, EUR, INR, JPY, AED, CHF, BTC, ETH]
pricenumber
Price in the specified currency
Example:
2495vatIdnumber
VAT id for this currency
Example:
5discountnumber
Discount amount
discountUnitstring
Unit for the discount
Possible values: [percentage, currency]
CreateCurrencyDto
{
"currency": "USD",
"price": 2495,
"vatId": 5,
"discount": 0,
"discountUnit": "percentage"
}