EstadoVehiculo


Click here for a complete list of operations.

InformePrecintos_ID

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 /Servicios/EstadoVehiculo.asmx HTTP/1.1
Host: www.flotasnet.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://212.8.96.37/webservices/InformePrecintos_ID"

<?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://212.8.96.37/webservices/">
      <Username>string</Username>
      <Password>string</Password>
      <Empresa>string</Empresa>
    </AuthHeader>
  </soap:Header>
  <soap:Body>
    <InformePrecintos_ID xmlns="http://212.8.96.37/webservices/">
      <input>
        <objInput_ID>
          <Id>string</Id>
          <Desde>dateTime</Desde>
          <Hasta>dateTime</Hasta>
        </objInput_ID>
        <objInput_ID>
          <Id>string</Id>
          <Desde>dateTime</Desde>
          <Hasta>dateTime</Hasta>
        </objInput_ID>
      </input>
    </InformePrecintos_ID>
  </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>
    <InformePrecintos_IDResponse xmlns="http://212.8.96.37/webservices/">
      <InformePrecintos_IDResult>
        <DatosPrecintos>
          <Matricula>string</Matricula>
          <Estado>string</Estado>
          <Conductor>string</Conductor>
          <Remolque>string</Remolque>
          <Latitud>double</Latitud>
          <Longitud>double</Longitud>
          <Localidad>string</Localidad>
          <Velocidad>int</Velocidad>
          <Fecha>string</Fecha>
          <Sensores>string</Sensores>
          <Distancia>double</Distancia>
          <Rumbo>int</Rumbo>
          <UtmX>int</UtmX>
          <UtmY>int</UtmY>
          <Huso>int</Huso>
          <Deposito1>string</Deposito1>
          <Deposito2>string</Deposito2>
          <Deposito3>string</Deposito3>
          <Deposito4>string</Deposito4>
          <Deposito5>string</Deposito5>
          <Deposito6>string</Deposito6>
          <Scully>int</Scully>
          <Luces>int</Luces>
          <PuertaIN>int</PuertaIN>
          <PuertaOUT>int</PuertaOUT>
          <Id>int</Id>
          <Codigo>string</Codigo>
        </DatosPrecintos>
        <DatosPrecintos>
          <Matricula>string</Matricula>
          <Estado>string</Estado>
          <Conductor>string</Conductor>
          <Remolque>string</Remolque>
          <Latitud>double</Latitud>
          <Longitud>double</Longitud>
          <Localidad>string</Localidad>
          <Velocidad>int</Velocidad>
          <Fecha>string</Fecha>
          <Sensores>string</Sensores>
          <Distancia>double</Distancia>
          <Rumbo>int</Rumbo>
          <UtmX>int</UtmX>
          <UtmY>int</UtmY>
          <Huso>int</Huso>
          <Deposito1>string</Deposito1>
          <Deposito2>string</Deposito2>
          <Deposito3>string</Deposito3>
          <Deposito4>string</Deposito4>
          <Deposito5>string</Deposito5>
          <Deposito6>string</Deposito6>
          <Scully>int</Scully>
          <Luces>int</Luces>
          <PuertaIN>int</PuertaIN>
          <PuertaOUT>int</PuertaOUT>
          <Id>int</Id>
          <Codigo>string</Codigo>
        </DatosPrecintos>
      </InformePrecintos_IDResult>
    </InformePrecintos_IDResponse>
  </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 /Servicios/EstadoVehiculo.asmx HTTP/1.1
Host: www.flotasnet.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://212.8.96.37/webservices/">
      <Username>string</Username>
      <Password>string</Password>
      <Empresa>string</Empresa>
    </AuthHeader>
  </soap12:Header>
  <soap12:Body>
    <InformePrecintos_ID xmlns="http://212.8.96.37/webservices/">
      <input>
        <objInput_ID>
          <Id>string</Id>
          <Desde>dateTime</Desde>
          <Hasta>dateTime</Hasta>
        </objInput_ID>
        <objInput_ID>
          <Id>string</Id>
          <Desde>dateTime</Desde>
          <Hasta>dateTime</Hasta>
        </objInput_ID>
      </input>
    </InformePrecintos_ID>
  </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>
    <InformePrecintos_IDResponse xmlns="http://212.8.96.37/webservices/">
      <InformePrecintos_IDResult>
        <DatosPrecintos>
          <Matricula>string</Matricula>
          <Estado>string</Estado>
          <Conductor>string</Conductor>
          <Remolque>string</Remolque>
          <Latitud>double</Latitud>
          <Longitud>double</Longitud>
          <Localidad>string</Localidad>
          <Velocidad>int</Velocidad>
          <Fecha>string</Fecha>
          <Sensores>string</Sensores>
          <Distancia>double</Distancia>
          <Rumbo>int</Rumbo>
          <UtmX>int</UtmX>
          <UtmY>int</UtmY>
          <Huso>int</Huso>
          <Deposito1>string</Deposito1>
          <Deposito2>string</Deposito2>
          <Deposito3>string</Deposito3>
          <Deposito4>string</Deposito4>
          <Deposito5>string</Deposito5>
          <Deposito6>string</Deposito6>
          <Scully>int</Scully>
          <Luces>int</Luces>
          <PuertaIN>int</PuertaIN>
          <PuertaOUT>int</PuertaOUT>
          <Id>int</Id>
          <Codigo>string</Codigo>
        </DatosPrecintos>
        <DatosPrecintos>
          <Matricula>string</Matricula>
          <Estado>string</Estado>
          <Conductor>string</Conductor>
          <Remolque>string</Remolque>
          <Latitud>double</Latitud>
          <Longitud>double</Longitud>
          <Localidad>string</Localidad>
          <Velocidad>int</Velocidad>
          <Fecha>string</Fecha>
          <Sensores>string</Sensores>
          <Distancia>double</Distancia>
          <Rumbo>int</Rumbo>
          <UtmX>int</UtmX>
          <UtmY>int</UtmY>
          <Huso>int</Huso>
          <Deposito1>string</Deposito1>
          <Deposito2>string</Deposito2>
          <Deposito3>string</Deposito3>
          <Deposito4>string</Deposito4>
          <Deposito5>string</Deposito5>
          <Deposito6>string</Deposito6>
          <Scully>int</Scully>
          <Luces>int</Luces>
          <PuertaIN>int</PuertaIN>
          <PuertaOUT>int</PuertaOUT>
          <Id>int</Id>
          <Codigo>string</Codigo>
        </DatosPrecintos>
      </InformePrecintos_IDResult>
    </InformePrecintos_IDResponse>
  </soap12:Body>
</soap12:Envelope>