POST api/SearchBook

Request Information

URI Parameters

None.

Body Parameters

SearchToPageModel
NameDescriptionTypeAdditional information
searchType

string

None.

searchStr

string

None.

page

string

None.

pageSize

string

None.

timesstamp

string

None.

sign

string

None.

Request Formats

application/json, text/json

Sample:
{
  "searchType": "sample string 1",
  "searchStr": "sample string 2",
  "page": "sample string 3",
  "pageSize": "sample string 4",
  "timesstamp": "sample string 5",
  "sign": "sample string 6"
}

application/xml, text/xml

Sample:
<SearchToPageModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/YunLib.API.Models">
  <page>sample string 3</page>
  <pageSize>sample string 4</pageSize>
  <searchStr>sample string 2</searchStr>
  <searchType>sample string 1</searchType>
  <sign>sample string 6</sign>
  <timesstamp>sample string 5</timesstamp>
</SearchToPageModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:

Sample not available.