WebServiceCncExport


Click here for a complete list of operations.

getInfosDistributeurByPeriodeMAJ

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.
Parameter Value
login:
password:
date_deb:
date_fin:

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 /ws.cnc.asmx HTTP/1.1
Host: ws.cinedi.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://prod-webcinedi.seevia.com/ws_cnc/getInfosDistributeurByPeriodeMAJ"

<?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>
    <getInfosDistributeurByPeriodeMAJ xmlns="http://prod-webcinedi.seevia.com/ws_cnc">
      <login>string</login>
      <password>string</password>
      <date_deb>string</date_deb>
      <date_fin>string</date_fin>
    </getInfosDistributeurByPeriodeMAJ>
  </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>
    <getInfosDistributeurByPeriodeMAJResponse xmlns="http://prod-webcinedi.seevia.com/ws_cnc">
      <getInfosDistributeurByPeriodeMAJResult>
        <Dist>
          <CODE>string</CODE>
          <RS>string</RS>
          <DATE_ADH>string</DATE_ADH>
          <DATE_RES>string</DATE_RES>
          <COMMENTAIRE>string</COMMENTAIRE>
          <ADR_1>string</ADR_1>
          <ADR_2>string</ADR_2>
          <ADR_3>string</ADR_3>
          <LOCALITE>string</LOCALITE>
          <CP>string</CP>
          <BUREAU_DIST>string</BUREAU_DIST>
          <RS_C>string</RS_C>
          <ADR_1_C>string</ADR_1_C>
          <ADR_2_C>string</ADR_2_C>
          <ADR_3_C>string</ADR_3_C>
          <LOCALITE_C>string</LOCALITE_C>
          <CP_C>string</CP_C>
          <BUREAU_DIST_C>string</BUREAU_DIST_C>
          <TEL>string</TEL>
          <FAX>string</FAX>
          <PORTABLE>string</PORTABLE>
          <EMAIL>string</EMAIL>
          <DATE_MAJ>string</DATE_MAJ>
          <ETAT>string</ETAT>
          <MSG_ERREUR>string</MSG_ERREUR>
        </Dist>
        <Dist>
          <CODE>string</CODE>
          <RS>string</RS>
          <DATE_ADH>string</DATE_ADH>
          <DATE_RES>string</DATE_RES>
          <COMMENTAIRE>string</COMMENTAIRE>
          <ADR_1>string</ADR_1>
          <ADR_2>string</ADR_2>
          <ADR_3>string</ADR_3>
          <LOCALITE>string</LOCALITE>
          <CP>string</CP>
          <BUREAU_DIST>string</BUREAU_DIST>
          <RS_C>string</RS_C>
          <ADR_1_C>string</ADR_1_C>
          <ADR_2_C>string</ADR_2_C>
          <ADR_3_C>string</ADR_3_C>
          <LOCALITE_C>string</LOCALITE_C>
          <CP_C>string</CP_C>
          <BUREAU_DIST_C>string</BUREAU_DIST_C>
          <TEL>string</TEL>
          <FAX>string</FAX>
          <PORTABLE>string</PORTABLE>
          <EMAIL>string</EMAIL>
          <DATE_MAJ>string</DATE_MAJ>
          <ETAT>string</ETAT>
          <MSG_ERREUR>string</MSG_ERREUR>
        </Dist>
      </getInfosDistributeurByPeriodeMAJResult>
    </getInfosDistributeurByPeriodeMAJResponse>
  </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 /ws.cnc.asmx HTTP/1.1
