POST api/v1/adnotice/tag

Pulls the ad notice tags for the passed in notice types and ad sizes.

Request Information

URI Parameters

None.

Body Parameters

TagRequestModel
NameDescriptionTypeAdditional information
AdNoticeId

integer

None.

TagType

integer

None.

AdSize

integer

None.

Macros

Collection of integer

None.

CampaignId

integer

None.

AdvertiserId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "adNoticeId": 1,
  "tagType": 2,
  "adSize": 3,
  "macros": [
    1,
    2
  ],
  "campaignId": 1,
  "advertiserId": 1
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'TagRequestModel'.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.