POST api/campaigns/clone

Clones the campaign given in the .

Request Information

URI Parameters

None.

Body Parameters

CloneDataManagementCampaignDto
NameDescriptionTypeAdditional information
CurrentCampaignId

globally unique identifier

None.

NewCampaignId

globally unique identifier

None.

NewOrderId

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "CurrentCampaignId": "c56020f7-a20f-4411-8c79-871604fbe0df",
  "NewCampaignId": "cd357b46-227e-43b2-9236-b01a27e9eb97",
  "NewOrderId": "d9685669-d248-464f-bda3-3071144a62ea"
}

application/xml, text/xml

Sample:
<CloneDataManagementCampaignDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aardvark.DataManagement.Models">
  <CurrentCampaignId>c56020f7-a20f-4411-8c79-871604fbe0df</CurrentCampaignId>
  <NewCampaignId>cd357b46-227e-43b2-9236-b01a27e9eb97</NewCampaignId>
  <NewOrderId>d9685669-d248-464f-bda3-3071144a62ea</NewOrderId>
</CloneDataManagementCampaignDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.