POST clients/checkForMatchingContacts

Request Information

URI Parameters

None.

Body Parameters

ContactMatchSearch
NameDescriptionTypeAdditional information
CustId

integer

None.

ClientContactId

integer

None.

Cell

string

None.

Email

string

None.

IdNumber

string

None.

TenantId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "CustId": 1,
  "ClientContactId": 1,
  "Cell": "sample string 2",
  "Email": "sample string 3",
  "IdNumber": "sample string 4",
  "TenantId": 5
}

text/html

Sample:
{"CustId":1,"ClientContactId":1,"Cell":"sample string 2","Email":"sample string 3","IdNumber":"sample string 4","TenantId":5}

application/xml, text/xml

Sample:
<ContactMatchSearch xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ListenerOnline.BusinessEntities.Contacts">
  <Cell>sample string 2</Cell>
  <ClientContactId>1</ClientContactId>
  <CustId>1</CustId>
  <Email>sample string 3</Email>
  <IdNumber>sample string 4</IdNumber>
  <TenantId>5</TenantId>
</ContactMatchSearch>

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 'ContactMatchSearch'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html, application/xml, text/xml

Sample:

Sample not available.