AccesMembreService


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

ObtenirListeActiviteCovoiturage

Obtient la liste des covoiturages

Test

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

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

<?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>
    <ObtenirListeActiviteCovoiturage xmlns="http://aptsqlive.com">
      <recherche>string</recherche>
    </ObtenirListeActiviteCovoiturage>
  </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>
    <ObtenirListeActiviteCovoiturageResponse xmlns="http://aptsqlive.com">
      <ObtenirListeActiviteCovoiturageResult>
        <ActiviteCovoiturage>
          <Id>int</Id>
          <aller_date_arrivee>dateTime</aller_date_arrivee>
          <aller_date_depart>dateTime</aller_date_depart>
          <date_activite>dateTime</date_activite>
          <retour_date_depart>dateTime</retour_date_depart>
          <nb_places>int</nb_places>
          <aller_lieu_arrivee>string</aller_lieu_arrivee>
          <aller_lieu_depart>string</aller_lieu_depart>
          <commentaire>string</commentaire>
          <courriel>string</courriel>
          <nom_activite>string</nom_activite>
          <nom_conducteur>string</nom_conducteur>
          <prenom_conducteur>string</prenom_conducteur>
          <retour_date_arrivee>dateTime</retour_date_arrivee>
          <retour_lieu_arrivee>string</retour_lieu_arrivee>
          <retour_lieu_depart>string</retour_lieu_depart>
          <tel_autre>string</tel_autre>
          <telephone>string</telephone>
          <id_usager>int</id_usager>
          <nb_passager>int</nb_passager>
          <modifier>boolean</modifier>
          <id_congres>int</id_congres>
          <id_assemble>int</id_assemble>
          <code_connexion>string</code_connexion>
          <ListePassager>
            <PassagerCovoiturage xsi:nil="true" />
            <PassagerCovoiturage xsi:nil="true" />
          </ListePassager>
        </ActiviteCovoiturage>
        <ActiviteCovoiturage>
          <Id>int</Id>
          <aller_date_arrivee>dateTime</aller_date_arrivee>
          <aller_date_depart>dateTime</aller_date_depart>
          <date_activite>dateTime</date_activite>
          <retour_date_depart>dateTime</retour_date_depart>
          <nb_places>int</nb_places>
          <aller_lieu_arrivee>string</aller_lieu_arrivee>
          <aller_lieu_depart>string</aller_lieu_depart>
          <commentaire>string</commentaire>
          <courriel>string</courriel>
          <nom_activite>string</nom_activite>
          <nom_conducteur>string</nom_conducteur>
          <prenom_conducteur>string</prenom_conducteur>
          <retour_date_arrivee>dateTime</retour_date_arrivee>
          <retour_lieu_arrivee>string</retour_lieu_arrivee>
          <retour_lieu_depart>string</retour_lieu_depart>
          <tel_autre>string</tel_autre>
          <telephone>string</telephone>
          <id_usager>int</id_usager>
          <nb_passager>int</nb_passager>
          <modifier>boolean</modifier>
          <id_congres>int</id_congres>
          <id_assemble>int</id_assemble>
          <code_connexion>string</code_connexion>
          <ListePassager>
            <PassagerCovoiturage xsi:nil="true" />
            <PassagerCovoiturage xsi:nil="true" />
          </ListePassager>
        </ActiviteCovoiturage>
      </ObtenirListeActiviteCovoiturageResult>
    </ObtenirListeActiviteCovoiturageResponse>
  </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>
    <ObtenirListeActiviteCovoiturage xmlns="http://aptsqlive.com">
      <recherche>string</recherche>
    </ObtenirListeActiviteCovoiturage>
  </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>
    <ObtenirListeActiviteCovoiturageResponse xmlns="http://aptsqlive.com">
      <ObtenirListeActiviteCovoiturageResult>
        <ActiviteCovoiturage>
          <Id>int</Id>
          <aller_date_arrivee>dateTime</aller_date_arrivee>
          <aller_date_depart>dateTime</aller_date_depart>
          <date_activite>dateTime</date_activite>
          <retour_date_depart>dateTime</retour_date_depart>
          <nb_places>int</nb_places>
          <aller_lieu_arrivee>string</aller_lieu_arrivee>
          <aller_lieu_depart>string</aller_lieu_depart>
          <commentaire>string</commentaire>
          <courriel>string</courriel>
          <nom_activite>string</nom_activite>
          <nom_conducteur>string</nom_conducteur>
          <prenom_conducteur>string</prenom_conducteur>
          <retour_date_arrivee>dateTime</retour_date_arrivee>
          <retour_lieu_arrivee>string</retour_lieu_arrivee>
          <retour_lieu_depart>string</retour_lieu_depart>
          <tel_autre>string</tel_autre>
          <telephone>string</telephone>
          <id_usager>int</id_usager>
          <nb_passager>int</nb_passager>
          <modifier>boolean</modifier>
          <id_congres>int</id_congres>
          <id_assemble>int</id_assemble>
          <code_connexion>string</code_connexion>
          <ListePassager>
            <PassagerCovoiturage xsi:nil="true" />
            <PassagerCovoiturage xsi:nil="true" />
          </ListePassager>
        </ActiviteCovoiturage>
        <ActiviteCovoiturage>
          <Id>int</Id>
          <aller_date_arrivee>dateTime</aller_date_arrivee>
          <aller_date_depart>dateTime</aller_date_depart>
          <date_activite>dateTime</date_activite>
          <retour_date_depart>dateTime</retour_date_depart>
          <nb_places>int</nb_places>
          <aller_lieu_arrivee>string</aller_lieu_arrivee>
          <aller_lieu_depart>string</aller_lieu_depart>
          <commentaire>string</commentaire>
          <courriel>string</courriel>
          <nom_activite>string</nom_activite>
          <nom_conducteur>string</nom_conducteur>
          <prenom_conducteur>string</prenom_conducteur>
          <retour_date_arrivee>dateTime</retour_date_arrivee>
          <retour_lieu_arrivee>string</retour_lieu_arrivee>
          <retour_lieu_depart>string</retour_lieu_depart>
          <tel_autre>string</tel_autre>
          <telephone>string</telephone>
          <id_usager>int</id_usager>
          <nb_passager>int</nb_passager>
          <modifier>boolean</modifier>
          <id_congres>int</id_congres>
          <id_assemble>int</id_assemble>
          <code_connexion>string</code_connexion>
          <ListePassager>
            <PassagerCovoiturage xsi:nil="true" />
            <PassagerCovoiturage xsi:nil="true" />
          </ListePassager>
        </ActiviteCovoiturage>
      </ObtenirListeActiviteCovoiturageResult>
    </ObtenirListeActiviteCovoiturageResponse>
  </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/ObtenirListeActiviteCovoiturage?recherche=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"?>
