POST api/GoodsStandard/GetGoodsList

Request Information

URI Parameters

None.

Body Parameters

GoodsStandardPageListRequest
NameDescriptionTypeAdditional information
cat_id

string

None.

brand_id

string

None.

goods_sn

string

None.

goods_name

string

None.

start_price

string

None.

end_price

string

None.

page

页码

integer

None.

page_size

每页显示条数

integer

None.

user_id

当前登录者Id

string

None.

token

token

string

None.

Request Formats

application/json, text/json

Sample:
{
  "cat_id": "sample string 1",
  "brand_id": "sample string 2",
  "goods_sn": "sample string 3",
  "goods_name": "sample string 4",
  "start_price": "sample string 5",
  "end_price": "sample string 6",
  "page": 7,
  "page_size": 8,
  "user_id": "sample string 9",
  "token": "sample string 10"
}

application/xml, text/xml

Sample:
<GoodsStandardPageListRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BBS.Model">
  <token>sample string 10</token>
  <user_id>sample string 9</user_id>
  <page>7</page>
  <page_size>8</page_size>
  <brand_id>sample string 2</brand_id>
  <cat_id>sample string 1</cat_id>
  <end_price>sample string 6</end_price>
  <goods_name>sample string 4</goods_name>
  <goods_sn>sample string 3</goods_sn>
  <start_price>sample string 5</start_price>
</GoodsStandardPageListRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.