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 | ||
| stageCode | string | The code of the initial stage (optional — null means no stage yet) |
The code of the initial stage (optional — null means no stage yet) | ||
| managedByUserCode | string | 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 | ||
| endDate | string | 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"
}