API Docs / Schemas / ServiceCategoryDto

ServiceCategoryDto

A grouping used to classify billable services

Properties

Name Type Description
codestring

The unique code for this service category

The unique code for this service category

namestring

The display name of the service category, including this tenant's customisation of a system
category where one has been made

The display name of the service category, including this tenant's customisation of a system
category where one has been made

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

isSystemboolean

True for a built-in category supplied by Sodium. System categories can be renamed, reordered
and recoloured per tenant, but cannot be deleted.

True for a built-in category supplied by Sodium. System categories can be renamed, reordered
and recoloured per tenant, but cannot be deleted.

JSON Example

{
  "code": "string",
  "name": "string",
  "sortOrder": 0,
  "color": "string",
  "isSystem": false
}

Used By Operations

Contained in Schemas