Client - Notes
Manage notes associated with specific clients. Supports creating, listing, updating, and deleting client notes with filtering capabilities. Notes can be used for tracking communications, observations, or important client information with timestamp and author tracking.
-
GET List Notes for ClientLists all Notes for the specified client./tenants/{tenant}/clients/{client}/clientnote
-
POST Create Note for ClientCreates a new Note for the specified client./tenants/{tenant}/clients/{client}/clientnote
-
GET Get Note for ClientGets a Note for the specified client./tenants/{tenant}/clients/{client}/clientnote/{code}
-
PUT Update Note for ClientUpdates the specified Note for the specified client./tenants/{tenant}/clients/{client}/clientnote/{code}
-
DELETE Delete Note for ClientDeletes a Note for the specified client./tenants/{tenant}/clients/{client}/clientnote/{code}
-
GET Get Pinned Notes for ClientGets all pinned notes for the specified client (PinnedLevel > 0), ordered by PinnedLevel descending./tenants/{tenant}/clients/{client}/clientnote/pinned