POST v1/AdvertiserParameter/{subproduct}/{report}/FetchAdvertisersFromBrandList

Request Information

URI Parameters

NameDescriptionTypeAdditional information
subproduct

string

None.

report

string

None.

Body Parameters

BrandNameListModel
NameDescriptionTypeAdditional information
brandNameList

Collection of string

None.

timePeriod

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "brandNameList": [
    "sample string 1",
    "sample string 2"
  ],
  "timePeriod": 1
}

text/xml

Sample:
<BrandNameListModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Comscore.MediaMetrix.MyMetrixRestApi.Models.WebServices">
  <brandNameList xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </brandNameList>
  <timePeriod>1</timePeriod>
</BrandNameListModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/xml

Sample:

Sample not available.