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": "51266e32-0b9c-48f9-8940-1c9e5b23bccd",
  "NewCampaignId": "1697a2cc-bf28-48b7-b117-b96411735b3e",
  "NewOrderId": "1ed16011-5dba-45e0-b77c-07cac6601789"
}

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>51266e32-0b9c-48f9-8940-1c9e5b23bccd</CurrentCampaignId>
  <NewCampaignId>1697a2cc-bf28-48b7-b117-b96411735b3e</NewCampaignId>
  <NewOrderId>1ed16011-5dba-45e0-b77c-07cac6601789</NewOrderId>
</CloneDataManagementCampaignDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.