POST api/pop/popGetProductInfos?app_key={app_key}&access_token={access_token}×tamp={timestamp}&sign={sign}
查询pop商品
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
PopPara| Name | Description | Type | Additional information |
|---|---|---|---|
| DealerId | integer |
None. |
|
| RootId | integer |
None. |
|
| ClassId | integer |
None. |
|
| FacId | integer |
None. |
|
| CarModelId | integer |
None. |
|
| CarYearId | integer |
None. |
|
| ProdName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"DealerId": 1,
"RootId": 2,
"ClassId": 3,
"FacId": 4,
"CarModelId": 5,
"CarYearId": 6,
"ProdName": "sample string 7"
}
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. |