POST BOrder/APP_GetSubOrderList_Post

获取提交订单列表页数据(post) 返回APPResult 对象 List(_APP_Return_SubOrderList)。

Request Information

Parameters

NameDescriptionAdditional 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:

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