API Docs / Schemas / ClientPipelineDto

ClientPipelineDto

Response DTO for a client's placement on a sales pipeline (a kanban card).

Properties

Name Type Description
codestring

The unique code for this pipeline card

The unique code for this pipeline card

clientCodeAndNameDto
pipelineCodeAndNameDto
stageCodeAndNameDto
stageIconstring

Stage icon (Lucide icon name)

Stage icon (Lucide icon name)

stageColorstring

Stage colour (hex)

Stage colour (hex)

stageSetTimestring

When the current stage was set (UTC)

When the current stage was set (UTC)

managedByUserCodeAndNameDto
startDatestring

The date the client entered the pipeline

The date the client entered the pipeline

endDatestring

The date the client left the pipeline (optional)

The date the client left the pipeline (optional)

JSON Example

{
  "code": "string",
  "client": {
    "code": "string",
    "name": "string"
  },
  "pipeline": {
    "code": "string",
    "name": "string"
  },
  "stage": {
    "code": "string",
    "name": "string"
  },
  "stageIcon": "string"
}

Used By Operations

Contained in Schemas