POST CIIChat/SearchContact

Request Information

URI Parameters

None.

Body Parameters

ChatSearch
NameDescriptionTypeAdditional information
OrgName

string

None.

ContactName

string

None.

Sectors

string

None.

PageIndex

integer

None.

ContactId

string

None.

City

string

None.

Request Formats

application/json, text/json

Sample:
{
  "OrgName": "sample string 1",
  "ContactName": "sample string 2",
  "Sectors": "sample string 3",
  "PageIndex": 4,
  "ContactId": "sample string 5",
  "City": "sample string 6"
}

application/xml, text/xml

Sample:
<ChatSearch xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntity">
  <City>sample string 6</City>
  <ContactId>sample string 5</ContactId>
  <ContactName>sample string 2</ContactName>
  <OrgName>sample string 1</OrgName>
  <PageIndex>4</PageIndex>
  <Sectors>sample string 3</Sectors>
</ChatSearch>

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.