POST api/prictureBookCategory/searchWithPage
按条件分页查询绘本类别
Request Information
URI Parameters
None.
Body Parameters
SearchCriteria| Name | Description | Type | Additional information |
|---|---|---|---|
| Keyword | string |
None. |
|
| CategoryId | string |
None. |
|
| Page | integer |
None. |
|
| Size | integer |
None. |
|
| Indc | string |
None. |
|
| StartDate | string |
None. |
|
| EndDate | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Keyword": "sample string 1",
"CategoryId": "sample string 2",
"Page": 3,
"Size": 4,
"Indc": "sample string 5",
"StartDate": "sample string 6",
"EndDate": "sample string 7"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.