pipedrive_update_deal_installment
Update a deal's installment by providing deal ID and installment ID, with optional changes to amount, description, or billing date.
Instructions
Update an installment on a deal. Growth+ plan required; all body fields optional.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The deal ID | |
| amount | No | Installment amount, must be positive | |
| description | No | Installment description | |
| billing_date | No | Billing date in YYYY-MM-DD format | |
| installment_id | Yes | The installment ID |