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 ClientLists all Contacts for the specified client./tenants/{tenant}/clients/{client}/clientcontact
-
POST Create Contact for ClientCreates a client-contact relationship. If Contact.Code is provided and matches an existing contact, that contact will be linked to this client. If Con.../tenants/{tenant}/clients/{client}/clientcontact
-
GET Get Contact for ClientGets a Contact for the specified client./tenants/{tenant}/clients/{client}/clientcontact/{code}
-
PUT Update Contact for ClientUpdates the specified Contact for the specified client./tenants/{tenant}/clients/{client}/clientcontact/{code}
-
DELETE Delete Contact for ClientDeletes a Contact for the specified client./tenants/{tenant}/clients/{client}/clientcontact/{code}