{
"appKey": "1000003",
"data": {
"businessSystemId": 1008611,
"canReturn": 1,
"canTransfer": 1,
"couponDescription": "快递满减",
"platformName": "BAIDU",
"couponName": "快递折扣券",
"couponType": "REDUCE",
"couponWorth": 20,
"deliverChannel": "BAIDU",
"discountAmount": 20,
"discountRate": 5,
"issueMaxAmount": 50,
"maxDiscountAmount": 20,
"miniOrderAmount": 30,
"pickupEndTime": "2021-05-28 00:00:00",
"pickupStartTime": "2021-02-20 00:00:00",
"useEndTime": "2021-05-30 14:40:00",
"useStartTime": "2021-04-05 00:00:00",
"pickupAfterDays": "",
"additionalInfo": "{'url': 'https://mbs1.bdstatic.com/searchbox/mappconsole/image/20210414/228d4d77-6622-42da-835f-fdea11301f31.jpg','appRedirectPath': 'https://b.bdstatic.com/searchbox/mappconsole/image/20191128/8d382c36-2b85-4f2c-b6d1-0d6afbc04dc8.png'}",
"ruleInstanceList": [
{
"actionType": 0,
"name": "Name",
"ruleInstanceDesc": "RuleInstanceDesc",
"ruleDetails": [
{
"ruleDetailValue": "12345",
"ruleDictCode": "allow_products",
"ruleDictType": "list"
}
],
"ruleTemplateId": 1000
}
],
"financialAllocationList": [
{
"allocationOrgId": "100000002001",
"allocationOrgType": "3",
"allocationRatio": 0.8
}
]
},
"operator": "zjx",
"operatorOrgId": "1000001",
"operatorOrgType": "1"
}
curl --location --request POST '/promotioncenter/coupon/create/other' \
--header 'Content-Type: application/json' \
--data-raw '{
"appKey": "1000003",
"data": {
"businessSystemId": 1008611,
"canReturn": 1,
"canTransfer": 1,
"couponDescription": "快递满减",
"platformName": "BAIDU",
"couponName": "快递折扣券",
"couponType": "REDUCE",
"couponWorth": 20,
"deliverChannel": "BAIDU",
"discountAmount": 20,
"discountRate": 5,
"issueMaxAmount": 50,
"maxDiscountAmount": 20,
"miniOrderAmount": 30,
"pickupEndTime": "2021-05-28 00:00:00",
"pickupStartTime": "2021-02-20 00:00:00",
"useEndTime": "2021-05-30 14:40:00",
"useStartTime": "2021-04-05 00:00:00",
"pickupAfterDays": "",
"additionalInfo": "{'\''url'\'': '\''https://mbs1.bdstatic.com/searchbox/mappconsole/image/20210414/228d4d77-6622-42da-835f-fdea11301f31.jpg'\'','\''appRedirectPath'\'': '\''https://b.bdstatic.com/searchbox/mappconsole/image/20191128/8d382c36-2b85-4f2c-b6d1-0d6afbc04dc8.png'\''}",
"ruleInstanceList": [
{
"actionType": 0,
"name": "Name",
"ruleInstanceDesc": "RuleInstanceDesc",
"ruleDetails": [
{
"ruleDetailValue": "12345",
"ruleDictCode": "allow_products",
"ruleDictType": "list"
}
],
"ruleTemplateId": 1000
}
],
"financialAllocationList": [
{
"allocationOrgId": "100000002001",
"allocationOrgType": "3",
"allocationRatio": 0.8
}
]
},
"operator": "zjx",
"operatorOrgId": "1000001",
"operatorOrgType": "1"
}'
{
"code": "200",
"message": null,
"data": {
"id": 61920274197182320,
"code": "2761226838",
"canTransfer": 0,
"canReturn": 0,
"ruleInstanceList": []
},
"success": true
}