Create a Copy of a Campaign
Creates a copy of the campaign with the specified campaign id.
Path Parameters
idnumberrequired
The id of the campaign to copy.
HTTP Response Examples
200
{
"Status": true,
"Message": "",
"Response": {
"id": 3389
}
}
HTTP Response Parameters
idnumber
The id of the new campaign created as a copy.