pipedrive_update_deal_discount
Update an existing discount on a Pipedrive deal by specifying deal ID and discount UUID, optionally adjusting amount, type, or description.
Instructions
Update an additional discount on a deal. All fields except IDs are optional.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The deal ID | |
| type | No | Whether amount is a percentage or fixed amount | |
| amount | No | Discount amount, must be positive | |
| description | No | Discount description | |
| discount_id | Yes | The discount UUID |