Update Deposit
update_depositUpdate an existing deposit by providing its ID and any fields to modify. Only specified fields are changed, leaving others unchanged.
Instructions
Update an existing deposit using PATCH semantics. Only the provided fields will be changed. Example: id='abc123', amount=750, notes='Updated retainer amount' / Actualiza un deposito existente. Solo se modifican los campos proporcionados.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Deposit ID / ID del deposito | |
| clientId | No | Client ID / ID del cliente | |
| clientName | No | Client name / Nombre del cliente | |
| amount | No | Amount / Importe | |
| currency | No | Currency code / Moneda | |
| date | No | Date (YYYY-MM-DD) / Fecha | |
| description | No | Description / Descripcion | |
| status | No | Status / Estado | |
| paymentMethod | No | Payment method / Metodo de pago | |
| reference | No | Reference / Referencia | |
| notes | No | Notes / Notas |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| clientId | Yes | ||
| clientName | No | ||
| amount | Yes | ||
| currency | No | ||
| date | No | ||
| description | No | ||
| status | No | ||
| paymentMethod | No | ||
| reference | No | ||
| notes | No | ||
| createdAt | No | ||
| updatedAt | No |