POST api/campaigns/clone

Request Information

URI Parameters

None.

Body Parameters

CloneProductsCampaignDto
NameDescriptionTypeAdditional information
CurrentProductCampaignId

globally unique identifier

None.

NewProductCampaignId

globally unique identifier

None.

NewOrderId

globally unique identifier

Required

Request Formats

application/json, text/json

Sample:
{
  "CurrentProductCampaignId": "bc989f44-83b8-46b3-8553-301e8c7af74f",
  "NewProductCampaignId": "3788e367-7cdb-4d96-97ae-a64ee569ff10",
  "NewOrderId": "ed36fce2-13ff-43ca-9863-a36e67cba173"
}

application/xml, text/xml

Sample:
<CloneProductsCampaignDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Aardvark.Products.Models">
  <CurrentProductCampaignId>bc989f44-83b8-46b3-8553-301e8c7af74f</CurrentProductCampaignId>
  <NewOrderId>ed36fce2-13ff-43ca-9863-a36e67cba173</NewOrderId>
  <NewProductCampaignId>3788e367-7cdb-4d96-97ae-a64ee569ff10</NewProductCampaignId>
</CloneProductsCampaignDto>

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.