{
"activityCoupons": [
{
"id": 0,
"couponId": 0,
"name": "string",
"startTime": "string",
"endTime": "string",
"allChecked": true,
"limitReceive": true,
"limitReceiveNum": 0,
"stock": 0,
"usableStock": 0,
"customerTags": [
{
"customerTagsId": "string",
"customerTagsName": "string",
"customerGroupSource": "string"
}
],
"eliminateCustomerTags": [
{
"customerTagsId": "string",
"customerTagsName": "string",
"customerGroupSource": "string"
}
]
}
],
"usedBudget": 0
}
curl --location --request POST 'https://m1.apifoxmock.com/m1/4737255-0-default/admin/activity/calculateCouponActivityBudget' \
--header 'Content-Type: application/json' \
--data-raw '{
"activityCoupons": [
{
"id": 0,
"couponId": 0,
"name": "string",
"startTime": "string",
"endTime": "string",
"allChecked": true,
"limitReceive": true,
"limitReceiveNum": 0,
"stock": 0,
"usableStock": 0,
"customerTags": [
{
"customerTagsId": "string",
"customerTagsName": "string",
"customerGroupSource": "string"
}
],
"eliminateCustomerTags": [
{
"customerTagsId": "string",
"customerTagsName": "string",
"customerGroupSource": "string"
}
]
}
],
"usedBudget": 0
}'
0.0