Index for Data API Methods > Zoho Planner > ZP - Update list item

ZP - Update list item

Tags:  



Update list item.

 
 
Method name http://planner.zoho.com/api/private/xml/listitem/update/(listItemId)
API description Given ticket, apikey and one of the listItemId from the list and the listItem, returns the updated listItem in that list on sucessful authentication.
Parameters to be passed ticket, apikey, listItemId and listItem
Sample call <form method="post" action="http://planner.zoho.com/api/private/xml/listitem/update/130801?ticket=[Ticket]&apikey=[ApiKey]">

<input type="hidden" name="listItem" value="Updating through api">
<input type="submit" value="Update List Item" name="submit">
</form>
Output XML <response uri="/api/private/xml/listitem/update/130801">
  <result>
    <ListItem>
      <listitem_id>130801</listitem_id>
      <list_item>Updating through api</list_item>
      <sequence>1</sequence>
    </ListItem>
  </result>
</response>



 RSS of this page