Client Contacts
Manage contacts associated with specific clients. Provides standard CRUD operations for client contacts including creation, retrieval, updating, and deletion. Client contacts are scoped to individual clients and include contact type, name, email, phone, and other contact information.
-
GET
List Contacts for Client
Lists all Contacts for the specified client.
/tenants/{tenant}/clients/{client}/clientcontact
-
POST
Create Contact for Client
Creates a new Contact for the specified client.
/tenants/{tenant}/clients/{client}/clientcontact
-
GET
Get Contact for Client
Gets a Contact for the specified client.
/tenants/{tenant}/clients/{client}/clientcontact/{code}
-
PUT
Update Contact for Client
Updates the specified Contact for the specified client.
/tenants/{tenant}/clients/{client}/clientcontact/{code}
-
DELETE
Delete Contact for Client
Deletes a Contact for the specified client.
/tenants/{tenant}/clients/{client}/clientcontact/{code}