====== Adding of the folder ====== === Description === Adds a new folder in account. === Request body === OC_ADDFOLDER === Request errors === ^ Request code ^ Code meaning ^ Explanation ^ | QE_LIMIT_EXCEEDED | Limit exceeded | Exceeded the maximal number of folders allowed for account | === Request body === "Action":, "Data":{ "Token":, "Name": } === Response body === "Status":"Success", "Data":{ "Folder ID": } === Additionally === * If the list was successfully added, then identifier of the folder will be returned by server.