POST api/campaigns/clone
Request Information
URI Parameters
None.
Body Parameters
CloneProductsCampaignDto| Name | Description | Type | Additional information |
|---|---|---|---|
| CurrentProductCampaignId | globally unique identifier |
None. |
|
| NewProductCampaignId | globally unique identifier |
None. |
|
| NewOrderId | globally unique identifier |
Required |
Request Formats
application/json, text/json
Sample:
{
"CurrentProductCampaignId": "04ff668e-d29e-405c-9e47-a0966c2bddb8",
"NewProductCampaignId": "b013dcf9-5c8c-407f-b1a2-31fe4aada8f2",
"NewOrderId": "9871f4ef-87de-4375-be16-cd787366e948"
}
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>04ff668e-d29e-405c-9e47-a0966c2bddb8</CurrentProductCampaignId> <NewOrderId>9871f4ef-87de-4375-be16-cd787366e948</NewOrderId> <NewProductCampaignId>b013dcf9-5c8c-407f-b1a2-31fe4aada8f2</NewProductCampaignId> </CloneProductsCampaignDto>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.