Host: ws.cinedi.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>
    <getInfosDistributeurByPeriodeMAJ xmlns="http://prod-webcinedi.seevia.com/ws_cnc">
      <login>string</login>
      <password>string</password>
      <date_deb>string</date_deb>
      <date_fin>string</date_fin>
    </getInfosDistributeurByPeriodeMAJ>
  </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>
    <getInfosDistributeurByPeriodeMAJResponse xmlns="http://prod-webcinedi.seevia.com/ws_cnc">
      <getInfosDistributeurByPeriodeMAJResult>
        <Dist>
          <CODE>string</CODE>
          <RS>string</RS>
          <DATE_ADH>string</DATE_ADH>
          <DATE_RES>string</DATE_RES>
          <COMMENTAIRE>string</COMMENTAIRE>
          <ADR_1>string</ADR_1>
          <ADR_2>string</ADR_2>
          <ADR_3>string</ADR_3>
          <LOCALITE>string</LOCALITE>
          <CP>string</CP>
          <BUREAU_DIST>string</BUREAU_DIST>
          <RS_C>string</RS_C>
          <ADR_1_C>string</ADR_1_C>
          <ADR_2_C>string</ADR_2_C>
          <ADR_3_C>string</ADR_3_C>
          <LOCALITE_C>string</LOCALITE_C>
          <CP_C>string</CP_C>
          <BUREAU_DIST_C>string</BUREAU_DIST_C>
          <TEL>string</TEL>
          <FAX>string</FAX>
          <PORTABLE>string</PORTABLE>
          <EMAIL>string</EMAIL>
          <DATE_MAJ>string</DATE_MAJ>
          <ETAT>string</ETAT>
          <MSG_ERREUR>string</MSG_ERREUR>
        </Dist>
        <Dist>
          <CODE>string</CODE>
          <RS>string</RS>
          <DATE_ADH>string</DATE_ADH>
          <DATE_RES>string</DATE_RES>
          <COMMENTAIRE>string</COMMENTAIRE>
          <ADR_1>string</ADR_1>
          <ADR_2>string</ADR_2>
          <ADR_3>string</ADR_3>
          <LOCALITE>string</LOCALITE>
          <CP>string</CP>
          <BUREAU_DIST>string</BUREAU_DIST>
          <RS_C>string</RS_C>
          <ADR_1_C>string</ADR_1_C>
          <ADR_2_C>string</ADR_2_C>
          <ADR_3_C>string</ADR_3_C>
          <LOCALITE_C>string</LOCALITE_C>
          <CP_C>string</CP_C>
          <BUREAU_DIST_C>string</BUREAU_DIST_C>
          <TEL>string</TEL>
          <FAX>string</FAX>
          <PORTABLE>string</PORTABLE>
          <EMAIL>string</EMAIL>
          <DATE_MAJ>string</DATE_MAJ>
          <ETAT>string</ETAT>
          <MSG_ERREUR>string</MSG_ERREUR>
        </Dist>
      </getInfosDistributeurByPeriodeMAJResult>
    </getInfosDistributeurByPeriodeMAJResponse>
  </soap12:Body>
</soap12:Envelope>

HTTP GET

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

GET /ws.cnc.asmx/getInfosDistributeurByPeriodeMAJ?login=string&password=string&date_deb=string&date_fin=string HTTP/1.1
Host: ws.cinedi.com
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<ArrayOfDist1 xmlns="http://prod-webcinedi.seevia.com/ws_cnc">
  <Dist>
    <CODE>string</CODE>
    <RS>string</RS>
    <DATE_ADH>string</DATE_ADH>
    <DATE_RES>string</DATE_RES>
    <COMMENTAIRE>string</COMMENTAIRE>
    <ADR_1>string</ADR_1>
    <ADR_2>string</ADR_2>
    <ADR_3>string</ADR_3>
    <LOCALITE>string</LOCALITE>
    <CP>string</CP>
    <BUREAU_DIST>string</BUREAU_DIST>
    <RS_C>string</RS_C>
    <ADR_1_C>string</ADR_1_C>
    <ADR_2_C>string</ADR_2_C>
    <ADR_3_C>string</ADR_3_C>
    <LOCALITE_C>string</LOCALITE_C>
    <CP_C>string</CP_C>
    <BUREAU_DIST_C>string</BUREAU_DIST_C>
    <TEL>string</TEL>
    <FAX>string</FAX>
    <PORTABLE>string</PORTABLE>
    <EMAIL>string</EMAIL>
    <DATE_MAJ>string</DATE_MAJ>
    <ETAT>string</ETAT>
    <MSG_ERREUR>string</MSG_ERREUR>
  </Dist>
  <Dist>
    <CODE>string</CODE>
    <RS>string</RS>
    <DATE_ADH>string</DATE_ADH>
    <DATE_RES>string</DATE_RES>
    <COMMENTAIRE>string</COMMENTAIRE>
    <ADR_1>string</ADR_1>
    <ADR_2>string</ADR_2>
    <ADR_3>string</ADR_3>
    <LOCALITE>string</LOCALITE>
    <CP>string</CP>
    <BUREAU_DIST>string</BUREAU_DIST>
    <RS_C>string</RS_C>
    <ADR_1_C>string</ADR_1_C>
    <ADR_2_C>string</ADR_2_C>
    <ADR_3_C>string</ADR_3_C>
    <LOCALITE_C>string</LOCALITE_C>
    <CP_C>string</CP_C>
    <BUREAU_DIST_C>string</BUREAU_DIST_C>
    <TEL>string</TEL>
    <FAX>string</FAX>
    <PORTABLE>string</PORTABLE>
    <EMAIL>string</EMAIL>
    <DATE_MAJ>string</DATE_MAJ>
    <ETAT>string</ETAT>
    <MSG_ERREUR>string</MSG_ERREUR>
  </Dist>
