Operation Id:
system/currencies/put [Official Documentaction]
Methods
- currencies Array<Object>
- id String
- rate Number
- scale Integer
Examples
This function sets the rate and scale for the currency with the "EUR" identifier in the putSystemCurrencies system.
const result = await idosellRequest.putSystemCurrencies
.id("EUR")
.rate(4.7)
.scale(1)
.exec()