Search for a legal commitment

DESCRIPTION

The legal commitment search method allows you to search for a legal commitment.

ENVIRONMENTS

URL of Production https://chorus-pro.gouv.fr:5443/service/engagementsJuridiques/rechercher
URL of Qualification https://chorus-pro.gouv.fr:5443/service-qualif/engagementsJuridiques/rechercher

SETTINGS

Header Settings

Technical account Varchar Obligatoire
Password Varchar Obligatoire
Certificate Varchar Obligatoire
Content-Type Varchar Obligatoire

Full description of API input and output parameters

 

See the appendices API

{          
  "codeEngagementJuridique": null,
  "numeroEngagementJuridique": "147853",
  "numeroMarcheEngagementJuridique": null,
  "structureReceptriceEngagementJuridique": null,
  "etatCourantEngagementJuridique": null,
  "periodeDateNotificationEJDu": null,
  "periodeDateNotificationEJAu": null,
  "montantTTCMin": null,
  "montantTTCMax": null,
  "parametresRecherche": {
   "pageResultatDemandee": 1,
   "nbResultatsParPage": 10,
   "triSens": "Descendant",
   "triColonne": "DateCreationEJ"
  }
}
{
   "codeRetour": 0,
   "libelle": "TRA_MSG_00.000",
   "listeEngagementJuridique": [   {
      "idEngagementJuridique": 4,
      "libelleTypeEngagementJuridique": "BON_DE_COMMANDE",
   "numeroEngagementJuridique": "147853",
   "structureReceptrice": "DEV088DESTINATAIRE",
   "identifiantStructureReceptrice": null,
   "libelleStructureReceptrice": null,
   "codeServiceExecutant": "SERVICE_DEFAUT",
   "libelleServiceExecutant": "Service par défaut de la structure",
      "dateNotificationEJ": "2015-07-03T00:00:00+02:00",
      "libelleEtatCourantEJ": "COMMANDE",
      "montantTotalTtc": 5000,
   "deviseEngagement": null,
   "taillePJ": null,

   }],
   "parametresRetour":    {
      "nbResultatsParPage": 10,
      "pageCourante": 1,
      "pages": 1,
      "total": 1
   }
}
Print Friendly, PDF & Email
Back To Top