POST api/pop/GetPopFacInfos?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
prodctParam| Name | Description | Type | Additional information |
|---|---|---|---|
| dealerId | integer |
None. |
|
| pageindex | integer |
None. |
|
| pagesize | integer |
None. |
|
| type | integer |
None. |
|
| key | string |
None. |
|
| ProdBrandId | integer |
None. |
|
| Cus_FactoryId | integer |
None. |
|
| Cus_OriginPlaceId | integer |
None. |
|
| IsEnable | integer |
None. |
|
| prodState | integer |
None. |
|
| Sku | string |
None. |
|
| ProdName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"dealerId": 1,
"pageindex": 2,
"pagesize": 3,
"type": 1,
"key": "sample string 5",
"ProdBrandId": 1,
"Cus_FactoryId": 1,
"Cus_OriginPlaceId": 1,
"IsEnable": 1,
"prodState": 1,
"Sku": "sample string 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. |