Update Opportunity Status
PUT/opportunities/:id/status
Update Opportunity Status
Request
Version stringrequired
API Version
Available options
v3id stringrequired
Opportunity Id
- application/json
- Body
- Example (auto)
Bodyrequired
statusstringrequired
New status for the opportunity
Available options
openwonlostabandonedalllostReasonIdstring
lost reason Id
{
"status": "open",
"lostReasonId": "CLu7BaljjqrEjBGKTNNe"
}
Successful response
- application/json
- Schema
- Example (auto)
Schema
successbooleanrequired
Indicates whether the operation was successful
{
"success": true
}