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":<OC_ADDFOLDER>, "Data":{ "Token":<MyToken>, "Name":<MyFolderName> }
Response body
"Status":"Success", "Data":{ "Folder ID":<NewFolderID> }
Additionally
- If the list was successfully added, then identifier of the folder will be returned by server.