pipedrive_update_deal_discount
Update an existing discount on a deal by specifying the deal ID and discount UUID, with optional changes to description, amount, and type.
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 | |
| discount_id | Yes | The discount UUID | |
| description | No | Discount description | |
| amount | No | Discount amount, must be positive | |
| type | No | Whether amount is a percentage or fixed amount |