Update Client
update_clientUpdate a client by providing only the fields to modify. Specify the client ID and any optional fields like email, phone, 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 |