POST api/MatchContacts/AddDuplicateContactIntoDump

Request Information

URI Parameters

None.

Body Parameters

ContactPhaseOneObj
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ContactPhaseOneObj'.

Response Information

Resource Description

VCAPIResponse
NameDescriptionTypeAdditional 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": "2024/09/19 18:29:47",
  "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>