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