JDBC Driver for Pipedrive

Build 23.0.8839

MergeDeals

Merge two deals in one 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 MergeDeals are Id and MergeWithId. For example:

EXECUTE MergeDeals Id = 1, MergeWithId = 2

Input

Name Type Required Description
Id Integer True ID of a Deal.
MergeWithId Integer True ID of the deal that the deal will be merged with.

Result Set Columns

Name Type Description
Status String Execution status of the stored procedure.

Copyright (c) 2024 CData Software, Inc. - All rights reserved.
Build 23.0.8839