POST Knowledge/Publication

Request Information

URI Parameters

None.

Body Parameters

MYCII_EWS.BusinessObjects.Knowledge+PolicySearch
NameDescriptionTypeAdditional information
Title

string

None.

Country

Collection of string

None.

State

Collection of string

None.

Sector

Collection of string

None.

GroupId

string

None.

CallFor

string

None.

PageIndex

integer

None.

PageSize

integer

None.

DelimitedSectors

string

None.

DelimitedCountry

string

None.

DelimitedState

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Title": "sample string 1",
  "Country": [
    "sample string 1",
    "sample string 2"
  ],
  "State": [
    "sample string 1",
    "sample string 2"
  ],
  "Sector": [
    "sample string 1",
    "sample string 2"
  ],
  "GroupId": "sample string 2",
  "CallFor": "sample string 3",
  "PageIndex": 4,
  "PageSize": 5,
  "DelimitedSectors": "sample string 1|sample string 2",
  "DelimitedCountry": "sample string 1|sample string 2",
  "DelimitedState": "sample string 1|sample string 2"
}

application/xml, text/xml

Sample:
<PolicySearch xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Title>sample string 1</Title>
  <Country>
    <string>sample string 1</string>
    <string>sample string 2</string>
  </Country>
  <State>
    <string>sample string 1</string>
    <string>sample string 2</string>
  </State>
  <Sector>
    <string>sample string 1</string>
    <string>sample string 2</string>
  </Sector>
  <GroupId>sample string 2</GroupId>
  <CallFor>sample string 3</CallFor>
  <PageIndex>4</PageIndex>
  <PageSize>5</PageSize>
</PolicySearch>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

System.Web.Http.IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.