Update Client Service Stage
Updates only the stage for a client billable service. Designed for kanban board drag-and-drop — avoids the overhead of a full PUT.
Parameters
| Name | Type | Description |
|---|---|---|
| tenant* | path string | The Tenant.Code |
The Tenant.Code |
||
| client* | path string | |
| code* | path string | |
Request Body*
{
"stageCode": "string"
}
Responses
204 No Content
400 Bad Request
401 Unauthorized – Invalid or missing API key
404 Not Found