POST api/Task/RemoveTask
移除任务
Request Information
URI Parameters
None.
Body Parameters
UserTaskParamName | Description | Type | Additional information |
---|---|---|---|
Id |
我的任务ID |
string |
None. |
UserId |
用户ID |
string |
None. |
Request Formats
application/json, text/json
Sample:
{ "id": "sample string 1", "userId": "sample string 2" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
移除任务
BaseResultName | Description | Type | Additional information |
---|---|---|---|
Status |
响应状态 |
ReturnCode |
None. |
Message |
响应消息 |
string |
None. |
Server_time |
响应时间 |
integer |
None. |
Data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{ "status": 200, "message": "sample string 1", "server_time": 2, "data": {} }