<ArrayOfActiviteCovoiturage xmlns="http://aptsqlive.com">
  <ActiviteCovoiturage>
    <Id>int</Id>
    <aller_date_arrivee>dateTime</aller_date_arrivee>
    <aller_date_depart>dateTime</aller_date_depart>
    <date_activite>dateTime</date_activite>
    <retour_date_depart>dateTime</retour_date_depart>
    <nb_places>int</nb_places>
    <aller_lieu_arrivee>string</aller_lieu_arrivee>
    <aller_lieu_depart>string</aller_lieu_depart>
    <commentaire>string</commentaire>
    <courriel>string</courriel>
    <nom_activite>string</nom_activite>
    <nom_conducteur>string</nom_conducteur>
    <prenom_conducteur>string</prenom_conducteur>
    <retour_date_arrivee>dateTime</retour_date_arrivee>
    <retour_lieu_arrivee>string</retour_lieu_arrivee>
    <retour_lieu_depart>string</retour_lieu_depart>
    <tel_autre>string</tel_autre>
    <telephone>string</telephone>
    <id_usager>int</id_usager>
    <nb_passager>int</nb_passager>
    <modifier>boolean</modifier>
    <id_congres>int</id_congres>
    <id_assemble>int</id_assemble>
    <code_connexion>string</code_connexion>
    <ListePassager>
      <PassagerCovoiturage>
        <id>int</id>
        <nom_passager>string</nom_passager>
        <prenom_passager>string</prenom_passager>
        <telephone>string</telephone>
        <telephone_autre>string</telephone_autre>
        <courriel>string</courriel>
        <id_covoiturage>int</id_covoiturage>
        <id_usager>int</id_usager>
      </PassagerCovoiturage>
      <PassagerCovoiturage>
        <id>int</id>
        <nom_passager>string</nom_passager>
        <prenom_passager>string</prenom_passager>
        <telephone>string</telephone>
        <telephone_autre>string</telephone_autre>
        <courriel>string</courriel>
        <id_covoiturage>int</id_covoiturage>
        <id_usager>int</id_usager>
      </PassagerCovoiturage>
    </ListePassager>
  </ActiviteCovoiturage>
  <ActiviteCovoiturage>
    <Id>int</Id>
    <aller_date_arrivee>dateTime</aller_date_arrivee>
    <aller_date_depart>dateTime</aller_date_depart>
    <date_activite>dateTime</date_activite>
    <retour_date_depart>dateTime</retour_date_depart>
    <nb_places>int</nb_places>
    <aller_lieu_arrivee>string</aller_lieu_arrivee>
    <aller_lieu_depart>string</aller_lieu_depart>
    <commentaire>string</commentaire>
    <courriel>string</courriel>
    <nom_activite>string</nom_activite>
    <nom_conducteur>string</nom_conducteur>
    <prenom_conducteur>string</prenom_conducteur>
    <retour_date_arrivee>dateTime</retour_date_arrivee>
    <retour_lieu_arrivee>string</retour_lieu_arrivee>
    <retour_lieu_depart>string</retour_lieu_depart>
    <tel_autre>string</tel_autre>
    <telephone>string</telephone>
    <id_usager>int</id_usager>
    <nb_passager>int</nb_passager>
    <modifier>boolean</modifier>
    <id_congres>int</id_congres>
    <id_assemble>int</id_assemble>
    <code_connexion>string</code_connexion>
    <ListePassager>
      <PassagerCovoiturage>
        <id>int</id>
        <nom_passager>string</nom_passager>
        <prenom_passager>string</prenom_passager>
        <telephone>string</telephone>
        <telephone_autre>string</telephone_autre>
        <courriel>string</courriel>
        <id_covoiturage>int</id_covoiturage>
        <id_usager>int</id_usager>
      </PassagerCovoiturage>
      <PassagerCovoiturage>
        <id>int</id>
        <nom_passager>string</nom_passager>
        <prenom_passager>string</prenom_passager>
        <telephone>string</telephone>
        <telephone_autre>string</telephone_autre>
        <courriel>string</courriel>
        <id_covoiturage>int</id_covoiturage>
        <id_usager>int</id_usager>
      </PassagerCovoiturage>
    </ListePassager>
  </ActiviteCovoiturage>
