AccesMembreService


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

EnregistrerCovoiturage

Enregistre un covoiturage

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

<?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>
    <EnregistrerCovoiturage xmlns="http://aptsqlive.com">
      <activite>
        <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>
      </activite>
    </EnregistrerCovoiturage>
  </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>
    <EnregistrerCovoiturageResponse xmlns="http://aptsqlive.com">
      <EnregistrerCovoiturageResult>string</EnregistrerCovoiturageResult>
    </EnregistrerCovoiturageResponse>
  </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>
    <EnregistrerCovoiturage xmlns="http://aptsqlive.com">
      <activite>
        <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>
      </activite>
    </EnregistrerCovoiturage>
  </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>
    <EnregistrerCovoiturageResponse xmlns="http://aptsqlive.com">
      <EnregistrerCovoiturageResult>string</EnregistrerCovoiturageResult>
    </EnregistrerCovoiturageResponse>
  </soap12:Body>
</soap12:Envelope>