{
"platformType": "PLATFORM",
"shopIds": [
"string"
],
"name": "string",
"startTime": 0,
"endTime": 0,
"regions": [
"HOME"
],
"tag": "string",
"description": "string",
"banner": "string",
"url": "string",
"discountCouponGetMallDiscountCreateDTOS": [
{
"startTime": 0,
"endTime": 0,
"count": 0,
"goodsType": "MAINTAIN",
"applicableGoodsType": "ALL",
"goodsIds": [
"string"
],
"useThreshold": "NONE",
"usingThresholdValue": 0,
"userLimitTypeList": [
"string"
],
"memberLevelIds": [
"string"
],
"memberIds": [
"string"
],
"platformType": "PLATFORM",
"shopIds": [
"string"
],
"type": "GET",
"discountType": "MALL_DISCOUNT",
"name": "string",
"startValidity": 0,
"endValidity": 0,
"validityType": true,
"validityNumber": 0,
"useDetail": "string",
"discountAmount": 0,
"countLimit": 0,
"isActivity": true,
"isIntegralMall": true
}
]
}
curl --location --request POST '/4s/activity/management/create' \
--header 'User-Token: {{User-Token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"platformType": "PLATFORM",
"shopIds": [
"string"
],
"name": "string",
"startTime": 0,
"endTime": 0,
"regions": [
"HOME"
],
"tag": "string",
"description": "string",
"banner": "string",
"url": "string",
"discountCouponGetMallDiscountCreateDTOS": [
{
"startTime": 0,
"endTime": 0,
"count": 0,
"goodsType": "MAINTAIN",
"applicableGoodsType": "ALL",
"goodsIds": [
"string"
],
"useThreshold": "NONE",
"usingThresholdValue": 0,
"userLimitTypeList": [
"string"
],
"memberLevelIds": [
"string"
],
"memberIds": [
"string"
],
"platformType": "PLATFORM",
"shopIds": [
"string"
],
"type": "GET",
"discountType": "MALL_DISCOUNT",
"name": "string",
"startValidity": 0,
"endValidity": 0,
"validityType": true,
"validityNumber": 0,
"useDetail": "string",
"discountAmount": 0,
"countLimit": 0,
"isActivity": true,
"isIntegralMall": true
}
]
}'
{}