Update Client
update_clientModify an existing client's details by sending only the fields that need to change, including name, email, phone, tax ID, or address.
Instructions
Update an existing client using PATCH semantics. Only the provided fields will be changed. Example: id='abc123', email='new@acme.com', phone='+34600123456' / Actualiza un cliente existente. Solo se modifican los campos proporcionados.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Client ID / ID del cliente | |
| name | No | Name / Nombre | |
| No | Email / Correo | ||
| phone | No | Phone / Telefono | |
| taxId | No | Tax ID / NIF/CIF | |
| address | No | Client address / Direccion del cliente |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| name | Yes | ||
| No | |||
| phone | No | ||
| taxId | No | ||
| address | No | ||
| createdAt | No | ||
| updatedAt | No |