API entrante
Ce module comprend un ensemble de méthodes permettant d’interagir avec Open CRM sur différents éléments : dossiers, individus et profils.
Authentification
POST /ODE_API/access_token : récupérer un token
Appairage
POST /ODE_API/V8/custom/appairage-set : insérer un appariage sur un module (individu, profil, dossier)
GET /ODE_API/V8/custom/appairage-get-objet/OPS_dossier/gestionfin/{n° appairage} : récupérer un dossier dans un PDF
Domiciliation
POST /ODE_API/V8/custom/domiciliation-set : créer une domiciliation bancaire en lien avec un module
GET /ODE_API/V8/custom/domiciliations-get/OPS_personne_morale/{id profil} : récupérer une domiciliation sur un profil
Dossier
GET /ODE_API/V8/custom/dossier-get-pdf/{n° dossier} : récupérer un dossier dans un PDF
GET /ODE_API/V8/custom/dossier-get-statut/{n° dossier} : récupérer l’étape et le statut courant d’un dossier
GET /ODE_API/V8/custom/dossier-get-by-appairage/{n° dossier} : récupérer le(s) dossier(s) à partir d’une référence externe mémorisée dans l’appairage
Individu
GET /ODE_API/V8/custom/individu-get-civilite/{nom}/{prenom}/{date naissance JJ-MM-AAAA} : récupérer un individu à partir de sa civilité
GET /ODE_API/V8/custom/individu-get-email/{email} : récupérer un individu à partir de son email
Justificatif
POST /ODE_API/V8/custom/justificatif-set : créer un justificatif en lien avec un module
GET /ODE_API/V8/custom/dossier-get-justificatif/{n° dossier}/{type de justificatif} : récupérer un justificatif d’un type donné sur un dossier
Profil
POST /ODE_API/V8/custom/profil-set : créer un profil
POST /ODE_API/V8/custom/tiers-set-relation : créer une relation entre un profil et un individu
GET /ODE_API/V8/custom/profil-get/siret/{n° SIRET} : récupérer un profil à partir d’un SIRET
GET /ODE_API/V8/custom/profil-get/numero_rna/{n° RNA} : récupérer un profil à partir d’un N° RNA
Pour qui
Développeur
Chemin
Requêtes https
Version
Module API 3.0



