POST api/pop/SearchRecommendProducts?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
SearchRecommendPartsPara| Name | Description | Type | Additional information |
|---|---|---|---|
| FactoryId |
主机厂 |
integer |
None. |
| CarModelId |
车型 |
integer |
None. |
| CarYearId |
年款 |
integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"FactoryId": 1,
"CarModelId": 2,
"CarYearId": 3
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | 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. |