Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 790 Bytes

Stage.md

File metadata and controls

13 lines (10 loc) · 790 Bytes

# Stage

Properties

Name Type Description Notes
name string The name of the stage [optional]
pipeline_id int The ID of the pipeline to add stage to [optional]
deal_probability int The success probability percentage of the deal. Used/shown when deal weighted values are used. [optional]
rotten_flag bool Whether deals in this stage can become rotten [optional]
rotten_days int The number of days the deals not updated in this stage would become rotten. Applies only if the `rotten_flag` is set. [optional]

[Back to Model list] [Back to API list] [Back to README]