POST BOrder/APP_SubOrder_UnionPay

银联支付 提交订单 返回APPResult 对象 JSON:_APP_Return_PayOrderInfo。

Request Information

Parameters

NameDescriptionAdditional information
suborder
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "str": "sample string 1",
  "ResidentID": "sample string 2",
  "AddressID": "sample string 3",
  "MsgType": 4
}

application/xml, text/xml

Sample:
<SubOrder xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GS.R.API4._0.Models">
  <AddressID>sample string 3</AddressID>
  <MsgType>4</MsgType>
  <ResidentID>sample string 2</ResidentID>
  <str>sample string 1</str>
</SubOrder>

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