</ArrayOfDist1>

HTTP POST

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

POST /ws.cnc.asmx/getInfosDistributeurByPeriodeMAJ HTTP/1.1
Host: ws.cinedi.com
Content-Type: application/x-www-form-urlencoded
Content-Length: length

login=string&password=string&date_deb=string&date_fin=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<ArrayOfDist1 xmlns="http://prod-webcinedi.seevia.com/ws_cnc">
  <Dist>
    <CODE>string</CODE>
    <RS>string</RS>
    <DATE_ADH>string</DATE_ADH>
    <DATE_RES>string</DATE_RES>
    <COMMENTAIRE>string</COMMENTAIRE>
    <ADR_1>string</ADR_1>
    <ADR_2>string</ADR_2>
    <ADR_3>string</ADR_3>
    <LOCALITE>string</LOCALITE>
    <CP>string</CP>
    <BUREAU_DIST>string</BUREAU_DIST>
    <RS_C>string</RS_C>
    <ADR_1_C>string</ADR_1_C>
    <ADR_2_C>string</ADR_2_C>
    <ADR_3_C>string</ADR_3_C>
    <LOCALITE_C>string</LOCALITE_C>
    <CP_C>string</CP_C>
    <BUREAU_DIST_C>string</BUREAU_DIST_C>
    <TEL>string</TEL>
    <FAX>string</FAX>
    <PORTABLE>string</PORTABLE>
    <EMAIL>string</EMAIL>
    <DATE_MAJ>string</DATE_MAJ>
    <ETAT>string</ETAT>
    <MSG_ERREUR>string</MSG_ERREUR>
  </Dist>
  <Dist>
    <CODE>string</CODE>
    <RS>string</RS>
    <DATE_ADH>string</DATE_ADH>
    <DATE_RES>string</DATE_RES>
    <COMMENTAIRE>string</COMMENTAIRE>
    <ADR_1>string</ADR_1>
    <ADR_2>string</ADR_2>
    <ADR_3>string</ADR_3>
    <LOCALITE>string</LOCALITE>
    <CP>string</CP>
    <BUREAU_DIST>string</BUREAU_DIST>
    <RS_C>string</RS_C>
    <ADR_1_C>string</ADR_1_C>
    <ADR_2_C>string</ADR_2_C>
    <ADR_3_C>string</ADR_3_C>
    <LOCALITE_C>string</LOCALITE_C>
    <CP_C>string</CP_C>
    <BUREAU_DIST_C>string</BUREAU_DIST_C>
    <TEL>string</TEL>
    <FAX>string</FAX>
    <PORTABLE>string</PORTABLE>
    <EMAIL>string</EMAIL>
    <DATE_MAJ>string</DATE_MAJ>
    <ETAT>string</ETAT>
    <MSG_ERREUR>string</MSG_ERREUR>
  </Dist>
</ArrayOfDist1>