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":<OC_ADDTASK>, "Data":{ "Token":<MyToken>, "Folder ID":<MyFolderID>, "Mask":<MyMask>, "Name":<MyName>, "Ignore GU":<MyIgnoreGU>, "Allow proxy":<MyAllowProxy>, "Allow static":<MyAllowStatic>, "Unique period":<MyUniquePeriod>, "Range size":<MyRangeSize>, "Domain":<MyDomain>, "Ext source":<MyExtSource>, "Before click":<MyBeforeClick>, "After click":<MyAfterClick>, "Growth":<MyGrowth>, "Days":<MyDays>, "List ID":<MyListID>, "List mode":<MyListMode>, "Profile":<MyProfile>, "Profile storage":<MyProfileStorage>, "Frozen":<MyFrozen> }
Response body
"Status":"Success", "Data":{ "Task ID":<NewTaskID> }