pipedrive_add_deal_discount
Add an additional discount to a deal by specifying description, amount, and type (percentage or fixed). Ensures discount amount is positive.
Instructions
Add an additional discount to a deal.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The deal ID | |
| description | Yes | Discount description (required) | |
| amount | Yes | Discount amount, must be positive (required) | |
| type | Yes | Whether amount is a percentage or fixed amount (required) |