POST api/Bookcase/PostCommonByOCR
添加常看书柜图书表by ocr
Request Information
URI Parameters
None.
Body Parameters
{"bookname";"书名","bookimage":"封面"}
PostCommonByOCRModel| Name | Description | Type | Additional information |
|---|---|---|---|
| bookname | string |
None. |
|
| bookimage | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"bookname": "sample string 1",
"bookimage": "sample string 2"
}
text/html
Sample:
{"bookname":"sample string 1","bookimage":"sample string 2"}
application/xml, text/xml
Sample:
<PostCommonByOCRModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DERLAI.Models"> <bookimage>sample string 2</bookimage> <bookname>sample string 1</bookname> </PostCommonByOCRModel>
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. |