POST CIIWall/WallData
Request Information
URI Parameters
None.
Body Parameters
WallSearch| Name | Description | Type | Additional information |
|---|---|---|---|
| SearchText | string |
None. |
|
| Direction | string |
None. |
|
| RawPostedOn | string |
None. |
|
| LastItemId | string |
None. |
|
| ContactId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"SearchText": "sample string 1",
"Direction": "sample string 2",
"RawPostedOn": "sample string 3",
"LastItemId": "sample string 4",
"ContactId": "sample string 5"
}
application/xml, text/xml
Sample:
<WallSearch xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntity"> <ContactId>sample string 5</ContactId> <Direction>sample string 2</Direction> <LastItemId>sample string 4</LastItemId> <RawPostedOn>sample string 3</RawPostedOn> <SearchText>sample string 1</SearchText> </WallSearch>
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.