POST api/Coupon/UpdateCouponCount
Request Information
URI Parameters
None.
Body Parameters
UpdateCount| Name | Description | Type | Additional information |
|---|---|---|---|
| Coupon_Id | integer |
None. |
|
| Count | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Coupon_Id": 1,
"Count": 2
}
application/octet-stream
Sample:
{"$id":"1","Coupon_Id":1,"Count":2}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/octet-stream
Sample:
Sample not available.