POST api/WxQapShop/Apply_IntegralExtract

Request Information

URI Parameters

None.

Body Parameters

IntegralExtractModel
NameDescriptionTypeAdditional information
Uid

integer

None.

RealName

string

None.

BankAccount

string

None.

BankName

string

None.

IdentityCardImg

string

None.

Money

decimal number

None.

OpenId

string

None.

Remark

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Uid": 1,
  "RealName": "sample string 2",
  "BankAccount": "sample string 3",
  "BankName": "sample string 4",
  "IdentityCardImg": "sample string 5",
  "Money": 6.0,
  "OpenId": "sample string 7",
  "Remark": "sample string 8"
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

ResultData
NameDescriptionTypeAdditional information
succ

boolean

None.

msg

string

None.

results

Object

None.

data

Object

None.

count

integer

None.

page

integer

None.

code

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "succ": true,
  "msg": "sample string 2",
  "results": {},
  "data": {},
  "count": 5,
  "page": 6,
  "code": 7
}