POST api/v1/adnotice/creative/{noticeId}

Deprecated. Do not use.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
noticeId

integer

Required

Body Parameters

Ghostery.Privacy.Common.Objects.Ad.Creative
NameDescriptionTypeAdditional information
Id

integer

None.

Name

string

None.

Url

string

None.

AdSizeId

integer

None.

AdSize

string

None.

CreatedById

integer

None.

Image

Collection of byte

None.

ImageType

string

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "name": "sample string 2",
  "url": "sample string 3",
  "adSizeId": 4,
  "adSize": "sample string 5",
  "createdById": 6,
  "image": "QEA=",
  "imageType": "sample string 7"
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'System.Web.Http.ModelBinding.JQueryMvcFormUrlEncodedFormatter' to write type 'Ghostery.Privacy.Common.Objects.Ad.Creative'.

Response Information

Resource Description

System.Net.Http.HttpResponseMessage
NameDescriptionTypeAdditional information
Version

System.Version

None.

Content

System.Net.Http.HttpContent

None.

StatusCode

System.Net.HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

System.Net.Http.HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.