POST Chat/SearchContact

Request Information

URI Parameters

None.

Body Parameters

ChatSearchs
NameDescriptionTypeAdditional information
OrgName

string

None.

ContactName

string

None.

PageIndex

integer

None.

UserId

integer

None.

City

string

None.

IsBlocked

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "OrgName": "sample string 1",
  "ContactName": "sample string 2",
  "PageIndex": 3,
  "UserId": 4,
  "City": "sample string 5",
  "IsBlocked": true
}

application/xml, text/xml

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

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

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.