ZP - Mark list item

Tags:  



Mark list item as complete/incomplete.

 
 
Method name http://planner.zoho.com/api/private/xml/listitem/complete/(listItemId)
API description Given the ticket, apikey, listItemId from the listItems and isCompleted as true or false, marks the listItem as completed or incomplete on sucessful authentication.
Parameters to be passed ticket, apikey, isCompleted (either true or false)
Sample call <form method="post" action="http://planner.zoho.com/api/private/xml/listitem/complete/130801?ticket=[Ticket]&apikey=[ApiKey]">

<input type="hidden" name="isCompleted" value="true">
<input type="submit" value="Complete List Item" name="submit">
</form>
Output XML <response uri="/api/private/xml/listitem/complete/130801">
  <result>
    <listitem_id>130801</listitem_id>
    <description>Marked the list item</description>
  </result>
</response>



 RSS of this page