API Docs / Schemas / UpdateClientPipelineRequest

UpdateClientPipelineRequest

Request DTO for updating a client's pipeline card (full replacement)

Properties

Name Type Description
pipelineCode*string

The code of the pipeline to place the client on

The code of the pipeline to place the client on

stageCodestring

The code of the initial stage (optional — null means no stage yet)

The code of the initial stage (optional — null means no stage yet)

managedByUserCodestring

The code of the user managing this card (optional)

The code of the user managing this card (optional)

startDate*string

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

{
  "pipelineCode": "string",
  "stageCode": "string",
  "managedByUserCode": "string",
  "startDate": "2024-01-01T00:00:00Z",
  "endDate": "2024-01-01T00:00:00Z"
}

Used By Operations