{
"requestId": "string",
"extendMap": {
"key": {}
},
"orderItemList": [
{
"orderItemId": 0,
"itemId": "string",
"price": 0,
"num": 0,
"promotionalPrice": 0,
"useExchangeCoupon": true
}
],
"mobile": "string",
"outOpenId": "string",
"outStoreCode": "string",
"outStoreId": "string",
"couponNo": "string",
"orderNo": "string",
"couponCode": "string",
"voucherGoodsPreferentialInfoList": [
{
"orderItemList": [
{
"orderItemId": 0,
"itemId": "string",
"price": 0,
"num": 0,
"promotionalPrice": 0,
"useExchangeCoupon": true
}
],
"couponNo": "string",
"couponCode": "string",
"couponPreferentialValue": 0
}
]
}curl --location -g --request POST 'https:///open/gateway/VoucherReverseQueryDiscountRest/v1' \
--header 'app-id;' \
--header 'ts;' \
--header 'sign-type;' \
--header 'sign;' \
--header 'Content-Type: application/json' \
--data-raw '{
"requestId": "string",
"extendMap": {
"key": {}
},
"orderItemList": [
{
"orderItemId": 0,
"itemId": "string",
"price": 0,
"num": 0,
"promotionalPrice": 0,
"useExchangeCoupon": true
}
],
"mobile": "string",
"outOpenId": "string",
"outStoreCode": "string",
"outStoreId": "string",
"couponNo": "string",
"orderNo": "string",
"couponCode": "string",
"voucherGoodsPreferentialInfoList": [
{
"orderItemList": [
{
"orderItemId": 0,
"itemId": "string",
"price": 0,
"num": 0,
"promotionalPrice": 0,
"useExchangeCoupon": true
}
],
"couponNo": "string",
"couponCode": "string",
"couponPreferentialValue": 0
}
]
}'{
"success": false,
"code": 0,
"message": "",
"requestId": "",
"data": {
"requestId": "",
"extendMap": {
"": {}
},
"multiVoucherDiscountQueryResponseList": [
{
"available": false,
"voucherIdentity": {
"couponId": 0,
"couponType": 0,
"verifyCode": ""
},
"title": "",
"threshold": 0,
"goodsPreferentialList": [
{
"goodsId": 0,
"skuId": 0,
"goodsPreferentialValue": 0,
"orderItemId": 0
}
],
"activityId": 0,
"voucherValue": 0,
"orderPreferentialValue": 0,
"validStartTime": "",
"preferentialMode": 0,
"reason": "",
"unitDesc": "",
"thresholdCopywriter": "",
"valueDesc": "",
"validEndTime": ""
}
],
"available": false,
"voucherIdentity": {
"couponId": 0,
"couponType": 0,
"verifyCode": ""
},
"title": "",
"threshold": 0,
"goodsPreferentialList": [
{
"goodsId": 0,
"skuId": 0,
"goodsPreferentialValue": 0,
"orderItemId": 0
}
],
"activityId": 0,
"maxDiscount": 0,
"voucherValue": 0,
"orderPreferentialValue": 0,
"validStartTime": "",
"preferentialMode": 0,
"reason": "",
"unitDesc": "",
"thresholdCopywriter": "",
"valueDesc": "",
"validEndTime": ""
}
}