http://www.cfcal-banque.fr/objets/MIOB/1.1
http://www.cfcal-banque.fr/objets/MIOB/1.1 / InformationsMiseAJourMIOB Complex Type
Dans cette rubrique
    InformationsMiseAJourMIOB Complex Type
    Dans cette rubrique
    Description
    Informations demandés lors de la mise à jour d'un MIOB
    Espace de noms http://www.cfcal-banque.fr/objets/MIOB/1.1
    Type
    Diagramme
    VilleRCS Élément AdresseSiegeSocial Élément TypeCategorieORIAS Élément EnseigneCommerciale Élément NumeroMatriculeORIAS Élément RaisonSociale Élément SIREN Élément CodeMIOB Élément Sequence InformationsMiseAJourMIOB Complex Type
    Overview
    InformationsMiseAJourMIOB Extension of ObjetPublicBase Complex Type
    Informations demandés lors de la mise à jour d'un MIOB
    Sequence
    CodeMIOB xs:int
    Identifiant du contrat MIOB.
    SIREN optional xs:string
    SIREN du MIOB.
    RaisonSociale optional xs:string
    Raison sociale du MIOB.
    NumeroMatriculeORIAS optional xs:string
    Matricule ORIAS du MIOB.
    EnseigneCommerciale optional xs:string
    Enseigne commerciale du MIOB.
    TypeCategorieORIAS optional TypeCategorieORIAS Simple Type
    Catégorie d'immatriculation ORIAS
    AdresseSiegeSocial optional xs:string
    Adresse du siège social
    VilleRCS optional xs:string
    Ville RCS
    Utilisé par
    Source
    <xs:complexType name="InformationsMiseAJourMIOB" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:annotation>
        <xs:appinfo />
        <xs:documentation xml:lang="fr-FR">Informations demandés lors de la mise à jour d'un MIOB</xs:documentation>
      </xs:annotation>
      <xs:complexContent mixed="false">
        <xs:extension base="q5:ObjetPublicBase" xmlns:q5="http://schemas.datacontract.org/2004/07/Cfcal.Extranet.ServiceWeb.Generique.Domaine">
          <xs:sequence>
            <xs:element name="CodeMIOB" type="xs:int">
              <xs:annotation>
                <xs:appinfo />
                <xs:documentation xml:lang="fr-FR">Identifiant du contrat MIOB.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element minOccurs="0" name="SIREN" nillable="true" type="xs:string">
              <xs:annotation>
                <xs:appinfo />
                <xs:documentation xml:lang="fr-FR">SIREN du MIOB.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element minOccurs="0" name="RaisonSociale" nillable="true" type="xs:string">
              <xs:annotation>
                <xs:appinfo />
                <xs:documentation xml:lang="fr-FR">Raison sociale du MIOB.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element minOccurs="0" name="NumeroMatriculeORIAS" nillable="true" type="xs:string">
              <xs:annotation>
                <xs:appinfo />
                <xs:documentation xml:lang="fr-FR">Matricule ORIAS du MIOB.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element minOccurs="0" name="EnseigneCommerciale" nillable="true" type="xs:string">
              <xs:annotation>
                <xs:appinfo />
                <xs:documentation xml:lang="fr-FR">Enseigne commerciale du MIOB.</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element minOccurs="0" name="TypeCategorieORIAS" nillable="true" type="tns:TypeCategorieORIAS">
              <xs:annotation>
                <xs:appinfo />
                <xs:documentation xml:lang="fr-FR">Catégorie d'immatriculation ORIAS</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element minOccurs="0" name="AdresseSiegeSocial" nillable="true" type="xs:string">
              <xs:annotation>
                <xs:appinfo />
                <xs:documentation xml:lang="fr-FR">Adresse du siège social</xs:documentation>
              </xs:annotation>
            </xs:element>
            <xs:element minOccurs="0" name="VilleRCS" nillable="true" type="xs:string">
              <xs:annotation>
                <xs:appinfo />
                <xs:documentation xml:lang="fr-FR">Ville RCS</xs:documentation>
              </xs:annotation>
            </xs:element>
          </xs:sequence>
        </xs:extension>
      </xs:complexContent>
    </xs:complexType>
    Voir aussi