vat_rates_update
Update VAT rate details such as label, category code, default status, or position without changing historical invoice rates. Provide the rate UUID and at least one field to update.
Instructions
Update an existing VAT rate. Note: changing the rate percentage does not retroactively affect existing invoices — those preserve the original rate. Only updates display label, category code, default status, or position. At least one field must be provided.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rate | No | VAT percentage | |
| uuid | Yes | VAT rate UUID to update | |
| label | No | Display label | |
| position | No | Display order position | |
| companyId | No | Company UUID override (uses active company if not set) | |
| isDefault | No | Set as default rate (demotes any existing default) | |
| categoryCode | No | e-Factura category code (S, AA, E, O, Z, AE) |