- 营销中心
- 一期接口文档
- 二期接口文档
- 营销cms
- 付费会员赢好礼
- 活动
- 88周年庆
- 排行活动
- 活动通用
- 邀请有礼活动
- 消费有礼
- 推广活动
- 创建推广活动POST
- 创建主题活动POST
- 创建抽奖活动POST
- 微信券
- 百度券
- 优惠券兑换任务
- 券
- 营销短链
- 寄件有礼活动通知会员团GET
- 寄件有礼活动通知会员团 CopyGET
- 上传POST
- 万象平台
- 百度OpenAPI
- 微信OpenAPI
删除活动
开发中
POST
/promotioncenter/activity/deleteActivity
请求参数
Body 参数application/json
appKey
string
appKey
operator
string
操作人
operatorOrgId
string
操作组织id
operatorOrgType
string
操作组织类型
data
object
必需
id
integer
活动id
示例
{
"appKey": "123",
"operator": "98092688",
"operatorOrgId": "111",
"operatorOrgType": "111",
"data": {
"id": 29780266431884255
}
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/promotioncenter/activity/deleteActivity' \
--header 'Content-Type: application/json' \
--data-raw '{
"appKey": "123",
"operator": "98092688",
"operatorOrgId": "111",
"operatorOrgType": "111",
"data": {
"id": 29780266431884255
}
}'
返回响应
🟢200成功
application/json
Body
code
string
必需
message
null
必需
data
integer
必需
success
boolean
必需
示例
{
"code": "200",
"message": null,
"data": 150457239864961800,
"success": true
}
修改于 2022-01-20 06:51:42