POST actionapi/EnterpriseQualification/NewsCenterManagementDataSearch

Request Information

URI Parameters

None.

Body Parameters

NewsCenterManagementDataSearchInput
NameDescriptionTypeAdditional information
navigationId

string

None.

Title

string

None.

type

string

None.

pageIndex

string

None.

pageSize

string

None.

Request Formats

application/json, text/json

Sample:
{
  "navigationId": "sample string 1",
  "Title": "sample string 2",
  "type": "sample string 3",
  "pageIndex": "sample string 4",
  "pageSize": "sample string 5"
}

application/xml, text/xml

Sample:
<NewsCenterManagementDataSearchInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebApplication1.Models.EnterpriseQualification">
  <Title>sample string 2</Title>
  <navigationId>sample string 1</navigationId>
  <pageIndex>sample string 4</pageIndex>
  <pageSize>sample string 5</pageSize>
  <type>sample string 3</type>
</NewsCenterManagementDataSearchInput>

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 'NewsCenterManagementDataSearchInput'.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />