Opportunity Statuses
Opportunity statuses are a customizable list of stages an Opportunity can be in.
Each Opportunity Status always has a status_type
of either active
, won
, or lost
.
GET /status/opportunity/
POST /status/opportunity/
There are three different types of opportunity statuses: active
, won
, lost
.
To create an Opportunity Status in a specific Pipeline, include
a pipeline_id
in your payload.
PUT /status/opportunity/{status_id}/
DELETE /status/opportunity/{status_id}/
You should make sure no opportunities are assigned this status, first.