AccesMembreService


Cliquez ici pour une liste complète des opérations.

ObtenirListeAdhesionNote

Obtient la liste des notes attach�es � une fiche d'Adh�sion.

Test

Pour tester l'opération en utilisant le protocole HTTP POST, cliquez sur le bouton 'Appeler'.
Paramètre Valeur
idFicheAdhesion:

SOAP 1.1

Le texte suivant est un exemple de demande et de réponse SOAP 1.1. Les espaces réservés affichés doivent être remplacés par des valeurs réelles.

POST /accesmembreinfo.asmx HTTP/1.1
Host: accesmembreinfo.aptsq.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://aptsqlive.com/ObtenirListeAdhesionNote"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Header>
    <AuthHeader xmlns="http://aptsqlive.com">
      <User>string</User>
      <Hash>string</Hash>
      <Date>dateTime</Date>
      <UsagerId>int</UsagerId>
      <PageId>int</PageId>
      <IPAdress>string</IPAdress>
      <IsWeb>boolean</IsWeb>
      <TraitementWeb>boolean</TraitementWeb>
    </AuthHeader>
  </soap:Header>
  <soap:Body>
    <ObtenirListeAdhesionNote xmlns="http://aptsqlive.com">
      <idFicheAdhesion>int</idFicheAdhesion>
    </ObtenirListeAdhesionNote>
  </soap:Body>
</soap:Envelope>
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <ObtenirListeAdhesionNoteResponse xmlns="http://aptsqlive.com">
      <ObtenirListeAdhesionNoteResult>
        <FicheAdhesionNote>
          <Id>int</Id>
          <IdFicheAdhesion>int</IdFicheAdhesion>
          <IdRaison>int</IdRaison>
          <RaisonNote>
            <Id>int</Id>
            <Texte>string</Texte>
            <Affichage>string</Affichage>
            <IsActive>boolean</IsActive>
          </RaisonNote>
          <RaisonRejet>
            <Id>int</Id>
            <Texte>string</Texte>
            <Affichage>string</Affichage>
            <IsActive>boolean</IsActive>
          </RaisonRejet>
          <IdUsager>int</IdUsager>
          <Usager>
            <ID>int</ID>
            <Username>string</Username>
            <Description>string</Description>
            <IsAdmin>boolean</IsAdmin>
            <MotPasseTemporaire>boolean</MotPasseTemporaire>
            <IsMembre>boolean</IsMembre>
            <NoConseiller>string</NoConseiller>
            <UseConseillerPermission>boolean</UseConseillerPermission>
            <TypeLiaison>Aucun or Conseiller or Repondant or UsagerMembreEtabliss or UsagerMembreEmployeur or Externe or Secretaire or UsagerExecutifEtabliss or UsagerExecutifEmployeur or GroupeUsager or UsagerMembrePotentiel or UsagerMembreCible or MembreAutres or MembreUsagerAutres or UsagerWierd</TypeLiaison>
            <NoMembreCible>string</NoMembreCible>
            <InactifWeb>boolean</InactifWeb>
            <Initiales>string</Initiales>
            <DatePremiereConnexion>dateTime</DatePremiereConnexion>
            <CodePostal>string</CodePostal>
            <Titre>string</Titre>
            <Courriel>string</Courriel>
            <NoMembre>string</NoMembre>
            <Nom>string</Nom>
            <Prenom>string</Prenom>
            <Telephone>string</Telephone>
            <Poste>string</Poste>
            <Cellulaire>string</Cellulaire>
            <TelephoneMaison>string</TelephoneMaison>
            <ModeSuperEvenementPower>boolean</ModeSuperEvenementPower>
            <CompteurLieutravCourriel>int</CompteurLieutravCourriel>
            <UseNoTelCellulaire>string</UseNoTelCellulaire>
            <Inactif>boolean</Inactif>
            <Permissions xsi:nil="true" />
          </Usager>
          <Texte>string</Texte>
          <DateCreation>dateTime</DateCreation>
          <IsActive>boolean</IsActive>
          <IdRaisonRejet>int</IdRaisonRejet>
          <IdEtatDemande>int</IdEtatDemande>
          <EtatDemande>string</EtatDemande>
        </FicheAdhesionNote>
        <FicheAdhesionNote>
          <Id>int</Id>
          <IdFicheAdhesion>int</IdFicheAdhesion>
          <IdRaison>int</IdRaison>
          <RaisonNote>
            <Id>int</Id>
            <Texte>string</Texte>
            <Affichage>string</Affichage>
            <IsActive>boolean</IsActive>
          </RaisonNote>
          <RaisonRejet>
            <Id>int</Id>
            <Texte>string</Texte>
            <Affichage>string</Affichage>
            <IsActive>boolean</IsActive>
          </RaisonRejet>
          <IdUsager>int</IdUsager>
          <Usager>
            <ID>int</ID>
            <Username>string</Username>
            <Description>string</Description>
            <IsAdmin>boolean</IsAdmin>
            <MotPasseTemporaire>boolean</MotPasseTemporaire>
            <IsMembre>boolean</IsMembre>
            <NoConseiller>string</NoConseiller>
            <UseConseillerPermission>boolean</UseConseillerPermission>
            <TypeLiaison>Aucun or Conseiller or Repondant or UsagerMembreEtabliss or UsagerMembreEmployeur or Externe or Secretaire or UsagerExecutifEtabliss or UsagerExecutifEmployeur or GroupeUsager or UsagerMembrePotentiel or UsagerMembreCible or MembreAutres or MembreUsagerAutres or UsagerWierd</TypeLiaison>
            <NoMembreCible>string</NoMembreCible>
            <InactifWeb>boolean</InactifWeb>
            <Initiales>string</Initiales>
            <DatePremiereConnexion>dateTime</DatePremiereConnexion>
            <CodePostal>string</CodePostal>
            <Titre>string</Titre>
            <Courriel>string</Courriel>
            <NoMembre>string</NoMembre>
            <Nom>string</Nom>
            <Prenom>string</Prenom>
            <Telephone>string</Telephone>
            <Poste>string</Poste>
            <Cellulaire>string</Cellulaire>
            <TelephoneMaison>string</TelephoneMaison>
            <ModeSuperEvenementPower>boolean</ModeSuperEvenementPower>
            <CompteurLieutravCourriel>int</CompteurLieutravCourriel>
            <UseNoTelCellulaire>string</UseNoTelCellulaire>
            <Inactif>boolean</Inactif>
            <Permissions xsi:nil="true" />
          </Usager>
          <Texte>string</Texte>
          <DateCreation>dateTime</DateCreation>
          <IsActive>boolean</IsActive>
          <IdRaisonRejet>int</IdRaisonRejet>
          <IdEtatDemande>int</IdEtatDemande>
          <EtatDemande>string</EtatDemande>
        </FicheAdhesionNote>
      </ObtenirListeAdhesionNoteResult>
    </ObtenirListeAdhesionNoteResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

