Copy the campaign into the specified Application
POST {{baseUrl}}/v1/applications/:applicationId/campaigns/:campaignId/copy
Copy the campaign into all specified Applications.
Request Body
{"name"=>"Copy of Summer promotions", "applicationIds"=>[1, 2, 3], "description"=>"Campaign for all summer 2021 promotions", "startTime"=>"2021-06-01T09:00:27.993483Z", "endTime"=>"2021-09-10T01:00:00.993483Z", "tags"=>["Summer", "Shoes"], "evaluationGroupId"=>2}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |