Update Quote
update_quoteUpdate an existing quote by modifying only the fields you provide. Change status, client details, or line items without affecting other data.
Instructions
Update an existing quote using PATCH semantics. Only the provided fields will be changed. Example: id='abc123', status='accepted' to mark a quote as accepted. / Actualiza un presupuesto existente. Solo se modifican los campos proporcionados.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Quote ID / ID del presupuesto | |
| clientName | No | Client name / Nombre del cliente | |
| items | No | Line items / Conceptos | |
| validUntil | No | Expiry date (YYYY-MM-DD) / Fecha de validez | |
| notes | No | Notes / Notas | |
| status | No | Status / Estado |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| clientName | Yes | ||
| items | Yes | ||
| validUntil | No | ||
| notes | No | ||
| status | No | ||
| total | No | ||
| createdAt | No | ||
| updatedAt | No |