POST api/SpecialOrder/WanCheng

完成

请求参数信息

URI 参数

None.

Body 参数

Collection of string

Request Formats

application/json, text/json

Sample:
[
  "sample string 1",
  "sample string 2"
]

application/xml, text/xml

Sample:
<ArrayOfstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <string>sample string 1</string>
  <string>sample string 2</string>
</ArrayOfstring>

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 'List`1'.

接口返回信息

返回信息说明

JMResponseOfViewPageModelOfInt32
NameDescriptionTypeAdditional information
code

string

None.

msg

string

None.

data

ViewPageModelOfInt32

None.

返回数据格式

application/json, text/json

Sample:
{
  "code": "sample string 1",
  "msg": "sample string 2",
  "data": {
    "Total": 1,
    "ModelList": [
      1,
      2
    ],
    "PageIndex": 2,
    "PageSize": 3,
    "PageNum": 1
  }
}

application/xml, text/xml

Sample:
<JMResponseOfViewPageModelOfintzLR_StK6J xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JYSupply.APIApplication.Models">
  <code>sample string 1</code>
  <data xmlns:d2p1="http://schemas.datacontract.org/2004/07/JYSupply.APIApplication.APIHelp">
    <d2p1:ModelList xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:int>1</d3p1:int>
      <d3p1:int>2</d3p1:int>
    </d2p1:ModelList>
    <d2p1:PageIndex>2</d2p1:PageIndex>
    <d2p1:PageSize>3</d2p1:PageSize>
    <d2p1:Total>1</d2p1:Total>
  </data>
  <msg>sample string 2</msg>
</JMResponseOfViewPageModelOfintzLR_StK6J>