POST api/advert/GetApiExtensionDealerList?app_key={app_key}&access_token={access_token}×tamp={timestamp}&sign={sign}&bm_param={bm_param}
根据广告位编码和扩展属性ID获取商家信息
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| app_key | string |
None. |
|
| access_token | string |
None. |
|
| timestamp | string |
None. |
|
| sign | string |
None. |
|
| bm_param | string |
None. |
Body Parameters
AdPara| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
id |
integer |
None. |
| OptType |
1、点击 2、打开浏览 |
integer |
None. |
| PositionCode |
广告位编码 |
string |
None. |
| ExtensionId |
扩展分类id |
integer |
None. |
| ProvinceId | integer |
None. |
|
| CityId | integer |
None. |
|
| FactoryId | integer |
None. |
|
| ParentExtensionId | integer |
None. |
|
| YearId | integer |
None. |
|
| Level | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"<Id>k__BackingField": 1,
"<OptType>k__BackingField": 2,
"<PositionCode>k__BackingField": "sample string 3",
"<ExtensionId>k__BackingField": 4,
"<ProvinceId>k__BackingField": 5,
"<CityId>k__BackingField": 6,
"<FactoryId>k__BackingField": 7,
"<ParentExtensionId>k__BackingField": 8,
"<YearId>k__BackingField": 9,
"<Level>k__BackingField": 10
}
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. |