client_update
Update an existing client's information, such as name, address, email, and tax details, by specifying the client ID and the fields to change.
Instructions
Update an existing client
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Client ID (UUID) | |
| city | No | City | |
| name | No | Client name | |
| No | Email address | ||
| locale | No | Locale (e.g. en, fr) | |
| address | No | Street address | |
| currency | No | Currency code (ISO 4217) | |
| zip_code | No | Postal/zip code | |
| last_name | No | Last name | |
| first_name | No | First name | |
| vat_number | No | VAT number | |
| country_code | No | ISO 3166-1 alpha-2 country code | |
| tax_identification_number | No | Tax identification number |