POST api/pop/SearchPopProductList?app_key={app_key}&access_token={access_token}×tamp={timestamp}&sign={sign}
查找整单询价配件 [ {Sku:'OE号',StandardId:'标准名称Id',StandardName:'标准名称',MinPrice:'最低价格',MaxPrice:'最高价格'},...]
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
SearchParaName | Description | Type | Additional information |
---|---|---|---|
DealerId | integer |
None. |
|
DealerName | string |
None. |
|
Sku | string |
None. |
|
ProdName | string |
None. |
|
PageIndex | integer |
None. |
|
PageSize | integer |
None. |
|
IsRecord | boolean |
None. |
|
FactoryId |
主机厂 |
integer |
None. |
CarModelId |
车型 |
integer |
None. |
CarYearId |
年款 |
integer |
None. |
StandardIds |
标准名称Ids |
Collection of integer |
None. |
StandardNames |
标准名称 |
Collection of string |
None. |
IsAdvancedSearch |
是否高级查询 |
boolean |
None. |
SearchType |
1:按配件编码 2:按配件名称 |
integer |
None. |
Vin |
车架号 |
string |
None. |
SourcePlat |
来源平台 |
integer |
None. |
Ip | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "DealerId": 1, "DealerName": "sample string 2", "Sku": "sample string 3", "ProdName": "sample string 4", "PageIndex": 5, "PageSize": 6, "IsRecord": true, "FactoryId": 1, "CarModelId": 1, "CarYearId": 1, "StandardIds": [ 1, 2 ], "StandardNames": [ "sample string 1", "sample string 2" ], "IsAdvancedSearch": true, "SearchType": 9, "Vin": "sample string 10", "SourcePlat": 11, "Ip": "sample string 12" }
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. |