活动下优惠券批量删除
开发中
POST
https://saas-open.vhall.com/v3/goods/coupon-webinar/batch-delete
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://saas-open.vhall.com/v3/goods/coupon-webinar/batch-delete' \
--header 'platform: 15' \
--header 'Content-Type: application/json' \
--data-raw '{
"coupon_ids": [
0
],
"webinar_id": 0
}'
响应示例响应示例
{
"code": 0,
"msg": "string",
"trace_id": "string",
"data": null
}
请求参数
Header 参数
Content-Type
string
必需
示例值:
application/json
platform
integer
可选
默认值:
15
Body 参数application/json
返回响应
修改于 2025-05-28 05:26:24