ZP - Update notes

Tags:  



Update notes in a particular page.

 
 
Method name http://planner.zoho.com/api/private/xml/note/update/(noteId)
API description Given the ticket, apikey, noteId from the list and noteTitle or noteBody, updates the notes in that page on successful authentication.
Parameters to be passed ticket, apikey, noteId, pageTitle or pageBody
Sample call <form method="post" action="http://planner.zoho.com/api/private/xml/note/update/38701?ticket=[Ticket]&apikey=[ApiKey]">

<input type="hidden" name="noteTitle" value="Updated via API">
<input type="hidden" name="noteBody" value="Body updated throu api">
<input type="submit" value="Update Notes" name="submit">
</form>
Output XML <response uri="/api/private/xml/note/update/38701">
  <result>
    <Notes>
      <note_id>38701</note_id>
      <note_title>Updated via API</note_title>
      <note_body>Body updated throu api</note_body>
      <posted_date>Wed, 6 Jun 2007</posted_date>
    </Notes>
  </result>
</response>



 RSS of this page