Mark Task as Complete - API home
Description - Use this method to mark a specific task as complete.
Arguments -
- username - the username you want to use.
- password - the password of the user (encoded).
- id - the ID of the task you want to mark as complete.
Example Call -
http://requests.wipeelist.com/v1/complete/?username=Joey&password=PASSWORD&id=85
Example Response -
<response>
<status>Success</status>
<statuscode>200</statuscode>
<statusmessage>N/A</statusmessage>
<responsemessage>Updated</responsemessage>
</response>
