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:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BOPWAAPI.Model"> <Address2>sample string 15</Address2> <AltPhone>sample string 5</AltPhone> <BusinessName>sample string 7</BusinessName> <CityId>14</CityId> <Cityname>sample string 12</Cityname> <ContactId>2</ContactId> <ContactName>sample string 8</ContactName> <ContactPhone>sample string 4</ContactPhone> <ContentId>1</ContentId> <CustomerId>3</CustomerId> <FullAddress>sample string 6</FullAddress> <Latitude>sample string 10</Latitude> <Longitude>sample string 9</Longitude> <StateId>13</StateId> <Statename>sample string 11</Statename> <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/11/03 15:58:44",
"StatusCode": 1,
"ErrorMessage": "sample string 2",
"Result": {}
}
application/xml, text/xml
Sample:
<VCAPIResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BOPWAAPI.Model"> <ErrorMessage>sample string 2</ErrorMessage> <Result /> <StatusCode>1</StatusCode> </VCAPIResponse>