POST api/Active/ActiveDelete
活动删除
Request Information
URI Parameters
None.
Body Parameters
ActiveDeleteRequest| Name | 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
活动删除
WebResultResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Result |
返回结果 |
boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"result": true
}