POST Chat/SearchContact
Request Information
URI Parameters
None.
Body Parameters
ChatSearchs| Name | Description | Type | Additional 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:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.