Update a list in a particular page.
| Method name |
http://planner.zoho.com/api/private/xml/list/update/(listId)
|
| API description |
Given the ticket, apikey, list id from the list
and listName, returns the updated list in that page on successful
authentication. |
| Parameters
to be passed |
ticket, apikey and listName |
| Sample call |
<form method="post"
action="http://planner.zoho.com/api/private/xml/list/update/47701?ticket=[Ticket]&apikey=[ApiKey]">
<input type="hidden" name="listName" value="Checking through
api">
<input type="submit" value="Update List" name="submit">
</form>
|
| Output XML |
<response
uri="/api/private/xml/list/update/47701">
<result>
<List>
<list_id>47701</list_id>
<list_name>Checking through
api</list_name>
<page_id>43383</page_id>
<sequence>5</sequence>
</List>
</result>
</response> |