POST api/Goods/GOO_GoodsList
货盘列表
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| vm |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"Page": 1,
"PageSize": 2,
"StartPID": 3,
"StartCID": 4,
"EndPID": 5,
"EndCID": 6,
"MinVolume": "sample string 7",
"MaxVolume": "sample string 8",
"StartTime": "sample string 9",
"EndTime": "sample string 10",
"OpenId": "sample string 11"
}
text/html
Sample:
{"Page":1,"PageSize":2,"StartPID":3,"StartCID":4,"EndPID":5,"EndCID":6,"MinVolume":"sample string 7","MaxVolume":"sample string 8","StartTime":"sample string 9","EndTime":"sample string 10","OpenId":"sample string 11"}
application/xml, text/xml
Sample:
<GoodsListInfoParms xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Public.Model.Goods.Parms"> <EndCID>6</EndCID> <EndPID>5</EndPID> <EndTime>sample string 10</EndTime> <MaxVolume>sample string 8</MaxVolume> <MinVolume>sample string 7</MinVolume> <OpenId>sample string 11</OpenId> <Page>1</Page> <PageSize>2</PageSize> <StartCID>4</StartCID> <StartPID>3</StartPID> <StartTime>sample string 9</StartTime> </GoodsListInfoParms>
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.