billy_update_organization
Update organization fields like name, address, VAT number, and payment terms. Requires explicit confirm to apply changes.
Instructions
Update fields on the organization. WRITE — requires confirm:true. Pass any subset of: { name, registrationNo, vatNo, street, zipcode, city, countryId, email, phone, paymentTermsDays, defaultTaxMode, salesTaxPeriod, isVatExempted, ... }
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| patch | Yes | ||
| confirm | No | REQUIRED to execute. Pass true to actually run the mutation. Without it, this tool returns a dry-run preview of what would happen — explicit second call with confirm:true is needed to write. |