deals_update_installment
Update an existing installment on a deal by specifying the deal ID and installment ID, with options to modify amount, description, or billing date.
Instructions
Update an existing installment on a deal (API v2).
Provide the deal id, the installment_id, and any of description / amount / billing_date.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Deal ID the installment belongs to | |
| amount | No | New amount (positive, non-zero) | |
| description | No | New installment name | |
| billing_date | No | New billing date (YYYY-MM-DD) | |
| installment_id | Yes | Installment ID to update |