AccesMembreService


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

MiseAJourLieuTravChampPerso

Mets � jour les champs personalis�s d'un membre

Test

Le formulaire de test est uniquement disponible pour les demandes de l'ordinateur local.

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/MiseAJourLieuTravChampPerso"

<?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>
    <MiseAJourLieuTravChampPerso xmlns="http://aptsqlive.com">
      <lieu>
        <Compteur>int</Compteur>
        <NoMembre>string</NoMembre>
        <NoEtablisement>string</NoEtablisement>
        <NoEmploi>string</NoEmploi>
        <NoEmploiNew>string</NoEmploiNew>
        <TitreEmploi>string</TitreEmploi>
        <Telephone>string</Telephone>
        <Local>string</Local>
        <Fax>string</Fax>
        <Cellulaire>string</Cellulaire>
        <Courriel>string</Courriel>
        <StatutSyndical>string</StatutSyndical>
        <Matricule>string</Matricule>
        <NomEtablissementUn>string</NomEtablissementUn>
        <NomEtablissement>string</NomEtablissement>
        <Allegeance>string</Allegeance>
        <NoPointTravail>string</NoPointTravail>
        <NoEmployeur>string</NoEmployeur>
        <RoleSyndical>string</RoleSyndical>
        <TelephoneSyndical>string</TelephoneSyndical>
        <ListeChampPersos>
          <ChampPerso>
            <IndexChamp>int</IndexChamp>
            <Affichage>string</Affichage>
            <TypeChamp>string</TypeChamp>
            <ListValeurs xsi:nil="true" />
          </ChampPerso>
          <ChampPerso>
            <IndexChamp>int</IndexChamp>
            <Affichage>string</Affichage>
            <TypeChamp>string</TypeChamp>
            <ListValeurs xsi:nil="true" />
          </ChampPerso>
        </ListeChampPersos>
        <ListeValeursChamps>
          <string>string</string>
          <string>string</string>
        </ListeValeursChamps>
        <TypeLieu>Lieutrav or LieutravCible or LieutavInactif</TypeLieu>
        <DirectionDesc>string</DirectionDesc>
        <DirectionCode>string</DirectionCode>
        <DepartementCode>string</DepartementCode>
        <DepartementDesc>string</DepartementDesc>
        <SousServiceCode>string</SousServiceCode>
        <SousServiceDesc>string</SousServiceDesc>
        <CentreActiviteCode>string</CentreActiviteCode>
        <CentreActiviteDesc>string</CentreActiviteDesc>
        <ImportNote>string</ImportNote>
        <Categorie>string</Categorie>
        <DonneePapier>boolean</DonneePapier>
        <SiteCode>string</SiteCode>
        <SiteDesc>string</SiteDesc>
        <PosteConseil>
          <Id>int</Id>
          <NoEtablissement>string</NoEtablissement>
          <TitreEmploi>string</TitreEmploi>
          <LStatutSyndical>string</LStatutSyndical>
          <MStatutSyndical>string</MStatutSyndical>
          <DescriptionPosteConseil>string</DescriptionPosteConseil>
          <ListeTelephone>
            <TelephoneConseilSyndical xsi:nil="true" />
            <TelephoneConseilSyndical xsi:nil="true" />
          </ListeTelephone>
        </PosteConseil>
        <Comite>string</Comite>
        <AucunCourriel>boolean</AucunCourriel>
        <StatutEmploi>string</StatutEmploi>
        <DateEmbauche>dateTime</DateEmbauche>
        <StatutEmploiDescription>string</StatutEmploiDescription>
        <ListeTelephoneConseilSyndical>
          <TelephoneConseilSyndical>
            <Id>int</Id>
            <NoTelephone>string</NoTelephone>
            <NoMembre>string</NoMembre>
            <NoEtablissement>string</NoEtablissement>
            <IsBureauLocal>boolean</IsBureauLocal>
          </TelephoneConseilSyndical>
          <TelephoneConseilSyndical>
            <Id>int</Id>
            <NoTelephone>string</NoTelephone>
            <NoMembre>string</NoMembre>
            <NoEtablissement>string</NoEtablissement>
            <IsBureauLocal>boolean</IsBureauLocal>
          </TelephoneConseilSyndical>
        </ListeTelephoneConseilSyndical>
        <Conge>string</Conge>
      </lieu>
      <noMembre>string</noMembre>
    </MiseAJourLieuTravChampPerso>
  </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>
    <MiseAJourLieuTravChampPersoResponse xmlns="http://aptsqlive.com" />
  </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>
    <MiseAJourLieuTravChampPerso xmlns="http://aptsqlive.com">
      <lieu>
        <Compteur>int</Compteur>
        <NoMembre>string</NoMembre>
        <NoEtablisement>string</NoEtablisement>
        <NoEmploi>string</NoEmploi>
        <NoEmploiNew>string</NoEmploiNew>
        <TitreEmploi>string</TitreEmploi>
        <Telephone>string</Telephone>
        <Local>string</Local>
        <Fax>string</Fax>
        <Cellulaire>string</Cellulaire>
        <Courriel>string</Courriel>
        <StatutSyndical>string</StatutSyndical>
        <Matricule>string</Matricule>
        <NomEtablissementUn>string</NomEtablissementUn>
        <NomEtablissement>string</NomEtablissement>
        <Allegeance>string</Allegeance>
        <NoPointTravail>string</NoPointTravail>
        <NoEmployeur>string</NoEmployeur>
        <RoleSyndical>string</RoleSyndical>
        <TelephoneSyndical>string</TelephoneSyndical>
        <ListeChampPersos>
          <ChampPerso>
            <IndexChamp>int</IndexChamp>
            <Affichage>string</Affichage>
            <TypeChamp>string</TypeChamp>
            <ListValeurs xsi:nil="true" />
          </ChampPerso>
          <ChampPerso>
            <IndexChamp>int</IndexChamp>
            <Affichage>string</Affichage>
            <TypeChamp>string</TypeChamp>
            <ListValeurs xsi:nil="true" />
          </ChampPerso>
        </ListeChampPersos>
        <ListeValeursChamps>
          <string>string</string>
          <string>string</string>
        </ListeValeursChamps>
        <TypeLieu>Lieutrav or LieutravCible or LieutavInactif</TypeLieu>
        <DirectionDesc>string</DirectionDesc>
        <DirectionCode>string</DirectionCode>
        <DepartementCode>string</DepartementCode>
        <DepartementDesc>string</DepartementDesc>
        <SousServiceCode>string</SousServiceCode>
        <SousServiceDesc>string</SousServiceDesc>
        <CentreActiviteCode>string</CentreActiviteCode>
        <CentreActiviteDesc>string</CentreActiviteDesc>
        <ImportNote>string</ImportNote>
        <Categorie>string</Categorie>
        <DonneePapier>boolean</DonneePapier>
        <SiteCode>string</SiteCode>
        <SiteDesc>string</SiteDesc>
        <PosteConseil>
          <Id>int</Id>
          <NoEtablissement>string</NoEtablissement>
          <TitreEmploi>string</TitreEmploi>
          <LStatutSyndical>string</LStatutSyndical>
          <MStatutSyndical>string</MStatutSyndical>
          <DescriptionPosteConseil>string</DescriptionPosteConseil>
          <ListeTelephone>
            <TelephoneConseilSyndical xsi:nil="true" />
            <TelephoneConseilSyndical xsi:nil="true" />
          </ListeTelephone>
        </PosteConseil>
        <Comite>string</Comite>
        <AucunCourriel>boolean</AucunCourriel>
        <StatutEmploi>string</StatutEmploi>
        <DateEmbauche>dateTime</DateEmbauche>
        <StatutEmploiDescription>string</StatutEmploiDescription>
        <ListeTelephoneConseilSyndical>
          <TelephoneConseilSyndical>
            <Id>int</Id>
            <NoTelephone>string</NoTelephone>
            <NoMembre>string</NoMembre>
            <NoEtablissement>string</NoEtablissement>
            <IsBureauLocal>boolean</IsBureauLocal>
          </TelephoneConseilSyndical>
          <TelephoneConseilSyndical>
            <Id>int</Id>
            <NoTelephone>string</NoTelephone>
            <NoMembre>string</NoMembre>
            <NoEtablissement>string</NoEtablissement>
            <IsBureauLocal>boolean</IsBureauLocal>
          </TelephoneConseilSyndical>
        </ListeTelephoneConseilSyndical>
        <Conge>string</Conge>
      </lieu>
      <noMembre>string</noMembre>
    </MiseAJourLieuTravChampPerso>
  </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>
    <MiseAJourLieuTravChampPersoResponse xmlns="http://aptsqlive.com" />
  </soap12:Body>
</soap12:Envelope>