update_quote
Modify existing quotes in Frihet MCP Server by updating client details, items, expiry dates, or status. Only specified fields are changed to maintain data integrity.
Instructions
Update an existing quote. Only the provided fields will be changed. / Actualiza un presupuesto existente. Solo se modifican los campos proporcionados.
Input Schema
TableJSON 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 / Fecha de validez | |
| notes | No | Notes / Notas | |
| status | No | Status / Estado |