POST api/MatchContacts/AddDuplicateContactIntoDump
Request Information
URI Parameters
None.
Body Parameters
ContactPhaseOneObj| Name | Description | Type | Additional information | 
|---|---|---|---|
| ContentId | integer | None. | |
| ContactId | integer | None. | |
| CustomerId | integer | None. | |
| ContactPhone | string | None. | |
| AltPhone | string | None. | |
| FullAddress | string | None. | |
| BusinessName | string | None. | |
| ContactName | string | None. | |
| Longitude | string | None. | |
| Latitude | string | None. | |
| Statename | string | None. | |
| Cityname | string | None. | |
| StateId | integer | None. | |
| CityId | integer | None. | |
| Address2 | string | None. | |
| TownId | integer | None. | 
Request Formats
application/json, text/json
            Sample:
        
{
  "ContentId": 1,
  "ContactId": 2,
  "CustomerId": 3,
  "ContactPhone": "sample string 4",
  "AltPhone": "sample string 5",
  "FullAddress": "sample string 6",
  "BusinessName": "sample string 7",
  "ContactName": "sample string 8",
  "Longitude": "sample string 9",
  "Latitude": "sample string 10",
  "Statename": "sample string 11",
  "Cityname": "sample string 12",
  "StateId": 13,
  "CityId": 14,
  "Address2": "sample string 15",
  "TownId": 16
}
        application/xml, text/xml
            Sample:
        <ContactPhaseOneObj xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <ContentId>1</ContentId> <ContactId>2</ContactId> <CustomerId>3</CustomerId> <ContactPhone>sample string 4</ContactPhone> <AltPhone>sample string 5</AltPhone> <FullAddress>sample string 6</FullAddress> <BusinessName>sample string 7</BusinessName> <ContactName>sample string 8</ContactName> <Longitude>sample string 9</Longitude> <Latitude>sample string 10</Latitude> <Statename>sample string 11</Statename> <Cityname>sample string 12</Cityname> <StateId>13</StateId> <CityId>14</CityId> <Address2>sample string 15</Address2> <TownId>16</TownId> </ContactPhaseOneObj>
application/x-www-form-urlencoded
            Sample:
    
Sample not available.
Response Information
Resource Description
VCAPIResponse| Name | Description | Type | Additional information | 
|---|---|---|---|
| Version | string | None. | |
| dateTime | string | None. | |
| StatusCode | integer | None. | |
| ErrorMessage | string | None. | |
| Result | Object | None. | 
Response Formats
application/json, text/json
            Sample:
        
{
  "Version": "1.0.0",
  "dateTime": "2025/10/31 15:37:16",
  "StatusCode": 1,
  "ErrorMessage": "sample string 2",
  "Result": {}
}
        application/xml, text/xml
            Sample:
<VCAPIResponse xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> <StatusCode>1</StatusCode> <ErrorMessage>sample string 2</ErrorMessage> <Result /> </VCAPIResponse>