Services
Tenant-level billable services catalog management. Provides CRUD operations with filtering by category, client type, archived status, and search terms. Includes library access for creating services from templates, AI-powered service generation from service names (generates description and pricing), pricing factor generation for existing services, and creating services from library templates with optional property overrides.
-
GET List BillableServicesLists all BillableServices for the given tenant./tenants/{tenant}/services
-
POST Create BillableServiceCreates a new BillableService for the specified tenant./tenants/{tenant}/services
-
GET Get BillableServiceGets a BillableService for the specified tenant./tenants/{tenant}/services/{code}
-
PUT Update BillableServiceUpdates a BillableService for the specified tenant./tenants/{tenant}/services/{code}
-
DELETE Delete BillableServiceDeletes a BillableService for the specified tenant./tenants/{tenant}/services/{code}
-
GET LibraryList all BillableServices available in the library as templates. Use optional 'search' query parameter to filter by Code, Name, or Description./tenants/{tenant}/services/library
-
GET Library ItemGet details of a specific BillableService template from the library/tenants/{tenant}/services/library/{code}
-
POST Create Service from LibraryCreates a new BillableService for the tenant based on a library template. Provide a request body to specify any property overrides from the library te.../tenants/{tenant}/services/library/{libraryCode}/create
-
POST Generate ServiceGenerates a complete BillableService DTO with AI-generated content based on the service name/tenants/{tenant}/services/generate
-
POST Generate Pricing FactorsGenerates pricing factor questions and options for an existing service using AI/tenants/{tenant}/services/{code}/generatefactors