Récupérer type identifiant structure
DESCRIPTION
La méthode recupererTypeIdentifiantStructure permet de récupérer les types d’identifiants pouvant être renseignés par un fournisseur ou un valideur de facture.
ENVIRONNEMENTS
URL de Production | https://chorus-pro.gouv.fr:5443/service/transverses/recuperer/typeidentifiant/structure |
URL de Qualification | https://chorus-pro.gouv.fr:5443/service-qualif/transverses/recuperer/typeidentifiant/structure |
PARAMÈTRES
Paramètres du Header
Compte technique | Varchar | Obligatoire |
Mot de passe | Varchar | Obligatoire |
Certificat | Varchar | Obligatoire |
Content-Type | Varchar | Obligatoire |
Description complète des paramètres d'entrée et de sortie de l'API
Consulter les annexes API
{ }
{ "codeRetour": 0, "libelle": "TRA_MSG_00.000", "listeTypeIdentifiant": [ {"typeIdentifiantStructure": "SIRET"}, {"typeIdentifiantStructure": "UE_HORS_FRANCE"}, {"typeIdentifiantStructure": "HORS_UE"}, {"typeIdentifiantStructure": "RIDET"}, {"typeIdentifiantStructure": "TAHITI"}, {"typeIdentifiantStructure": "AUTRE"}, {"typeIdentifiantStructure": "PARTICULIER"} ] }