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 | ||
| 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 | ||
JSON Example
{
"name": "string",
"sortOrder": 0,
"color": "string"
}