Update opportunity pipeline status (OPEN/WON/LOST)
PATCH/api/v2/records/update-pipeline/:recordId
Updates the status of a business record directly (distinct from moving
between pipeline stages). Primarily used to mark an Opportunity as WON or LOST.
Required Fields:
recordId: ID of the record, sent as a path parametermoduleId: One of["LM", "OM", "CM", "AM"], or a custom module ID (e.g.CO1,CO2,CO12)status: One of["OPEN", "WON", "LOST"]reason: Required whenstatusisLOST
Required Permissions:
- Module-specific Update permissions
Request
Responses
- 200
Pipeline status updated successfully