# Update the status of user coupons
# Instructions for Interface Calls
http请求方式:POST
https://api.weixin.qq.com/shop/coupon/update_usercoupon_status?access_token=xxxxxxxxx
# Example of request parameters
{
"openid": "oIJ9d5Ad4JMhbybqJ3_J73LkR_Io",
"out_coupon_id": "coupon_id_1",
"out_user_coupon_id": "user_coupon_id_1",
"status": 102
}
# Examples of back-up
{
"errcode": 0
}
# Enumeration - status
| 枚举值 | Introductions |
|---|---|
| 100 | Entering into force |
| 101 | It has expired. |
| 102 | Already in use |
| 103 | It was voluntarily abandoned. |