POST api/Bookcase/PostSearchByMid
搜索书柜图书表
Request Information
URI Parameters
None.
Body Parameters
PostSearchByMidModelName | Description | Type | Additional information |
---|---|---|---|
bookName |
书名 |
string |
None. |
mid |
mid |
string |
None. |
searchType |
0 常看 1 新上架 2 推荐 3 供应商 4 缺书提醒 5 图书申购 |
integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "bookName": "sample string 1", "mid": "sample string 2", "searchType": 3 }
text/html
Sample:
{"bookName":"sample string 1","mid":"sample string 2","searchType":3}
application/xml, text/xml
Sample:
<PostSearchByMidModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DERLAI.Models"> <bookName>sample string 1</bookName> <mid>sample string 2</mid> <searchType>3</searchType> </PostSearchByMidModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
[{"cid":"18","bookname":"qq","read":"","bookauthor":"qq","bookhouse":"qq","bookclass":"经典名著","bookabout":"qq","booktime":"qq","bookposition":"","bookimage":"","intime":"2020-06-23 13:28:25","cishu":""}]
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.