API Docs / Schemas / CreateServiceCategoryRequest

CreateServiceCategoryRequest

DTO for creating a service category

Properties

Name Type Description
name*string

The display name of the service category

The display name of the service category

sortOrderinteger

The sort order for displaying service categories

The sort order for displaying service categories

colorstring

The color associated with this service category

The color associated with this service category

JSON Example

{
  "name": "string",
  "sortOrder": 0,
  "color": "string"
}

Used By Operations