Update a tax kind
PATCH/taxes/:id
Partial update of name, default_rate, default_withholding, active. Requires scope finance.taxes.write. Send default_rate: null to clear it, or active: false to soft-deactivate.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 409
- 422
- 500
Updated tax.
Malformed JSON body.
Missing / invalid / expired / revoked token.
Token lacks the finance.taxes.write scope.
Tax not found within the tenant.
A tax with the same name already exists.
Schema validation failure, or default_rate out of range.
Unhandled server error.