POST BOrder/APP_SubOrder_Two_Post
提交订单 返回去支付数据2.0(post) 返回APPResult 对象 JSON:_APP_Return_PayOrderInfo。
Request Information
Parameters
Name | Description | Additional 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: