- Description:
- Saves a new Note and returns a status reponse indicating either success or failure.
- Required Parameters:
-
- title
- The title of the Note to save.
- Optional Parameters:
-
- noteId
- ID of an existing note. When a valid ID is specified, the old Note is overwritten.
- tags
- Comma-separated list of tags.
- description
- A free-text note.
Example Requests
http://www.simpy.com/simpy/api/rest/SaveNote.do?title=Cheeses&tags=food,cheese&description=Gouda+Ricotta+Feta
Example Response
<?xml version="1.0" encoding="UTF-8"?>
<status>
<code>0</code>
<message>Note saved successfully.</message>
</status>
Status Codes
0: Success
100: Required parameter missing
301: Entity storage error