Le texte suivant est un exemple de demande et de réponse SOAP 1.2. Les espaces réservés affichés doivent être remplacés par des valeurs réelles.

POST /accesmembreinfo.asmx HTTP/1.1
Host: accesmembreinfo.aptsq.com
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Header>
    <AuthHeader xmlns="http://aptsqlive.com">
      <User>string</User>
      <Hash>string</Hash>
      <Date>dateTime</Date>
      <UsagerId>int</UsagerId>
      <PageId>int</PageId>
      <IPAdress>string</IPAdress>
      <IsWeb>boolean</IsWeb>
      <TraitementWeb>boolean</TraitementWeb>
    </AuthHeader>
  </soap12:Header>
  <soap12:Body>
    <ObtenirListeAdhesionNote xmlns="http://aptsqlive.com">
      <idFicheAdhesion>int</idFicheAdhesion>
    </ObtenirListeAdhesionNote>
  </soap12:Body>
</soap12:Envelope>
HTTP/1.1 200 OK
Content-Type: application/soap+xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">
  <soap12:Body>
    <ObtenirListeAdhesionNoteResponse xmlns="http://aptsqlive.com">
      <ObtenirListeAdhesionNoteResult>
        <FicheAdhesionNote>
          <Id>int</Id>
          <IdFicheAdhesion>int</IdFicheAdhesion>
          <IdRaison>int</IdRaison>
          <RaisonNote>
            <Id>int</Id>
            <Texte>string</Texte>
            <Affichage>string</Affichage>
            <IsActive>boolean</IsActive>
          </RaisonNote>
          <RaisonRejet>
            <Id>int</Id>
            <Texte>string</Texte>
            <Affichage>string</Affichage>
            <IsActive>boolean</IsActive>
          </RaisonRejet>
          <IdUsager>int</IdUsager>
          <Usager>
            <ID>int</ID>
            <Username>string</Username>
            <Description>string</Description>
            <IsAdmin>boolean</IsAdmin>
            <MotPasseTemporaire>boolean</MotPasseTemporaire>
            <IsMembre>boolean</IsMembre>
            <NoConseiller>string</NoConseiller>
            <UseConseillerPermission>boolean</UseConseillerPermission>
            <TypeLiaison>Aucun or Conseiller or Repondant or UsagerMembreEtabliss or UsagerMembreEmployeur or Externe or Secretaire or UsagerExecutifEtabliss or UsagerExecutifEmployeur or GroupeUsager or UsagerMembrePotentiel or UsagerMembreCible or MembreAutres or MembreUsagerAutres or UsagerWierd</TypeLiaison>
            <NoMembreCible>string</NoMembreCible>
            <InactifWeb>boolean</InactifWeb>
            <Initiales>string</Initiales>
            <DatePremiereConnexion>dateTime</DatePremiereConnexion>
            <CodePostal>string</CodePostal>
            <Titre>string</Titre>
            <Courriel>string</Courriel>
            <NoMembre>string</NoMembre>
            <Nom>string</Nom>
            <Prenom>string</Prenom>
            <Telephone>string</Telephone>
            <Poste>string</Poste>
            <Cellulaire>string</Cellulaire>
            <TelephoneMaison>string</TelephoneMaison>
            <ModeSuperEvenementPower>boolean</ModeSuperEvenementPower>
            <CompteurLieutravCourriel>int</CompteurLieutravCourriel>
            <UseNoTelCellulaire>string</UseNoTelCellulaire>
            <Inactif>boolean</Inactif>
            <Permissions xsi:nil="true" />
          </Usager>
          <Texte>string</Texte>
          <DateCreation>dateTime</DateCreation>
          <IsActive>boolean</IsActive>
          <IdRaisonRejet>int</IdRaisonRejet>
          <IdEtatDemande>int</IdEtatDemande>
          <EtatDemande>string</EtatDemande>
        </FicheAdhesionNote>
        <FicheAdhesionNote>
          <Id>int</Id>
          <IdFicheAdhesion>int</IdFicheAdhesion>
          <IdRaison>int</IdRaison>
          <RaisonNote>
            <Id>int</Id>
            <Texte>string</Texte>
            <Affichage>string</Affichage>
            <IsActive>boolean</IsActive>
          </RaisonNote>
          <RaisonRejet>
            <Id>int</Id>
            <Texte>string</Texte>
            <Affichage>string</Affichage>
            <IsActive>boolean</IsActive>
          </RaisonRejet>
          <IdUsager>int</IdUsager>
          <Usager>
            <ID>int</ID>
            <Username>string</Username>
            <Description>string</Description>
            <IsAdmin>boolean</IsAdmin>
            <MotPasseTemporaire>boolean</MotPasseTemporaire>
            <IsMembre>boolean</IsMembre>
            <NoConseiller>string</NoConseiller>
            <UseConseillerPermission>boolean</UseConseillerPermission>
            <TypeLiaison>Aucun or Conseiller or Repondant or UsagerMembreEtabliss or UsagerMembreEmployeur or Externe or Secretaire or UsagerExecutifEtabliss or UsagerExecutifEmployeur or GroupeUsager or UsagerMembrePotentiel or UsagerMembreCible or MembreAutres or MembreUsagerAutres or UsagerWierd</TypeLiaison>
            <NoMembreCible>string</NoMembreCible>
            <InactifWeb>boolean</InactifWeb>
            <Initiales>string</Initiales>
            <DatePremiereConnexion>dateTime</DatePremiereConnexion>
            <CodePostal>string</CodePostal>
            <Titre>string</Titre>
            <Courriel>string</Courriel>
            <NoMembre>string</NoMembre>
            <Nom>string</Nom>
            <Prenom>string</Prenom>
            <Telephone>string</Telephone>
            <Poste>string</Poste>
            <Cellulaire>string</Cellulaire>
            <TelephoneMaison>string</TelephoneMaison>
            <ModeSuperEvenementPower>boolean</ModeSuperEvenementPower>
            <CompteurLieutravCourriel>int</CompteurLieutravCourriel>
            <UseNoTelCellulaire>string</UseNoTelCellulaire>
            <Inactif>boolean</Inactif>
            <Permissions xsi:nil="true" />
          </Usager>
          <Texte>string</Texte>
          <DateCreation>dateTime</DateCreation>
          <IsActive>boolean</IsActive>
          <IdRaisonRejet>int</IdRaisonRejet>
          <IdEtatDemande>int</IdEtatDemande>
          <EtatDemande>string</EtatDemande>
        </FicheAdhesionNote>
      </ObtenirListeAdhesionNoteResult>
    </ObtenirListeAdhesionNoteResponse>
  </soap12:Body>
