DELETE api/ShareCampaign/{id}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
id
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "ID": 1,
  "Title": "sample string 2",
  "Description": "sample string 3",
  "Url": "sample string 4",
  "Redirect_url": "sample string 5",
  "Image": "sample string 6",
  "ImageWidth": 7,
  "ImageHeight": 8,
  "CampaignCode": "sample string 9",
  "CustomerCode": "sample string 10",
  "FBAppID": "sample string 11",
  "SharerURL": "sample string 12",
  "SharingMessage": "sample string 13",
  "ShareCampaignLinks": [
    {
      "ID": 1,
      "MediaID": 2,
      "LinkType": "sample string 3",
      "SharerLink": "sample string 4",
      "ShareLink": "sample string 5"
    },
    {
      "ID": 1,
      "MediaID": 2,
      "LinkType": "sample string 3",
      "SharerLink": "sample string 4",
      "ShareLink": "sample string 5"
    },
    {
      "ID": 1,
      "MediaID": 2,
      "LinkType": "sample string 3",
      "SharerLink": "sample string 4",
      "ShareLink": "sample string 5"
    }
  ],
  "CreatedBy": 14,
  "CreatedByName": "sample string 15",
  "CreateDate": "17/10/2024 11:16",
  "Status": 16,
  "LastModifiedBy": 1,
  "LastModifiedByName": "sample string 17",
  "LastModifiedOn": "17/10/2024 11:16",
  "IsDeleted": 18,
  "DeletedBy": 1,
  "DeletedByName": "sample string 19",
  "DeleteDate": "17/10/2024 11:16",
  "ExpireDate": "17/10/2024 11:16"
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.