{
"platformType": "PLATFORM",
"shopIds": [
"string"
],
"discountType": "MALL_DISCOUNT",
"name": "string",
"validityType": true,
"validityNumber": 0,
"startValidity": 0,
"endValidity": 0,
"useDetail": "string",
"goodsType": "MAINTAIN",
"applicableGoodsType": "ALL",
"goodsIds": [
"string"
],
"useThreshold": "NONE",
"usingThresholdValue": 0,
"discountAmount": 0
}
curl --location --request POST '/4s/discount/coupon/create' \
--header 'User-Token: {{User-Token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"platformType": "PLATFORM",
"shopIds": [
"string"
],
"discountType": "MALL_DISCOUNT",
"name": "string",
"validityType": true,
"validityNumber": 0,
"startValidity": 0,
"endValidity": 0,
"useDetail": "string",
"goodsType": "MAINTAIN",
"applicableGoodsType": "ALL",
"goodsIds": [
"string"
],
"useThreshold": "NONE",
"usingThresholdValue": 0,
"discountAmount": 0
}'
[
""
]