POST Thirdparty/Getpublicationdata
Request Information
URI Parameters
None.
Body Parameters
MYCII_EWS.BusinessObjects.PolicySearchs| Name | Description | Type | Additional information |
|---|---|---|---|
| Title | string |
None. |
|
| CountryId | string |
None. |
|
| StateId | string |
None. |
|
| SectorId | string |
None. |
|
| GroupId | string |
None. |
|
| CallFor | string |
None. |
|
| PageIndex | integer |
None. |
|
| PageSize | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Title": "sample string 1",
"CountryId": "sample string 2",
"StateId": "sample string 3",
"SectorId": "sample string 4",
"GroupId": "sample string 5",
"CallFor": "sample string 6",
"PageIndex": 7,
"PageSize": 8
}
application/xml, text/xml
Sample:
<PolicySearchs xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Title>sample string 1</Title> <CountryId>sample string 2</CountryId> <StateId>sample string 3</StateId> <SectorId>sample string 4</SectorId> <GroupId>sample string 5</GroupId> <CallFor>sample string 6</CallFor> <PageIndex>7</PageIndex> <PageSize>8</PageSize> </PolicySearchs>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
System.Web.Http.IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.