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

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.