POST api/Coupon/CouponsEncrypt?Web_key={Web_key}
Documentation for 'CouponsEncrypt'.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| req | Documentation for 'req'. |
Define this parameter in the request body. |
| Web_key | Documentation for 'Web_key'. |
Define this parameter in the request URI. |
Request body formats
application/json, text/json
Sample:
{
"CouponCode": "sample string 1"
}
application/xml, text/xml
Sample:
<CouponEcnryptReq xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <CouponCode>sample string 1</CouponCode> </CouponEcnryptReq>