update_income_charges
Updates charges for an income by providing the income ID and an array of charge objects with payment details.
Instructions
⚠️ Actualiza cobros de un ingreso. charges: [{id?, paid, amount, date, payment_method, destination_account}]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| income_id | Yes | ||
| charges | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||