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 | Longueur |
---|---|---|---|
portable | string | Numéro portable | 35 |
string | 69 | ||
telephone | string | Numéro téléphone | 35 |
Relations
Navigation | Destination | Cardinalité | $expand |
---|---|---|---|
contacts/service | servicesContact | 1..1 |
Oui |
contacts/type | typesContact | 1..1 |
Oui |
Principales routes
Verbe | Route | Description |
---|---|---|
/{datasetId}/clients('{key}')/contacts |
liste des contacts d’un client | |
/{datasetId}/clients('{key}')/contacts('{id}') |
Contact d’un client d’après son Id | |
/{datasetId}/clients('{key}')/contacts |
Ajout d’un contact d’un client | |
/{datasetId}/clients('{key}')/contacts('{id}') |
Suppression d’un contact d’un client | |
/{datasetId}/clients('{key}')/contacts('{id}') |
Modification d’un contact d’un client | |
/{datasetId}/clients('{key}')/contacts('{id}') |
Modification partielle d’un contact d’un client | |
Autres routes |