kollygramonline


Click here for a complete list of operations.

GetPuceLiens

Returns links for chip 'puceid'

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 /ws/kollygramonline.asmx HTTP/1.1
Host: kollygram.kollyapps.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "https://tempuri.org/GetPuceLiens"

<?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>
    <GetPuceLiens xmlns="https://tempuri.org/">
      <codeWebClient>string</codeWebClient>
      <transporteurid>long</transporteurid>
      <puceid>long</puceid>
    </GetPuceLiens>
  </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>
    <GetPuceLiensResponse xmlns="https://tempuri.org/">
      <GetPuceLiensResult>
        <Lien>
          <puce>unsignedLong</puce>
          <client>unsignedLong</client>
          <emplacement>unsignedLong</emplacement>
          <facturation>unsignedLong</facturation>
          <du>dateTime</du>
          <au>dateTime</au>
          <dernier_changement>dateTime</dernier_changement>
          <deleted>boolean</deleted>
          <dechet>unsignedInt</dechet>
          <container>unsignedInt</container>
          <container_nr>string</container_nr>
          <cree_le>dateTime</cree_le>
          <cree_par>unsignedLong</cree_par>
          <dernier_changement_par>unsignedLong</dernier_changement_par>
          <deleted_le>dateTime</deleted_le>
          <deleted_par>unsignedLong</deleted_par>
          <locked>boolean</locked>
          <parent>
            <puce_no>string</puce_no>
            <type_de_puce>unsignedInt</type_de_puce>
            <client>unsignedLong</client>
            <last_location>string</last_location>
            <last_location_nom>string</last_location_nom>
            <last_location_adresse>string</last_location_adresse>
            <last_location_complement>string</last_location_complement>
            <last_location_npa>string</last_location_npa>
            <last_location_localite>string</last_location_localite>
            <last_facturation>string</last_facturation>
            <last_facturation_nom>string</last_facturation_nom>
            <last_facturation_adresse>string</last_facturation_adresse>
            <last_facturation_complement>string</last_facturation_complement>
            <last_facturation_npa>string</last_facturation_npa>
            <last_facturation_localite>string</last_facturation_localite>
            <last_ts>dateTime</last_ts>
          </parent>
        </Lien>
        <Lien>
          <puce>unsignedLong</puce>
          <client>unsignedLong</client>
          <emplacement>unsignedLong</emplacement>
          <facturation>unsignedLong</facturation>
          <du>dateTime</du>
          <au>dateTime</au>
          <dernier_changement>dateTime</dernier_changement>
          <deleted>boolean</deleted>
          <dechet>unsignedInt</dechet>
          <container>unsignedInt</container>
          <container_nr>string</container_nr>
          <cree_le>dateTime</cree_le>
          <cree_par>unsignedLong</cree_par>
          <dernier_changement_par>unsignedLong</dernier_changement_par>
          <deleted_le>dateTime</deleted_le>
          <deleted_par>unsignedLong</deleted_par>
          <locked>boolean</locked>
          <parent>
            <puce_no>string</puce_no>
            <type_de_puce>unsignedInt</type_de_puce>
            <client>unsignedLong</client>
            <last_location>string</last_location>
            <last_location_nom>string</last_location_nom>
            <last_location_adresse>string</last_location_adresse>
            <last_location_complement>string</last_location_complement>
            <last_location_npa>string</last_location_npa>
            <last_location_localite>string</last_location_localite>
            <last_facturation>string</last_facturation>
            <last_facturation_nom>string</last_facturation_nom>
            <last_facturation_adresse>string</last_facturation_adresse>
            <last_facturation_complement>string</last_facturation_complement>
            <last_facturation_npa>string</last_facturation_npa>
            <last_facturation_localite>string</last_facturation_localite>
            <last_ts>dateTime</last_ts>
          </parent>
        </Lien>
      </GetPuceLiensResult>
    </GetPuceLiensResponse>
  </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/kollygramonline.asmx HTTP/1.1
Host: kollygram.kollyapps.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>
    <GetPuceLiens xmlns="https://tempuri.org/">
      <codeWebClient>string</codeWebClient>
      <transporteurid>long</transporteurid>
      <puceid>long</puceid>
    </GetPuceLiens>
  </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>
    <GetPuceLiensResponse xmlns="https://tempuri.org/">
      <GetPuceLiensResult>
        <Lien>
          <puce>unsignedLong</puce>
          <client>unsignedLong</client>
          <emplacement>unsignedLong</emplacement>
          <facturation>unsignedLong</facturation>
          <du>dateTime</du>
          <au>dateTime</au>
          <dernier_changement>dateTime</dernier_changement>
          <deleted>boolean</deleted>
          <dechet>unsignedInt</dechet>
          <container>unsignedInt</container>
          <container_nr>string</container_nr>
          <cree_le>dateTime</cree_le>
          <cree_par>unsignedLong</cree_par>
          <dernier_changement_par>unsignedLong</dernier_changement_par>
          <deleted_le>dateTime</deleted_le>
          <deleted_par>unsignedLong</deleted_par>
          <locked>boolean</locked>
          <parent>
            <puce_no>string</puce_no>
            <type_de_puce>unsignedInt</type_de_puce>
            <client>unsignedLong</client>
            <last_location>string</last_location>
            <last_location_nom>string</last_location_nom>
            <last_location_adresse>string</last_location_adresse>
            <last_location_complement>string</last_location_complement>
            <last_location_npa>string</last_location_npa>
            <last_location_localite>string</last_location_localite>
            <last_facturation>string</last_facturation>
            <last_facturation_nom>string</last_facturation_nom>
            <last_facturation_adresse>string</last_facturation_adresse>
            <last_facturation_complement>string</last_facturation_complement>
            <last_facturation_npa>string</last_facturation_npa>
            <last_facturation_localite>string</last_facturation_localite>
            <last_ts>dateTime</last_ts>
          </parent>
        </Lien>
        <Lien>
          <puce>unsignedLong</puce>
          <client>unsignedLong</client>
          <emplacement>unsignedLong</emplacement>
          <facturation>unsignedLong</facturation>
          <du>dateTime</du>
          <au>dateTime</au>
          <dernier_changement>dateTime</dernier_changement>
          <deleted>boolean</deleted>
          <dechet>unsignedInt</dechet>
          <container>unsignedInt</container>
          <container_nr>string</container_nr>
          <cree_le>dateTime</cree_le>
          <cree_par>unsignedLong</cree_par>
          <dernier_changement_par>unsignedLong</dernier_changement_par>
          <deleted_le>dateTime</deleted_le>
          <deleted_par>unsignedLong</deleted_par>
          <locked>boolean</locked>
          <parent>
            <puce_no>string</puce_no>
            <type_de_puce>unsignedInt</type_de_puce>
            <client>unsignedLong</client>
            <last_location>string</last_location>
            <last_location_nom>string</last_location_nom>
            <last_location_adresse>string</last_location_adresse>
            <last_location_complement>string</last_location_complement>
            <last_location_npa>string</last_location_npa>
            <last_location_localite>string</last_location_localite>
            <last_facturation>string</last_facturation>
            <last_facturation_nom>string</last_facturation_nom>
            <last_facturation_adresse>string</last_facturation_adresse>
            <last_facturation_complement>string</last_facturation_complement>
            <last_facturation_npa>string</last_facturation_npa>
            <last_facturation_localite>string</last_facturation_localite>
            <last_ts>dateTime</last_ts>
          </parent>
        </Lien>
      </GetPuceLiensResult>
    </GetPuceLiensResponse>
  </soap12:Body>
</soap12:Envelope>