Client - Links
Manage external links associated with specific clients. Provides CRUD operations for client links which can point to external resources, websites, or portals relevant to the client. Links include URL, description, and link type information.
-
GET List Links for ClientLists all Links for the specified client./tenants/{tenant}/clients/{client}/clientlink
-
POST Create Link for ClientCreates a new Link for the specified client./tenants/{tenant}/clients/{client}/clientlink
-
GET Get Link for ClientGets a Link for the specified client./tenants/{tenant}/clients/{client}/clientlink/{code}
-
PUT Update Link for ClientUpdates the specified Link for the specified client./tenants/{tenant}/clients/{client}/clientlink/{code}
-
DELETE Delete Link for ClientDeletes a Link for the specified client./tenants/{tenant}/clients/{client}/clientlink/{code}