POST api/pop/GetProductImageList?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
prodctImageParam| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| StockId | integer |
None. |
|
| ImgUrl | string |
None. |
|
| DealerId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"StockId": 2,
"ImgUrl": "sample string 3",
"DealerId": 4
}
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. |