Service


Click here for a complete list of operations.

GetHistoContact

Test

The test form is only available for requests from the local machine.

SOAP 1.1

The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.

POST /Service.asmx HTTP/1.1
Host: pp-secondary-connector360.datacar.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://interface-s001.esaweb.eu/GetHistoContact"

<?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>
    <GetHistoContact xmlns="http://interface-s001.esaweb.eu/">
      <sIDFournisseur>string</sIDFournisseur>
      <sIDGroupe>string</sIDGroupe>
      <sIDClient>string</sIDClient>
      <sTypeFlux>string</sTypeFlux>
      <sIdContact>string</sIdContact>
      <tPerimetre>string</tPerimetre>
      <dDateDebut>dateTime</dDateDebut>
      <dDateFin>dateTime</dDateFin>
    </GetHistoContact>
  </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>
    <GetHistoContactResponse xmlns="http://interface-s001.esaweb.eu/">
      <GetHistoContactResult>
        <iCode>short</iCode>
        <sMessage>string</sMessage>
        <sData>
          <Liste>
            <iIdHisto>int</iIdHisto>
            <iIdEntite>short</iIdEntite>
            <iTypeHisto>Creation_Fiche_Client or Creation_Fiche_MD_Externe or Creation_fiche_MD_Externe_Inactif or Modif_Coordonnees or Modif_Vehi_Possede or Modif_Observations or Modif_Desiderata or Transformation or Cession_Affaire or Creation_Fiche_Client_DMS or Modification_Fiche_Client_DMS or Creation_Fiche_Lead or Creation_Offre or Creation_Commande or Suppression_Fiche_Client or Reactivation_Fiche_Client or Reactivation_Fiche_Client_DMS or Dedoublonnage_Contact or Dedoublonnage_Interfacage or Modif_Profil_Entite or Creation_Profil_Entite or Desactivation_Fiche_Client or Suppression_Profil_Entite or Creation_Relation or Modification_Relation or Suppression_Relation or Modification_Fiche_Pro or Modification_Autorisations_Mk or Validation_Offre_Reprise or RDV_Atelier or Dedoublonnage or Dissociation or Modification_Hors_Ciblage_Marketing_Groupe or FileAttached or FileAttachmentRemoved</iTypeHisto>
            <dDateHisto>dateTime</dDateHisto>
            <sDescription>string</sDescription>
            <sLogin>string</sLogin>
            <sNomCollaborateur>string</sNomCollaborateur>
            <sPrenomCollaborateur>string</sPrenomCollaborateur>
            <sNomClient>string</sNomClient>
            <sPrenomClient>string</sPrenomClient>
            <sChamp>string</sChamp>
            <sOldValeur>string</sOldValeur>
            <sNewValeur>string</sNewValeur>
          </Liste>
          <Liste>
            <iIdHisto>int</iIdHisto>
            <iIdEntite>short</iIdEntite>
            <iTypeHisto>Creation_Fiche_Client or Creation_Fiche_MD_Externe or Creation_fiche_MD_Externe_Inactif or Modif_Coordonnees or Modif_Vehi_Possede or Modif_Observations or Modif_Desiderata or Transformation or Cession_Affaire or Creation_Fiche_Client_DMS or Modification_Fiche_Client_DMS or Creation_Fiche_Lead or Creation_Offre or Creation_Commande or Suppression_Fiche_Client or Reactivation_Fiche_Client or Reactivation_Fiche_Client_DMS or Dedoublonnage_Contact or Dedoublonnage_Interfacage or Modif_Profil_Entite or Creation_Profil_Entite or Desactivation_Fiche_Client or Suppression_Profil_Entite or Creation_Relation or Modification_Relation or Suppression_Relation or Modification_Fiche_Pro or Modification_Autorisations_Mk or Validation_Offre_Reprise or RDV_Atelier or Dedoublonnage or Dissociation or Modification_Hors_Ciblage_Marketing_Groupe or FileAttached or FileAttachmentRemoved</iTypeHisto>
            <dDateHisto>dateTime</dDateHisto>
            <sDescription>string</sDescription>
            <sLogin>string</sLogin>
            <sNomCollaborateur>string</sNomCollaborateur>
            <sPrenomCollaborateur>string</sPrenomCollaborateur>
            <sNomClient>string</sNomClient>
            <sPrenomClient>string</sPrenomClient>
            <sChamp>string</sChamp>
            <sOldValeur>string</sOldValeur>
            <sNewValeur>string</sNewValeur>
          </Liste>
        </sData>
      </GetHistoContactResult>
    </GetHistoContactResponse>
  </soap:Body>
