Retrieve invoicing framework

DESCRIPTION

The recupererCadreFacturation API retrieves the list of billing frameworks that can be filled in when entering an invoice.

ENVIRONMENTS

Production url https://chorus-pro.gouv.fr:5443/service/transverses/recuperer/cadrefacturation
Qualification url https://chorus-pro.gouv.fr:5443/service-qualif/transverses/recuperer/cadrefacturation

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

{
"typeDemandePaiement" : "FACTURE"   
 }
{
   "codeRetour": 0,
   "libelle": "TRA_MSG_00.000",
   "listeCadreFacturation":    [
      {"codeCadreFacturation": "A1_FACTURE_FOURNISSEUR"},
      {"codeCadreFacturation": "A2_FACTURE_FOURNISSEUR_DEJA_PAYEE"},
      {"codeCadreFacturation": "A9_FACTURE_SOUSTRAITANT"},
      {"codeCadreFacturation": "A12_FACTURE_COTRAITANT"}
   ]
}
Print Friendly, PDF & Email
Back To Top