</ArrayOfActiviteCovoiturage>

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/ObtenirListeActiviteCovoiturage HTTP/1.1
Host: accesmembreinfo.aptsq.com
Content-Type: application/x-www-form-urlencoded
Content-Length: length

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

<?xml version="1.0" encoding="utf-8"?>
<ArrayOfActiviteCovoiturage xmlns="http://aptsqlive.com">
  <ActiviteCovoiturage>
    <Id>int</Id>
    <aller_date_arrivee>dateTime</aller_date_arrivee>
    <aller_date_depart>dateTime</aller_date_depart>
    <date_activite>dateTime</date_activite>
    <retour_date_depart>dateTime</retour_date_depart>
    <nb_places>int</nb_places>
    <aller_lieu_arrivee>string</aller_lieu_arrivee>
    <aller_lieu_depart>string</aller_lieu_depart>
    <commentaire>string</commentaire>
    <courriel>string</courriel>
    <nom_activite>string</nom_activite>
    <nom_conducteur>string</nom_conducteur>
    <prenom_conducteur>string</prenom_conducteur>
    <retour_date_arrivee>dateTime</retour_date_arrivee>
    <retour_lieu_arrivee>string</retour_lieu_arrivee>
    <retour_lieu_depart>string</retour_lieu_depart>
    <tel_autre>string</tel_autre>
    <telephone>string</telephone>
    <id_usager>int</id_usager>
    <nb_passager>int</nb_passager>
    <modifier>boolean</modifier>
    <id_congres>int</id_congres>
    <id_assemble>int</id_assemble>
    <code_connexion>string</code_connexion>
    <ListePassager>
      <PassagerCovoiturage>
        <id>int</id>
        <nom_passager>string</nom_passager>
        <prenom_passager>string</prenom_passager>
        <telephone>string</telephone>
        <telephone_autre>string</telephone_autre>
        <courriel>string</courriel>
        <id_covoiturage>int</id_covoiturage>
        <id_usager>int</id_usager>
      </PassagerCovoiturage>
      <PassagerCovoiturage>
        <id>int</id>
        <nom_passager>string</nom_passager>
        <prenom_passager>string</prenom_passager>
        <telephone>string</telephone>
        <telephone_autre>string</telephone_autre>
        <courriel>string</courriel>
        <id_covoiturage>int</id_covoiturage>
        <id_usager>int</id_usager>
      </PassagerCovoiturage>
    </ListePassager>
  </ActiviteCovoiturage>
  <ActiviteCovoiturage>
    <Id>int</Id>
    <aller_date_arrivee>dateTime</aller_date_arrivee>
    <aller_date_depart>dateTime</aller_date_depart>
    <date_activite>dateTime</date_activite>
    <retour_date_depart>dateTime</retour_date_depart>
    <nb_places>int</nb_places>
    <aller_lieu_arrivee>string</aller_lieu_arrivee>
    <aller_lieu_depart>string</aller_lieu_depart>
    <commentaire>string</commentaire>
    <courriel>string</courriel>
    <nom_activite>string</nom_activite>
    <nom_conducteur>string</nom_conducteur>
    <prenom_conducteur>string</prenom_conducteur>
    <retour_date_arrivee>dateTime</retour_date_arrivee>
    <retour_lieu_arrivee>string</retour_lieu_arrivee>
    <retour_lieu_depart>string</retour_lieu_depart>
    <tel_autre>string</tel_autre>
    <telephone>string</telephone>
    <id_usager>int</id_usager>
    <nb_passager>int</nb_passager>
    <modifier>boolean</modifier>
    <id_congres>int</id_congres>
    <id_assemble>int</id_assemble>
    <code_connexion>string</code_connexion>
    <ListePassager>
      <PassagerCovoiturage>
        <id>int</id>
        <nom_passager>string</nom_passager>
        <prenom_passager>string</prenom_passager>
        <telephone>string</telephone>
        <telephone_autre>string</telephone_autre>
        <courriel>string</courriel>
        <id_covoiturage>int</id_covoiturage>
        <id_usager>int</id_usager>
      </PassagerCovoiturage>
      <PassagerCovoiturage>
        <id>int</id>
        <nom_passager>string</nom_passager>
        <prenom_passager>string</prenom_passager>
        <telephone>string</telephone>
        <telephone_autre>string</telephone_autre>
        <courriel>string</courriel>
        <id_covoiturage>int</id_covoiturage>
        <id_usager>int</id_usager>
      </PassagerCovoiturage>
    </ListePassager>
  </ActiviteCovoiturage>
</ArrayOfActiviteCovoiturage>