POST api/ShareBook/Post/{token}
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
token | No documentation available. |
Define this parameter in the request URI. |
info | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "Sno": "sample string 1", "Title": "sample string 2", "Authors": "sample string 3", "CoverBase64Uri": "sample string 4", "Descr": "sample string 5" }
text/html
Sample:
{"Sno":"sample string 1","Title":"sample string 2","Authors":"sample string 3","CoverBase64Uri":"sample string 4","Descr":"sample string 5"}
application/xml, text/xml
Sample:
<ShareBookApiDBInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ShareBookAppsServer.Application.Controllers.ApiModel.ApiDBModel"> <Authors>sample string 3</Authors> <CoverBase64Uri>sample string 4</CoverBase64Uri> <Descr>sample string 5</Descr> <Sno>sample string 1</Sno> <Title>sample string 2</Title> </ShareBookApiDBInfo>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json, text/html
Sample:
Sample not available.