POST api/Mobile/OrderServicePageList

“OrderServicePageList”的文档。

Request Information

Parameters

NameDescriptionAdditional information
param
“param”的文档。

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "adminid": 1,
  "date_min": "sample string 1",
  "date_max": "sample string 2",
  "page": 1,
  "orderid": 1,
  "keywords": "sample string 3",
  "clientid": 64
}

application/xml, text/xml

Sample:
<OrderService xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/YII.ZXY.Model.Mobile.QueryPara">
  <clientid>64</clientid>
  <keywords>sample string 3</keywords>
  <orderid>1</orderid>
  <page>1</page>
  <adminid>1</adminid>
  <date_max>sample string 2</date_max>
  <date_min>sample string 1</date_min>
</OrderService>

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

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Data": {},
  "Sound": 2,
  "Code": 3,
  "Msg": "sample string 4"
}