AccesMembreService


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

ObtenirActiviteCovoiturage

obtenir un covoiturage

Test

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

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

<?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>
    <ObtenirActiviteCovoiturage xmlns="http://aptsqlive.com">
      <idCovoiturage>int</idCovoiturage>
    </ObtenirActiviteCovoiturage>
  </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>
    <ObtenirActiviteCovoiturageResponse xmlns="http://aptsqlive.com">
      <ObtenirActiviteCovoiturageResult>
        <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>
      </ObtenirActiviteCovoiturageResult>
    </ObtenirActiviteCovoiturageResponse>
  </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>
    <ObtenirActiviteCovoiturage xmlns="http://aptsqlive.com">
      <idCovoiturage>int</idCovoiturage>
    </ObtenirActiviteCovoiturage>
  </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>
    <ObtenirActiviteCovoiturageResponse xmlns="http://aptsqlive.com">
      <ObtenirActiviteCovoiturageResult>
        <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>
      </ObtenirActiviteCovoiturageResult>
    </ObtenirActiviteCovoiturageResponse>
  </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/ObtenirActiviteCovoiturage?idCovoiturage=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"?>
<ActiviteCovoiturage xmlns="http://aptsqlive.com">
  <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>

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

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

<?xml version="1.0" encoding="utf-8"?>
<ActiviteCovoiturage xmlns="http://aptsqlive.com">
  <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>