====== Adding of the task ======
=== Description ===
Adds new task to the folder
=== Request code ===
OC_SIGNUP
=== Request errors ===
^ Request code ^ Code meaning ^ Explanation ^
| QE_LIMIT_EXCEEDED | Limit exceeded | The maximum number of tasks in the target folder has been exceeded |
=== Request body ===
"Action":,
"Data":{
"Token":,
"Folder ID":,
"Mask":,
"Name":,
"Ignore GU":,
"Allow proxy":,
"Allow static":,
"Unique period":,
"Range size":,
"Domain":,
"Ext source":,
"Before click":,
"After click":,
"Growth":,
"Days":,
"List ID":,
"List mode":,
"Profile":,
"Profile storage":,
"Frozen":
}
=== Response body ===
"Status":"Success",
"Data":{
"Task ID":
}