POST api/insurance/SearchParts?app_key={app_key}&access_token={access_token}×tamp={timestamp}&sign={sign}
查询配件
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
SearchPartsParaName | Description | Type | Additional information |
---|---|---|---|
PageIndex |
当前页 |
integer |
None. |
PageSize |
页码 |
integer |
None. |
Sku |
零件编号 ----SearchType=1 |
string |
None. |
StandardName |
标准名称 -----SearchType=2 |
string |
None. |
StandardId |
标准名称ID |
integer |
None. |
FactoryId |
主机厂 |
integer |
None. |
CarModelId |
车型 |
integer |
None. |
CarYearId |
年款 |
integer |
None. |
Quality |
品质 ----SearchType=1 |
Collection of integer |
None. |
SearchType |
1按配件编码 2按配件名称 |
integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "PageIndex": 1, "PageSize": 2, "Sku": "sample string 3", "StandardName": "sample string 4", "StandardId": 5, "FactoryId": 6, "CarModelId": 7, "CarYearId": 8, "Quality": [ 1, 2 ], "SearchType": 9 }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
详见 Saas商品索引结构设计
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. |