update_client
Update an existing client's name, active status, address, or currency; only provided fields are modified.
Instructions
Update an existing client. Can modify name, active status, address, and currency. Only provided fields will be updated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The ID of the client to update (required) | |
| name | No | Update client name | |
| is_active | No | Update active status | |
| address | No | Update client address | |
| currency | No | Update currency code |