MergeCandidates
Merge two candidates in one.
Input
| Name | Type | Required | Description |
| PrimaryCandidateId | Int64 | True | The id of the first candidate that will be merged. This candidate will also be the result of the merge. |
| DuplicateCandidateId | Int64 | True | The id of the second candidate that will be merged. This candidate will cease to exist after the merge is complete. |
Result Set Columns
| Name | Type | Description |
| Success | Bool | Outputs true if the procedure succeeded. |