GET api/v1/adnotice/copy/{noticeId}

Generates an Ad Notice which is a copy of the notice specified by the passed in notice identifier. The copied notice is returned from this call.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
noticeId

integer

Required

Body Parameters

None.

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.