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