MergePersons
Adds an audio recording to the call log.
Stored Procedure-Specific Information
Executing this procedure requires setting the values for Id and MergeWithId. For example:EXEC MergePersons Id = 1, MergeWithId = 2
Input
| Name | Type | Description |
| Id | Integer | ID of a person. |
| MergeWithId | Integer | The ID of the Person that will not be overwritten This Person data will be prioritized in case of conflict with the other Person. |
Result Set Columns
| Name | Type | Description |
| Status | String | Execution status of the stored procedure. |