create_currency
Creates a custom currency in Bexio with a unique ISO 4217 code and a round factor to control price precision.
Instructions
Create a currency
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | A name of the currency. Must be in the format "ISO 4217" and must be unique. | |
| round_factor | Yes | The round factor of the currency. E.g.: In order to round CHF to 5 Rp. the round_factor must be set to 0.05 |