LectureInformationBancaireSociete
  • 19 May 2023
  • 1 Minute à lire
  • Sombre
    Lumière
  • PDF

LectureInformationBancaireSociete

  • Sombre
    Lumière
  • PDF

Résumé de l’article

Fonction API

/v1/FicheSociete/LectureInformationBancaireSociete

Verbe HTTP

Post

Description

Permet de récupérer les informations bancaires liées à un dossier

Groupe de fonctions API

DATA001

Paramètres de la requête

ParamètreTypeDescription
numeroDossierstring

Numéro du dossier concerné par la requête

Paramètres de la réponse

ParamètreTypeDescription
sepaModeComptabilisationinteger(int32)Indique le mode de comptabilisation des opérations configuré dans le dossier :
Mode de comptabilisation des opérations
Valeur correspondante
Par défaut
0
Comptabilisation par lot 1
Comptabilisation unitaire 2
informationBancaireSocieteInformationBancaireSociete[]Liste d'éléments structurés contenant les informations bancaires de la société (cf. détail ci-dessous)

InformationBancaireSociete

ParamètreTypeDescription
nomInterneEtablissementstringNom interne de l'établissement auquel sont rattachées les informations bancaires
ribstringRIB du compte
formatFichiersinteger(int32)Format du fichier bancaire:
Format du fichier bancaire
Valeur correspondante
Sepa
0
Sepa 03
3
Sepa 03 2.14
Paymen
5
Etebac
2
CFonb 160c
6
International
7
ibanstringIBAN du compte
bicstringBIC du compte
numeroEmetteurstringNuméro émetteur du compte

Requête

{
  "numeroDossier": "string"
}

Réponse

{
  "sepaModeComptabilisation": 0,
  "informationBancaireSociete": [
    {
      "nomInterneEtablissement": "string",
      "rib": "string",
      "formatFichiers": 0,
      "iban": "string",
      "bic": "string",
      "numeroEmetteur": "string"
    },
    {
      "nomInterneEtablissement": "string",
      "rib": "string",
      "formatFichiers": 0,
      "iban": "string",
      "bic": "string",
      "numeroEmetteur": "string"
    }
  ]
}

Messages d'erreur

ErreurMessageDescription

Cet article vous a-t-il été utile ?

Changing your password will log you out immediately. Use the new password to log back in.
First name must have atleast 2 characters. Numbers and special characters are not allowed.
Last name must have atleast 1 characters. Numbers and special characters are not allowed.
Enter a valid email
Enter a valid password
Your profile has been successfully updated.