Pinvoice / pipedrive-php-api

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

Add Files #5

Closed melvinsh closed 9 years ago

melvinsh commented 10 years ago

Files are documents of any kind (images, spreadsheets, text files, etc) that are uploaded to Pipedrive, and usually associated with a particular Deal, Person or Organization. Note that the API currently does not support uploading files although it lets you retrieve file meta info along retrieve a download URL where the file can be downloaded using a standard HTTP GET request.

GET Get all files/files GET Get one file/files/:id POST Add file(s)/files PUT Update file details/files/:id DELETE Delete a file/files/:id