Service - Categories
Tenant-configurable categories for grouping billable services. Provides CRUD operations for creating, retrieving, updating, and deleting service categories. Every tenant sees a shared set of built-in categories plus any it creates itself. A tenant can rename, reorder and recolour a built-in category - the change applies only to that tenant and leaves existing services attached to it - but built-in categories cannot be deleted.
-
GET List ServiceCategoriesLists all ServiceCategories for the given tenant./tenants/{tenant}/service-categories
-
POST Create ServiceCategoryCreates a new ServiceCategory for the specified tenant./tenants/{tenant}/service-categories
-
GET Get ServiceCategoryGets a ServiceCategory for the specified tenant./tenants/{tenant}/service-categories/{code}
-
PUT Update ServiceCategoryUpdates a ServiceCategory for the specified tenant./tenants/{tenant}/service-categories/{code}
-
DELETE Delete ServiceCategoryDeletes a ServiceCategory for the specified tenant./tenants/{tenant}/service-categories/{code}