Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1006 Bytes

BasePipeline.md

File metadata and controls

16 lines (13 loc) · 1006 Bytes

# BasePipeline

Properties

Name Type Description Notes
id int The ID of the pipeline [optional]
name string The name of the pipeline [optional]
url_title string The pipeline title displayed in the URL [optional]
order_nr int Defines the order of pipelines. First order (`order_nr=0`) is the default pipeline. [optional]
active bool Whether this pipeline will be made inactive (hidden) or active [optional]
deal_probability bool Whether deal probability is disabled or enabled for this pipeline [optional]
add_time string The pipeline creation time. Format: YYYY-MM-DD HH:MM:SS. [optional]
update_time string The pipeline update time. Format: YYYY-MM-DD HH:MM:SS. [optional]

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