API Docs / Schemas / CreatePipelineRequest

CreatePipelineRequest

Request DTO for creating a new sales pipeline

Properties

Name Type Description
name*string

The name of the pipeline

The name of the pipeline

descriptionstring

The description of the pipeline

The description of the pipeline

isArchivedboolean

Indicates whether this pipeline is archived (inactive)

Indicates whether this pipeline is archived (inactive)

defaultManagedByUserCodestring

The code of the user who is the default manager for this pipeline

The code of the user who is the default manager for this pipeline

showKanbanBoardboolean

Whether this pipeline should appear on the Boards kanban view

Whether this pipeline should appear on the Boards kanban view

stagesarray of PipelineStageDto

User-defined stages for this pipeline

User-defined stages for this pipeline

JSON Example

{
  "name": "string",
  "description": "string",
  "isArchived": false,
  "defaultManagedByUserCode": "string",
  "showKanbanBoard": false
}

Used By Operations