POST api/ShareBook/ChangeSetting/{token}/{param}
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
token | No documentation available. |
Define this parameter in the request URI. |
param | 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:
{ "ShareBookMax": 1, "ShareBookDays": 2, "ShareBookOpen": 3, "ShareBookBorrowMax": 4, "ShareBookShareMax": 5 }
text/html
Sample:
{"ShareBookMax":1,"ShareBookDays":2,"ShareBookOpen":3,"ShareBookBorrowMax":4,"ShareBookShareMax":5}
application/xml, text/xml
Sample:
<ShareBookSettingInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ShareBookAppsServer.Data.Model"> <_x003C_ShareBookBorrowMax_x003E_k__BackingField>4</_x003C_ShareBookBorrowMax_x003E_k__BackingField> <_x003C_ShareBookDays_x003E_k__BackingField>2</_x003C_ShareBookDays_x003E_k__BackingField> <_x003C_ShareBookMax_x003E_k__BackingField>1</_x003C_ShareBookMax_x003E_k__BackingField> <_x003C_ShareBookOpen_x003E_k__BackingField>3</_x003C_ShareBookOpen_x003E_k__BackingField> <_x003C_ShareBookShareMax_x003E_k__BackingField>5</_x003C_ShareBookShareMax_x003E_k__BackingField> </ShareBookSettingInfo>
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.