v1

latestOpenAPI 3.1.12026-07-268973189.3 KB
Reference Data

Update a deal pipeline stage

Updates a pipeline stage's name, position, probability, rotting days, or type. Only provided fields are changed.

patch/pipeline-stages/{id}

Path parameters

idstring required

Pipeline stage ID (dps_ prefix)

Request body

namestring

Stage name

positionnumber

Display order in the pipeline (lower comes first)

probabilitynumber

Win probability percentage (0-100)

rottingInDaysnumber

Days a deal can sit in this stage before it is flagged as rotting

type'ACTIVE' | 'WON' | 'LOST'

Stage type

Response

OK

idstring required

Pipeline stage ID (dps_ prefix)

namestring required

Stage name

positionnumber required

Display order in the pipeline

probabilitynumber required

Win probability percentage

type'ACTIVE' | 'WON' | 'LOST' required

Stage type. Moving a deal to a WON or LOST stage updates deal status.