Clients / Contacts
API Reference : Clients
Description
Contacts d’un client
Propriétés
| Propriétés | Type | Description | Longueur |
|---|---|---|---|
| id | string | Id | |
| dateModification | datetime | Date de modification | |
| dateCreation | datetime | Date de création | |
| nom | string | Nom | 35 |
| prenom | string | Prénom | 35 |
| fonction | string | Fonction | 35 |
| civilite |
|
Civilité | |
| telecom | Telecom | Informations télécommunication |
Telecom
| Propriétés | Type | Description |
|---|---|---|
| portable | string | Numéro portable |
| string | ||
| telecopie | string | Numéro télécopie |
| telephone | string | Numéro téléphone |
Principales routes
| Verbe | Power Automate | Power Apps |
|---|---|---|
| Contacts du Client | ClientsGetContactsByKeyAndDATASETID |
|
| Contact du Client par son Id | ClientsGetContactsByKeyAndIdAndDATASETID |
|
| Ajout d’un contact au Client | ClientsPostContactsByKeyAndDATASETID |
|
| Suppression d’un contact du Client | ClientsDeleteContactsByKeyAndIdAndDATASETID |
|
| Modification d’un contact du Client | ClientsPatchContactsByKeyAndIdAndDATASETID |
|
| Autres routes |