Download invoice group

DESCRIPTION

The telechargerGroupeFacture API allows a user to download one or more invoices issued, received or to be validated by specifying the reception format (XML, PDF or ZIP) and the attachments associated with these invoices. The downloaded file must not exceed the maximum size of a billing file (120 MB), regardless of the number of invoices downloaded. If the recovered folder exceeds this size, a 413 error will be raised.

ENVIRONMENTS

Production url https://chorus-pro.gouv.fr:5443/service/factures/telecharger/groupe
Qualification url https://chorus-pro.gouv.fr:5443/service-qualif/factures/telecharger/groupe

SETTINGS

Header parameters

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

Full description of API inpout and output parameters

Consult the API appendices API

{
 "idUtilisateurCourant" : 187,
 "idEspace" : 8,
 "format" : "PIVOT",
 "avecPiecesJointesComplementaires" : null,
 "listeFacture" : [ 
  {
   "idFacture" : 141
  },
  {
   "idFacture" : 142
  }, 
  { 
   "idFacture" : 143
  }, 
  {
   "idFacture" : 144 
  }
 ]
}
{
   "codeRetour": 0,
   "libelle": "CODE PAR DEFAUT",
   "fichierResultat": "Fichier encodé en base 64"

}
Print Friendly, PDF & Email
Back To Top