POST api/Active/ActiveDelete
活动删除
Request Information
URI Parameters
None.
Body Parameters
ActiveDeleteRequestName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
Operater | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "id": 1, "operater": "sample string 2" }
Response Information
Resource Description
活动删除
WebResultResponseName | Description | Type | Additional information |
---|---|---|---|
Result |
返回结果 |
boolean |
None. |
Response Formats
application/json, text/json
Sample:
{ "result": true }