Clients
Clients — 10 endpoints.
Get all clients with filtering and pagination
GET /clients
Create a new client
POST /clients
Find clients by exact name match
GET /clients/find-by-name
Get a client by ID
GET /clients/id
Update a client
PATCH /clients/id
Soft delete a client
DELETE /clients/id
Get all documents for a specific client
GET /clients/id/documents
Get document overrides for a client
GET /clients/id/document-overrides
Update document overrides for a client
PATCH /clients/id/document-overrides
Delete document override for a specific type
DELETE /clients/id/document-overrides/docType

