Pinvoice / pipedrive-php-api

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

Add Stages #11

Closed melvinsh closed 9 years ago

melvinsh commented 10 years ago

Stage is a logical component of a Pipeline, and essentially a bucket that can hold a number of Deals. In the context of the Pipeline a stage belongs to, it has an order number which defines the order of stages in that Pipeline.

GET Get all stages/stages GET Get one stage/stages/:id GET Get deals in a stage/stages/:id/deals POST Add a new stage/stages PUT Update stage details/stages/:id DELETE Delete a stage/stages/:id DELETE Delete multiple stages in bulk/stages