GET api/Couponm?shopid={shopid}&userid={userid}&couponid={couponid}
更新信息
请求信息
URI 参数
| 参数 | 参数描述 | 类型 | 其它信息 |
|---|---|---|---|
| shopid |
门店 |
string |
Required |
| userid |
核销人 |
string |
Required |
| couponid |
券领用号 |
integer |
Required |
Body 参数
None.
响应信息
响应描述
Collection of cStates| 参数 | 参数描述 | 类型 | 其它信息 |
|---|---|---|---|
| State | integer |
None. |
|
| Msg | string |
None. |
|
| AMoney | decimal number |
None. |
|
| MMoney | decimal number |
None. |
响应格式
application/json, text/json
Sample:
[
{
"_State": 1,
"_Msg": "sample string 2",
"_AMoney": 3.0,
"_MMoney": 4.0
},
{
"_State": 1,
"_Msg": "sample string 2",
"_AMoney": 3.0,
"_MMoney": 4.0
}
]
text/html
Sample:
[{"_State":1,"_Msg":"sample string 2","_AMoney":3.0,"_MMoney":4.0},{"_State":1,"_Msg":"sample string 2","_AMoney":3.0,"_MMoney":4.0}]