Pinvoice / pipedrive-php-api

PHP API for Pipedrive. Currently supports READ-ONLY requests.
MIT License
6 stars 7 forks source link

Add Notes #6

Closed melvinsh closed 9 years ago

melvinsh commented 10 years ago

Notes are pieces of textual (HTML-formatted) information that can be attached to Deals, Persons and Organizations. Notes are usually displayed in the UI in a chronological order – newest first – and in context with other updates regarding the item they are attached to.

GET Get all notes/notes GET Get one note/notes/:id POST Add a note/notes PUT Update a note/notes/:id DELETED elete a note/notes/:id