POST api/duplicatemerge
Merge multiple contacts defined by a list of CRM Numbers.
Request Information
URI Parameters
None.
Body Parameters
DuplicateMergeDto| Name | Description | Type | Additional information |
|---|---|---|---|
| CrmNumbers | Collection of integer |
Required |
Request Formats
application/json, text/json
Sample:
{
"CrmNumbers": [
1,
2
]
}
Response Information
Resource Description
The crms number of the root contact merged in the database.
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.