POST api/Bookcase/PostCommon
添加常看书柜图书表
Request Information
URI Parameters
None.
Body Parameters
[{"bookname": "书名"," bookauthor": "作者","bookhouse":"出版社","bookclass":"分类","bookabout":"简介","booktime":"上架时间","bookimage":"封面","mid":"mid"}]
PostCommonModel| Name | Description | Type | Additional information |
|---|---|---|---|
| value | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"value": "sample string 1"
}
text/html
Sample:
{"value":"sample string 1"}
application/xml, text/xml
Sample:
<PostCommonModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DERLAI.Models"> <value>sample string 1</value> </PostCommonModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
true/false/error
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |