POST Api/MeiTuan/CouponSimpleVerify

Request Information

URI Parameters

None.

Body Parameters

CouponSimpleVerifyRequest
NameDescriptionTypeAdditional information
SerialNumber

string

None.

VerifyCount

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "SerialNumber": "sample string 1",
  "VerifyCount": 2
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ApiBaseResponseOfBoolean
NameDescriptionTypeAdditional information
StateCode

StateCodeEnum

None.

Message

string

None.

Data

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "StateCode": 0,
  "Message": "sample string 1",
  "Data": true
}