Update Deposit
update_depositUpdate existing deposits by providing the deposit ID and modifying only the fields that need to change.
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 | |
| date | No | Date (YYYY-MM-DD) / Fecha | |
| notes | No | Notes / Notas | |
| amount | No | Amount / Importe | |
| status | No | Status / Estado | |
| clientId | No | Client ID / ID del cliente | |
| currency | No | Currency code / Moneda | |
| reference | No | Reference / Referencia | |
| clientName | No | Client name / Nombre del cliente | |
| description | No | Description / Descripcion | |
| paymentMethod | No | Payment method / Metodo de pago |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| date | No | ||
| notes | No | ||
| amount | Yes | ||
| status | No | ||
| clientId | Yes | ||
| currency | No | ||
| createdAt | No | ||
| reference | No | ||
| updatedAt | No | ||
| clientName | No | ||
| description | No | ||
| paymentMethod | No |