POST api/Coupon/GetCouponInfo
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| _Coupon | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"coupon_no": "sample string 1"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
{
"rcrm": {
"RC": "sample string 1",
"RM": "sample string 2"
},
"Object": {
"status": 1,
"type": "sample string 2",
"value": 3.0,
"min_consume": 4.0,
"title": "sample string 5",
"message": "sample string 6",
"DianCode": [
{
"dian_code": "sample string 1"
},
{
"dian_code": "sample string 1"
},
{
"dian_code": "sample string 1"
}
],
"coupon_no": "sample string 7"
}
}