POST api/CheckCoupon
核销优惠卷接口
Request Information
URI Parameters
None.
Body Parameters
PostCheckCouponName | Description | Type | Additional information |
---|---|---|---|
VIP | string |
None. |
|
CouponID | string |
None. |
|
CheckID | string |
None. |
|
Statu | integer |
None. |
|
CheckTime | string |
None. |
Request Formats
application/json, text/json
示例:
{ "vip": "sample string 1", "couponID": "sample string 2", "checkID": "sample string 3", "statu": 4, "checkTime": "sample string 5" }
application/xml, text/xml
示例:
<PostCheckCoupon xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/F360Service.Models.Coupon"> <CheckID>sample string 3</CheckID> <CheckTime>sample string 5</CheckTime> <CouponID>sample string 2</CouponID> <Statu>4</Statu> <VIP>sample string 1</VIP> </PostCheckCoupon>
application/x-www-form-urlencoded
示例:
Sample not available.
Response Information
Resource Description
FResponsesOfStringName | Description | Type | Additional information |
---|---|---|---|
Flag | string |
None. |
|
Message | string |
None. |
|
data | string |
None. |
Response Formats
application/json, text/json
示例:
{ "flag": "sample string 1", "message": "sample string 2", "data": "sample string 3" }
application/xml, text/xml
示例:
<FResponsesOfstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/F360Service.Models"> <Flag>sample string 1</Flag> <Message>sample string 2</Message> <data>sample string 3</data> </FResponsesOfstring>