</soap:Envelope>

SOAP 1.2

The following is a sample SOAP 1.2 request and response. The placeholders shown need to be replaced with actual values.

POST /Service.asmx HTTP/1.1
Host: pp-secondary-connector360.datacar.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:Body>
    <GetHistoContact xmlns="http://interface-s001.esaweb.eu/">
      <sIDFournisseur>string</sIDFournisseur>
      <sIDGroupe>string</sIDGroupe>
      <sIDClient>string</sIDClient>
      <sTypeFlux>string</sTypeFlux>
      <sIdContact>string</sIdContact>
      <tPerimetre>string</tPerimetre>
      <dDateDebut>dateTime</dDateDebut>
      <dDateFin>dateTime</dDateFin>
    </GetHistoContact>
  </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>
    <GetHistoContactResponse xmlns="http://interface-s001.esaweb.eu/">
      <GetHistoContactResult>
        <iCode>short</iCode>
        <sMessage>string</sMessage>
        <sData>
          <Liste>
            <iIdHisto>int</iIdHisto>
            <iIdEntite>short</iIdEntite>
            <iTypeHisto>Creation_Fiche_Client or Creation_Fiche_MD_Externe or Creation_fiche_MD_Externe_Inactif or Modif_Coordonnees or Modif_Vehi_Possede or Modif_Observations or Modif_Desiderata or Transformation or Cession_Affaire or Creation_Fiche_Client_DMS or Modification_Fiche_Client_DMS or Creation_Fiche_Lead or Creation_Offre or Creation_Commande or Suppression_Fiche_Client or Reactivation_Fiche_Client or Reactivation_Fiche_Client_DMS or Dedoublonnage_Contact or Dedoublonnage_Interfacage or Modif_Profil_Entite or Creation_Profil_Entite or Desactivation_Fiche_Client or Suppression_Profil_Entite or Creation_Relation or Modification_Relation or Suppression_Relation or Modification_Fiche_Pro or Modification_Autorisations_Mk or Validation_Offre_Reprise or RDV_Atelier or Dedoublonnage or Dissociation or Modification_Hors_Ciblage_Marketing_Groupe or FileAttached or FileAttachmentRemoved</iTypeHisto>
            <dDateHisto>dateTime</dDateHisto>
            <sDescription>string</sDescription>
            <sLogin>string</sLogin>
            <sNomCollaborateur>string</sNomCollaborateur>
            <sPrenomCollaborateur>string</sPrenomCollaborateur>
            <sNomClient>string</sNomClient>
            <sPrenomClient>string</sPrenomClient>
            <sChamp>string</sChamp>
            <sOldValeur>string</sOldValeur>
            <sNewValeur>string</sNewValeur>
          </Liste>
          <Liste>
            <iIdHisto>int</iIdHisto>
            <iIdEntite>short</iIdEntite>
            <iTypeHisto>Creation_Fiche_Client or Creation_Fiche_MD_Externe or Creation_fiche_MD_Externe_Inactif or Modif_Coordonnees or Modif_Vehi_Possede or Modif_Observations or Modif_Desiderata or Transformation or Cession_Affaire or Creation_Fiche_Client_DMS or Modification_Fiche_Client_DMS or Creation_Fiche_Lead or Creation_Offre or Creation_Commande or Suppression_Fiche_Client or Reactivation_Fiche_Client or Reactivation_Fiche_Client_DMS or Dedoublonnage_Contact or Dedoublonnage_Interfacage or Modif_Profil_Entite or Creation_Profil_Entite or Desactivation_Fiche_Client or Suppression_Profil_Entite or Creation_Relation or Modification_Relation or Suppression_Relation or Modification_Fiche_Pro or Modification_Autorisations_Mk or Validation_Offre_Reprise or RDV_Atelier or Dedoublonnage or Dissociation or Modification_Hors_Ciblage_Marketing_Groupe or FileAttached or FileAttachmentRemoved</iTypeHisto>
            <dDateHisto>dateTime</dDateHisto>
            <sDescription>string</sDescription>
            <sLogin>string</sLogin>
            <sNomCollaborateur>string</sNomCollaborateur>
            <sPrenomCollaborateur>string</sPrenomCollaborateur>
            <sNomClient>string</sNomClient>
            <sPrenomClient>string</sPrenomClient>
            <sChamp>string</sChamp>
            <sOldValeur>string</sOldValeur>
            <sNewValeur>string</sNewValeur>
          </Liste>
        </sData>
      </GetHistoContactResult>
    </GetHistoContactResponse>
  </soap12:Body>
</soap12:Envelope>