POST api/Goods/GOO_GoodserCompanyList

货主公司列表

Request Information

Parameters

NameDescriptionAdditional information
vm
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Page": 1,
  "PageSize": 2,
  "StartRouteName": "sample string 3",
  "EndRouteName": "sample string 4",
  "GPID": [
    1,
    2,
    3
  ],
  "MinVolume": "sample string 5",
  "MaxVolume": "sample string 6",
  "OpenId": "sample string 7"
}

text/html

Sample:
{"Page":1,"PageSize":2,"StartRouteName":"sample string 3","EndRouteName":"sample string 4","GPID":[1,2,3],"MinVolume":"sample string 5","MaxVolume":"sample string 6","OpenId":"sample string 7"}

application/xml, text/xml

Sample:
<GoodserCompanyListInfoParms xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Public.Model.Goods.Parms">
  <EndRouteName>sample string 4</EndRouteName>
  <GPID xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:int>1</d2p1:int>
    <d2p1:int>2</d2p1:int>
    <d2p1:int>3</d2p1:int>
  </GPID>
  <MaxVolume>sample string 6</MaxVolume>
  <MinVolume>sample string 5</MinVolume>
  <OpenId>sample string 7</OpenId>
  <Page>1</Page>
  <PageSize>2</PageSize>
  <StartRouteName>sample string 3</StartRouteName>
</GoodserCompanyListInfoParms>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json, text/html, application/xml, text/xml

Sample:

Sample not available.