API Docs / Schemas / UpdateClientBillableServiceStageRequest

UpdateClientBillableServiceStageRequest

Request DTO for updating a client billable service stage (kanban drag-and-drop)

Properties

Name Type Description
stageCodestring

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"
}

Used By Operations