POST api/InstalMaster/MasterDrawMoneyApply

师傅提现申请接口

Request Information

URI Parameters

None.

Body Parameters

DrawMoneyApplyParameter
NameDescriptionTypeAdditional information
MasterId

当前登录的用户Id

string

None.

Token

用户的Token验证

string

None.

BankId

当前登录的用户银行卡Id

integer

None.

Amount

提现金额

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "MasterId": "sample string 1",
  "Token": "sample string 2",
  "BankId": 3,
  "Amount": 4.0
}

application/xml, text/xml

Sample:
<DrawMoneyApplyParameter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WeiXin.WebAPI.Models.InstallMasterModels">
  <Amount>4</Amount>
  <BankId>3</BankId>
  <MasterId>sample string 1</MasterId>
  <Token>sample string 2</Token>
</DrawMoneyApplyParameter>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'DrawMoneyApplyParameter'.

Response Information

Resource Description

师傅提现申请接口

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.