GET api/WebInterface/CouponPay/CouponCount/Get?memberid={memberid}
获取特定会员的票务业务可用优惠券数量
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
memberid | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
获取特定会员的票务业务可用优惠券数量
CommonOperationResultWithTagOfInt32Name | Description | Type | Additional information |
---|---|---|---|
errcode | integer |
None. |
|
errmsg | string |
None. |
|
tag | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "errcode": 1, "errmsg": "sample string 2", "tag": 3 }
application/xml, text/xml
Sample:
<CommonOperationResultWithTagOfint xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DigitalScience.DataTransfer"> <errcode>1</errcode> <errmsg>sample string 2</errmsg> <tag>3</tag> </CommonOperationResultWithTagOfint>
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.