</soap12:Envelope>

HTTP GET

Le texte suivant est un exemple de demande et de réponse HTTP GET. Les espaces réservés affichés doivent être remplacés par des valeurs réelles.

GET /accesmembreinfo.asmx/ObtenirListeAdhesionNote?idFicheAdhesion=string HTTP/1.1
Host: accesmembreinfo.aptsq.com
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<ArrayOfFicheAdhesionNote xmlns="http://aptsqlive.com">
  <FicheAdhesionNote>
    <Id>int</Id>
    <IdFicheAdhesion>int</IdFicheAdhesion>
    <IdRaison>int</IdRaison>
    <RaisonNote>
      <Id>int</Id>
      <Texte>string</Texte>
      <Affichage>string</Affichage>
      <IsActive>boolean</IsActive>
    </RaisonNote>
    <RaisonRejet>
      <Id>int</Id>
      <Texte>string</Texte>
      <Affichage>string</Affichage>
      <IsActive>boolean</IsActive>
    </RaisonRejet>
    <IdUsager>int</IdUsager>
    <Usager>
      <ID>int</ID>
      <Username>string</Username>
      <Description>string</Description>
      <IsAdmin>boolean</IsAdmin>
      <MotPasseTemporaire>boolean</MotPasseTemporaire>
      <IsMembre>boolean</IsMembre>
      <NoConseiller>string</NoConseiller>
      <UseConseillerPermission>boolean</UseConseillerPermission>
      <TypeLiaison>Aucun or Conseiller or Repondant or UsagerMembreEtabliss or UsagerMembreEmployeur or Externe or Secretaire or UsagerExecutifEtabliss or UsagerExecutifEmployeur or GroupeUsager or UsagerMembrePotentiel or UsagerMembreCible or MembreAutres or MembreUsagerAutres or UsagerWierd</TypeLiaison>
      <NoMembreCible>string</NoMembreCible>
      <InactifWeb>boolean</InactifWeb>
      <Initiales>string</Initiales>
      <DatePremiereConnexion>dateTime</DatePremiereConnexion>
      <CodePostal>string</CodePostal>
      <Titre>string</Titre>
      <Courriel>string</Courriel>
      <NoMembre>string</NoMembre>
      <Nom>string</Nom>
      <Prenom>string</Prenom>
      <Telephone>string</Telephone>
      <Poste>string</Poste>
      <Cellulaire>string</Cellulaire>
      <TelephoneMaison>string</TelephoneMaison>
      <ModeSuperEvenementPower>boolean</ModeSuperEvenementPower>
      <CompteurLieutravCourriel>int</CompteurLieutravCourriel>
      <UseNoTelCellulaire>string</UseNoTelCellulaire>
      <Inactif>boolean</Inactif>
      <Permissions>
        <Permission d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Permission d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Permissions>
    </Usager>
    <Texte>string</Texte>
    <DateCreation>dateTime</DateCreation>
    <IsActive>boolean</IsActive>
    <IdRaisonRejet>int</IdRaisonRejet>
    <IdEtatDemande>int</IdEtatDemande>
    <EtatDemande>string</EtatDemande>
  </FicheAdhesionNote>
  <FicheAdhesionNote>
    <Id>int</Id>
    <IdFicheAdhesion>int</IdFicheAdhesion>
    <IdRaison>int</IdRaison>
    <RaisonNote>
      <Id>int</Id>
      <Texte>string</Texte>
      <Affichage>string</Affichage>
      <IsActive>boolean</IsActive>
    </RaisonNote>
    <RaisonRejet>
      <Id>int</Id>
      <Texte>string</Texte>
      <Affichage>string</Affichage>
      <IsActive>boolean</IsActive>
    </RaisonRejet>
    <IdUsager>int</IdUsager>
    <Usager>
      <ID>int</ID>
      <Username>string</Username>
      <Description>string</Description>
      <IsAdmin>boolean</IsAdmin>
      <MotPasseTemporaire>boolean</MotPasseTemporaire>
      <IsMembre>boolean</IsMembre>
      <NoConseiller>string</NoConseiller>
      <UseConseillerPermission>boolean</UseConseillerPermission>
      <TypeLiaison>Aucun or Conseiller or Repondant or UsagerMembreEtabliss or UsagerMembreEmployeur or Externe or Secretaire or UsagerExecutifEtabliss or UsagerExecutifEmployeur or GroupeUsager or UsagerMembrePotentiel or UsagerMembreCible or MembreAutres or MembreUsagerAutres or UsagerWierd</TypeLiaison>
      <NoMembreCible>string</NoMembreCible>
      <InactifWeb>boolean</InactifWeb>
      <Initiales>string</Initiales>
      <DatePremiereConnexion>dateTime</DatePremiereConnexion>
      <CodePostal>string</CodePostal>
      <Titre>string</Titre>
      <Courriel>string</Courriel>
      <NoMembre>string</NoMembre>
      <Nom>string</Nom>
      <Prenom>string</Prenom>
      <Telephone>string</Telephone>
      <Poste>string</Poste>
      <Cellulaire>string</Cellulaire>
      <TelephoneMaison>string</TelephoneMaison>
      <ModeSuperEvenementPower>boolean</ModeSuperEvenementPower>
      <CompteurLieutravCourriel>int</CompteurLieutravCourriel>
      <UseNoTelCellulaire>string</UseNoTelCellulaire>
      <Inactif>boolean</Inactif>
      <Permissions>
        <Permission d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Permission d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Permissions>
    </Usager>
    <Texte>string</Texte>
    <DateCreation>dateTime</DateCreation>
    <IsActive>boolean</IsActive>
    <IdRaisonRejet>int</IdRaisonRejet>
    <IdEtatDemande>int</IdEtatDemande>
    <EtatDemande>string</EtatDemande>
  </FicheAdhesionNote>
