API Docs / Schemas / BillableServiceStageDto

BillableServiceStageDto

DTO for a user-defined workflow stage on a billable service

Properties

Name Type Description
codestring

The unique code for this stage

The unique code for this stage

namestring

The display name of this stage

The display name of this stage

descriptionstring

Optional description of what this stage represents

Optional description of what this stage represents

iconstring

Optional Lucide icon name for visual identification

Optional Lucide icon name for visual identification

colorstring

Optional hex colour for visual identification

Optional hex colour for visual identification

sortOrderinteger

The display order for this stage

The display order for this stage

JSON Example

{
  "code": "string",
  "name": "string",
  "description": "string",
  "icon": "string",
  "color": "string"
}

Contained in Schemas