ServiceCategoryDto
A grouping used to classify billable services
Properties
| Name | Type | Description |
|---|---|---|
| code | string | The unique code for this service category |
The unique code for this service category | ||
| name | string | The display name of the service category, including this tenant's customisation of a system |
The display name of the service category, including this tenant's customisation of a system | ||
| sortOrder | integer | The sort order for displaying service categories |
The sort order for displaying service categories | ||
| color | string | The color associated with this service category |
The color associated with this service category | ||
| isSystem | boolean | True for a built-in category supplied by Sodium. System categories can be renamed, reordered |
True for a built-in category supplied by Sodium. System categories can be renamed, reordered | ||
JSON Example
{
"code": "string",
"name": "string",
"sortOrder": 0,
"color": "string",
"isSystem": false
}