POST BOrder/APP_GetSubOrderList_Post_New
获取提交订单列表页数据(post) (新 优惠卷) 返回APPResult 对象 List(_APP_Return_SubOrderList)。
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
SubOrderInfo | JSON:List(_APP_Input_SubOrderInfo) |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "str": "sample string 1" }
application/xml, text/xml
Sample:
<SubOrderInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GS.R.API4._0.Models"> <str>sample string 1</str> </SubOrderInfo>
application/x-www-form-urlencoded
Sample: