PUT api/ShareCampaignLink/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

ShareCampaignLink
NameDescriptionTypeAdditional information
ID

integer

None.

MediaID

integer

None.

LinkType

string

String length: inclusive between 0 and 50

SharerLink

string

None.

ShareLink

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "MediaID": 2,
  "LinkType": "sample string 3",
  "SharerLink": "sample string 4",
  "ShareLink": "sample string 5"
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.