UpdateClientBillableServiceStageRequest
Request DTO for updating a client billable service stage (kanban drag-and-drop)
Properties
| Name | Type | Description |
|---|---|---|
| stageCode | string | The code of the stage to move the client to. Null to clear the stage. |
The code of the stage to move the client to. Null to clear the stage. | ||
JSON Example
{
"stageCode": "string"
}