</ArrayOfFicheAdhesionNote>

HTTP POST

Le texte suivant est un exemple de demande et de réponse HTTP POST. Les espaces réservés affichés doivent être remplacés par des valeurs réelles.

POST /accesmembreinfo.asmx/ObtenirListeAdhesionNote HTTP/1.1
Host: accesmembreinfo.aptsq.com
Content-Type: application/x-www-form-urlencoded
Content-Length: length

idFicheAdhesion=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<ArrayOfFicheAdhesionNote xmlns="http://aptsqlive.com">
  <FicheAdhesionNote>
    <Id>int</Id>
    <IdFicheAdhesion>int</IdFicheAdhesion>
    <IdRaison>int</IdRaison>
    <RaisonNote>
      <Id>int</Id>
      <Texte>string</Texte>
      <Affichage>string</Affichage>
      <IsActive>boolean</IsActive>
    </RaisonNote>
    <RaisonRejet>
      <Id>int</Id>
      <Texte>string</Texte>
      <Affichage>string</Affichage>
      <IsActive>boolean</IsActive>
    </RaisonRejet>
    <IdUsager>int</IdUsager>
    <Usager>
      <ID>int</ID>
      <Username>string</Username>
      <Description>string</Description>
      <IsAdmin>boolean</IsAdmin>
      <MotPasseTemporaire>boolean</MotPasseTemporaire>
      <IsMembre>boolean</IsMembre>
      <NoConseiller>string</NoConseiller>
      <UseConseillerPermission>boolean</UseConseillerPermission>
      <TypeLiaison>Aucun or Conseiller or Repondant or UsagerMembreEtabliss or UsagerMembreEmployeur or Externe or Secretaire or UsagerExecutifEtabliss or UsagerExecutifEmployeur or GroupeUsager or UsagerMembrePotentiel or UsagerMembreCible or MembreAutres or MembreUsagerAutres or UsagerWierd</TypeLiaison>
      <NoMembreCible>string</NoMembreCible>
      <InactifWeb>boolean</InactifWeb>
      <Initiales>string</Initiales>
      <DatePremiereConnexion>dateTime</DatePremiereConnexion>
      <CodePostal>string</CodePostal>
      <Titre>string</Titre>
      <Courriel>string</Courriel>
      <NoMembre>string</NoMembre>
      <Nom>string</Nom>
      <Prenom>string</Prenom>
      <Telephone>string</Telephone>
      <Poste>string</Poste>
      <Cellulaire>string</Cellulaire>
      <TelephoneMaison>string</TelephoneMaison>
      <ModeSuperEvenementPower>boolean</ModeSuperEvenementPower>
      <CompteurLieutravCourriel>int</CompteurLieutravCourriel>
      <UseNoTelCellulaire>string</UseNoTelCellulaire>
      <Inactif>boolean</Inactif>
      <Permissions>
        <Permission d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Permission d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Permissions>
    </Usager>
    <Texte>string</Texte>
    <DateCreation>dateTime</DateCreation>
    <IsActive>boolean</IsActive>
    <IdRaisonRejet>int</IdRaisonRejet>
    <IdEtatDemande>int</IdEtatDemande>
    <EtatDemande>string</EtatDemande>
  </FicheAdhesionNote>
  <FicheAdhesionNote>
    <Id>int</Id>
    <IdFicheAdhesion>int</IdFicheAdhesion>
    <IdRaison>int</IdRaison>
    <RaisonNote>
      <Id>int</Id>
      <Texte>string</Texte>
      <Affichage>string</Affichage>
      <IsActive>boolean</IsActive>
    </RaisonNote>
    <RaisonRejet>
      <Id>int</Id>
      <Texte>string</Texte>
      <Affichage>string</Affichage>
      <IsActive>boolean</IsActive>
    </RaisonRejet>
    <IdUsager>int</IdUsager>
    <Usager>
      <ID>int</ID>
      <Username>string</Username>
      <Description>string</Description>
      <IsAdmin>boolean</IsAdmin>
      <MotPasseTemporaire>boolean</MotPasseTemporaire>
      <IsMembre>boolean</IsMembre>
      <NoConseiller>string</NoConseiller>
      <UseConseillerPermission>boolean</UseConseillerPermission>
      <TypeLiaison>Aucun or Conseiller or Repondant or UsagerMembreEtabliss or UsagerMembreEmployeur or Externe or Secretaire or UsagerExecutifEtabliss or UsagerExecutifEmployeur or GroupeUsager or UsagerMembrePotentiel or UsagerMembreCible or MembreAutres or MembreUsagerAutres or UsagerWierd</TypeLiaison>
      <NoMembreCible>string</NoMembreCible>
      <InactifWeb>boolean</InactifWeb>
      <Initiales>string</Initiales>
      <DatePremiereConnexion>dateTime</DatePremiereConnexion>
      <CodePostal>string</CodePostal>
      <Titre>string</Titre>
      <Courriel>string</Courriel>
      <NoMembre>string</NoMembre>
      <Nom>string</Nom>
      <Prenom>string</Prenom>
      <Telephone>string</Telephone>
      <Poste>string</Poste>
      <Cellulaire>string</Cellulaire>
      <TelephoneMaison>string</TelephoneMaison>
      <ModeSuperEvenementPower>boolean</ModeSuperEvenementPower>
      <CompteurLieutravCourriel>int</CompteurLieutravCourriel>
      <UseNoTelCellulaire>string</UseNoTelCellulaire>
      <Inactif>boolean</Inactif>
      <Permissions>
        <Permission d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
        <Permission d5p1:nil="true" xmlns:d5p1="http://www.w3.org/2001/XMLSchema-instance" />
      </Permissions>
    </Usager>
    <Texte>string</Texte>
    <DateCreation>dateTime</DateCreation>
    <IsActive>boolean</IsActive>
    <IdRaisonRejet>int</IdRaisonRejet>
    <IdEtatDemande>int</IdEtatDemande>
    <EtatDemande>string</EtatDemande>
  </FicheAdhesionNote>
</ArrayOfFicheAdhesionNote>