Les webhook Métier permettent de manipuler une entité (client, contact, ...) à partir de l'extérieur via un appel de type http.
Les webhook Métier implémentent une structure commune de leur contrat JSON.
Entête
Le JSON lors de l'appel au webHook devra contenir les éléments suivants:
Info |
---|
|
...
- GET : lire un enregistrement
- PUT: écrire un enregistrement
- DELETE: supprimer un enregistrement
- LIST: lister plusieurs enregistrements
- DEFINITION : obtenir les propriétés de l'objet métier ainsi que les listes de valeurs possibles associées
Info |
---|
|
Réponse
Standard response of a webhook :
...
Info |
---|
|
if the verb is PUT, then response has 1 section:
Info |
---|
|
if the verb is DELETE, then response has 1 section:
Info |
---|
|
if the verb is LIST or GET, then response has 2 sections:
Info |
---|
|
if the verb is DEFINITION, then response has 2 sections:
Info |
---|
|