Add Task - API home
Description - Use this method to add a task, specifying a title, and optional tags and notes.
Arguments -
- username - the username you want to use.
- password - the password of the user (encoded).
- newtitle - the title of the new task.
- notes - the notes attached to the new task.
- tags - the tags attached to the new task.
Example Call -
http://requests.wipeelist.com/add/?username=Joey&password=PASSWORD&newtitle=New+Task¬es=I+love+notes.&tags=i,love,tags,too
Example Response -
<response>
<status>Success</status>
<statuscode>200</statuscode>
<statusmessage>N/A</statusmessage>
<taskid>1340</taskid>
</response>
