Client - Services
Manage billable services associated with specific clients. Provides CRUD operations for linking BillableServices to individual clients, tracking which services are actively provided to each client. This represents the client-specific instances of services from the tenant's service catalog.
-
GET List Client Services for ClientLists all Client Services for the specified client./tenants/{tenant}/clients/{client}/services/clientbillableservice
-
POST Create Client Service for ClientCreates a new Client Service for the specified client./tenants/{tenant}/clients/{client}/services/clientbillableservice
-
GET Get Client Service for ClientGets a Client Service for the specified client./tenants/{tenant}/clients/{client}/services/clientbillableservice/{code}
-
PUT Update Client Service for ClientUpdates the specified Client Service for the specified client./tenants/{tenant}/clients/{client}/services/clientbillableservice/{code}
-
DELETE Delete Client Service for ClientDeletes a Client Service for the specified client./tenants/{tenant}/clients/{client}/services/clientbillableservice/{code}