POST api/wxapayments_/WxaDepositWxConfirmPay

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
postWeixinPara
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Trade_no": "sample string 1",
  "ProductBody": "sample string 2",
  "Total_fee": 3.0,
  "UserId": "sample string 4",
  "WxaOpenId": "sample string 5"
}

application/xml, text/xml

Sample:
<PostWeixinPara xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Anda.IisWebApi.Controllers">
  <ProductBody>sample string 2</ProductBody>
  <Total_fee>3</Total_fee>
  <Trade_no>sample string 1</Trade_no>
  <UserId>sample string 4</UserId>
  <WxaOpenId>sample string 5</WxaOpenId>
</PostWeixinPara>

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 'PostWeixinPara'.