post_copy_dataset
Overview
Copies a dataset to a new dataset with the specified name
Parameters
Name
Type
Required
Comments
CopyData
Boolean
No
Set this to true if you want to copy the stucture as well as the data of the specified dataset.
DatasetID
Integer
Yes
The id of the dataset you want to copy
NewDataset
String
Yes
The name of the new dataset you want to copy the specified dataset to
SubaccountID
Integer
No
Specify the id of the subaccount you want to copy the dataset to.
Returns
0
|Error (Different descriptions for the error)
1
|Dataset successfully copied
Example
https://www.emailbrain.com/api.aspx?Username=user@mydomain.com&Password=123456&Function=post_copy_dataset&DatasetID=123456NewDataset=Name