client_update
Update client records by providing the client ID and any fields to modify.
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 |