POST CIIWall/WallData

Request Information

URI Parameters

None.

Body Parameters

WallSearch
NameDescriptionTypeAdditional 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:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'WallSearch'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.