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": "148b5685-d6c5-44a3-9833-f71b7b7568db",
  "NewCampaignId": "6bdc1975-263c-4c7b-ae2a-7cdd9fdf2953",
  "NewOrderId": "32f23fcb-e29d-4470-8e20-19912e777eb6"
}

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>148b5685-d6c5-44a3-9833-f71b7b7568db</CurrentCampaignId>
  <NewCampaignId>6bdc1975-263c-4c7b-ae2a-7cdd9fdf2953</NewCampaignId>
  <NewOrderId>32f23fcb-e29d-4470-8e20-19912e777eb6</NewOrderId>
</CloneDataManagementCampaignDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.