DealsDuplicate
Duplicate deals.It will create new record for the particular deal.
Stored Procedure Specific Information
Pipedrive allows only a small subset of columns to be used in the EXEC query. These columns can typically be used with only = comparison. The required columns in DealsDuplicate are Id.
For example:
EXECUTE DealsDuplicate Id = '2'
Input
| Name | Type | Description |
| Id | Integer | The ID of the deals. |
Result Set Columns
| Name | Type | Description |
| Status | String | Execution status of the stored procedure. |