POST api/save-singlebook
Request Information
URI Parameters
None.
Body Parameters
SaveSingleBook_Param| Name | Description | Type | Additional information |
|---|---|---|---|
| AptId | integer |
None. |
|
| DateDiff | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"AptId": 1,
"DateDiff": 2
}
multipart/form-data
Sample:
{"AptId":1,"DateDiff":2}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json, multipart/form-data
Sample:
{}