POST api/Goods/GetGoodsListByCategory
Request Information
URI Parameters
None.
Body Parameters
GoodsByCategoryRequestName | Description | Type | Additional information |
---|---|---|---|
IsDelisted | integer |
None. |
|
Ismore | integer |
None. |
|
brand_id | integer |
None. |
|
category_idList | string |
None. |
|
goods_names | string |
None. |
|
user_id |
当前登录者Id |
string |
None. |
token |
token |
string |
None. |
Request Formats
application/json, text/json
Sample:
{ "IsDelisted": 1, "Ismore": 1, "brand_id": 1, "category_idList": "sample string 1", "goods_names": "sample string 2", "user_id": "sample string 3", "token": "sample string 4" }
application/xml, text/xml
Sample:
<GoodsByCategoryRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BBS.Model"> <token>sample string 4</token> <user_id>sample string 3</user_id> <IsDelisted>1</IsDelisted> <Ismore>1</Ismore> <brand_id>1</brand_id> <category_idList>sample string 1</category_idList> <goods_names>sample string 2</goods_names> </GoodsByCategoryRequest>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |