MergeDeals
Merge two deals in one deal.
Stored Procedure-Specific Information
Executing this procedure requires setting the values for Id and MergeWithId. For example:EXEC MergeDeals Id = 1, MergeWithId = 2
Input
| Name | Type | Description |
| Id | Integer | ID of a Deal. |
| MergeWithId | Integer | 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. |