POST
- A successful create or update returns a response code 200 and the updated note.
POST projecten.viadesk.com/api/note.json
form field “parent” // id of the office under which the note will be created
form field “id” // the id of the note (required for editing an existing note)
form field “name” // name of note (required)
form field “body” // description of the note (required)
form field “showInActivity” // display in timeline and morning email (optional, default true)
form field “tag” // one or more tags (optional)
form field “topic” // one or more tags (optional)
file “attachment” // adding an attachment (optional)
DELETE
- The DELETE method allows you to trash a note if the user has the required permission.
- A successful DELETE returns response code 200.
DELETE projecten.viadesk.com/api/note.json?id=1044975-…