Clients
Comprehensive client management including CRUD operations and task summaries. Supports filtering by manager, partner, status, type, and search terms.
-
GET List ClientsLists all Clients for the given tenant./tenants/{tenant}/clients
-
POST Create ClientCreates a new Client for the specified tenant./tenants/{tenant}/clients
-
PATCH Bulk Update ClientsUpdates multiple clients at once. Supports updating partner, manager, associate, PCL sent status, and client status. At least one update field must be.../tenants/{tenant}/clients
-
GET Get ClientGets a Client for the specified tenant./tenants/{tenant}/clients/{code}
-
PUT Update ClientUpdates a Client for the specified tenant./tenants/{tenant}/clients/{code}
-
DELETE Delete ClientDeletes a Client for the specified tenant./tenants/{tenant}/clients/{code}
-
GET Task SummaryReturns a count of top-level tasks grouped by status for the specified client (excludes child tasks)/tenants/{tenant}/clients/{code}/tasks/summary