CreateClientPipelineRequest
Request DTO for placing a client on a sales pipeline (creating a card)
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 | ||
JSON Example
{
"pipelineCode": "string",
"stageCode": "string",
"managedByUserCode": "string",
"startDate": "2024-01-01T00:00:00Z"
}