pipedrive_update_deal_installment
Update an existing installment on a deal by providing the deal and installment IDs. Modify optional fields like 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 | |
| installment_id | Yes | The installment ID | |
| description | No | Installment description | |
| amount | No | Installment amount, must be positive | |
| billing_date | No | Billing date in YYYY-MM-DD format |