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 Client
Lists all Client Services for the specified client.
/api/tenants/{tenant}/clients/{client}/services/clientbillableservice
-
POST
Create Client Service for Client
Creates a new Client Service for the specified client.
/api/tenants/{tenant}/clients/{client}/services/clientbillableservice
-
GET
Get Client Service for Client
Gets a Client Service for the specified client.
/api/tenants/{tenant}/clients/{client}/services/clientbillableservice/{code}
-
PUT
Update Client Service for Client
Updates the specified Client Service for the specified client.
/api/tenants/{tenant}/clients/{client}/services/clientbillableservice/{code}
-
DELETE
Delete Client Service for Client
Deletes a Client Service for the specified client.
/api/tenants/{tenant}/clients/{client}/services/clientbillableservice/{code}