POST api/pop/GetPopProducts?app_key={app_key}&access_token={access_token}×tamp={timestamp}&sign={sign}
获取Pop商品信息 参数 bmpara: {"dealerId":供货商Id,"pageindex":初始页(1),"pagesize":页面大小, "type":查询类型, "key":查询字段,"ProdBrandId":品牌Id "Cus_FactoryId": 车系Id "Cus_OriginPlaceId":产地ID }
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
app_key |
app_key |
string |
None. |
access_token |
access_token |
string |
None. |
timestamp |
timestamp |
string |
None. |
sign |
sign |
string |
None. |
Body Parameters
prodctParamName | Description | Type | Additional information |
---|---|---|---|
dealerId | integer |
None. |
|
pageindex | integer |
None. |
|
pagesize | integer |
None. |
|
type | integer |
None. |
|
key | string |
None. |
|
ProdBrandId | integer |
None. |
|
Cus_FactoryId | integer |
None. |
|
Cus_OriginPlaceId | integer |
None. |
|
IsEnable | integer |
None. |
|
prodState | integer |
None. |
|
Sku | string |
None. |
|
ProdName | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "dealerId": 1, "pageindex": 2, "pagesize": 3, "type": 1, "key": "sample string 5", "ProdBrandId": 1, "Cus_FactoryId": 1, "Cus_OriginPlaceId": 1, "IsEnable": 1, "prodState": 1, "Sku": "sample string 6", "ProdName": "sample string 7" }
application/x-www-form-urlencoded
Sample:
Sample not available.
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. |