EstadoVehiculo


Click here for a complete list of operations.

InformeAlarmasGeo

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.
Parameter Value
idVehiculo:
fechaDesde:
fechaHasta:

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

<?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>
    <InformeAlarmasGeo xmlns="http://212.8.96.37/webservices/">
      <idVehiculo>int</idVehiculo>
      <fechaDesde>string</fechaDesde>
      <fechaHasta>string</fechaHasta>
    </InformeAlarmasGeo>
  </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>
    <InformeAlarmasGeoResponse xmlns="http://212.8.96.37/webservices/">
      <InformeAlarmasGeoResult>
        <DatosInformeAlarmasGeo>
          <Matricula>string</Matricula>
          <Fecha>string</Fecha>
          <FechaRecepcion>string</FechaRecepcion>
          <NroAlarma>int</NroAlarma>
          <TipoAviso>string</TipoAviso>
          <Nombre>string</Nombre>
          <VelocidadPermitida>int</VelocidadPermitida>
          <VelocidadRegistrada>int</VelocidadRegistrada>
          <TipoEvento>string</TipoEvento>
        </DatosInformeAlarmasGeo>
        <DatosInformeAlarmasGeo>
          <Matricula>string</Matricula>
          <Fecha>string</Fecha>
          <FechaRecepcion>string</FechaRecepcion>
          <NroAlarma>int</NroAlarma>
          <TipoAviso>string</TipoAviso>
          <Nombre>string</Nombre>
          <VelocidadPermitida>int</VelocidadPermitida>
          <VelocidadRegistrada>int</VelocidadRegistrada>
          <TipoEvento>string</TipoEvento>
        </DatosInformeAlarmasGeo>
      </InformeAlarmasGeoResult>
    </InformeAlarmasGeoResponse>
  </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>
    <InformeAlarmasGeo xmlns="http://212.8.96.37/webservices/">
      <idVehiculo>int</idVehiculo>
      <fechaDesde>string</fechaDesde>
      <fechaHasta>string</fechaHasta>
    </InformeAlarmasGeo>
  </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>
    <InformeAlarmasGeoResponse xmlns="http://212.8.96.37/webservices/">
      <InformeAlarmasGeoResult>
        <DatosInformeAlarmasGeo>
          <Matricula>string</Matricula>
          <Fecha>string</Fecha>
          <FechaRecepcion>string</FechaRecepcion>
          <NroAlarma>int</NroAlarma>
          <TipoAviso>string</TipoAviso>
          <Nombre>string</Nombre>
          <VelocidadPermitida>int</VelocidadPermitida>
          <VelocidadRegistrada>int</VelocidadRegistrada>
          <TipoEvento>string</TipoEvento>
        </DatosInformeAlarmasGeo>
        <DatosInformeAlarmasGeo>
          <Matricula>string</Matricula>
          <Fecha>string</Fecha>
          <FechaRecepcion>string</FechaRecepcion>
          <NroAlarma>int</NroAlarma>
          <TipoAviso>string</TipoAviso>
          <Nombre>string</Nombre>
          <VelocidadPermitida>int</VelocidadPermitida>
          <VelocidadRegistrada>int</VelocidadRegistrada>
          <TipoEvento>string</TipoEvento>
        </DatosInformeAlarmasGeo>
      </InformeAlarmasGeoResult>
    </InformeAlarmasGeoResponse>
  </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 /Servicios/EstadoVehiculo.asmx/InformeAlarmasGeo?idVehiculo=string&fechaDesde=string&fechaHasta=string HTTP/1.1
Host: www.flotasnet.com
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<ArrayOfDatosInformeAlarmasGeo xmlns="http://212.8.96.37/webservices/">
  <DatosInformeAlarmasGeo>
    <Matricula>string</Matricula>
    <Fecha>string</Fecha>
    <FechaRecepcion>string</FechaRecepcion>
    <NroAlarma>int</NroAlarma>
    <TipoAviso>string</TipoAviso>
    <Nombre>string</Nombre>
    <VelocidadPermitida>int</VelocidadPermitida>
    <VelocidadRegistrada>int</VelocidadRegistrada>
    <TipoEvento>string</TipoEvento>
  </DatosInformeAlarmasGeo>
  <DatosInformeAlarmasGeo>
    <Matricula>string</Matricula>
    <Fecha>string</Fecha>
    <FechaRecepcion>string</FechaRecepcion>
    <NroAlarma>int</NroAlarma>
    <TipoAviso>string</TipoAviso>
    <Nombre>string</Nombre>
    <VelocidadPermitida>int</VelocidadPermitida>
    <VelocidadRegistrada>int</VelocidadRegistrada>
    <TipoEvento>string</TipoEvento>
  </DatosInformeAlarmasGeo>
</ArrayOfDatosInformeAlarmasGeo>

HTTP POST

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

POST /Servicios/EstadoVehiculo.asmx/InformeAlarmasGeo HTTP/1.1
Host: www.flotasnet.com
Content-Type: application/x-www-form-urlencoded
Content-Length: length

idVehiculo=string&fechaDesde=string&fechaHasta=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0" encoding="utf-8"?>
<ArrayOfDatosInformeAlarmasGeo xmlns="http://212.8.96.37/webservices/">
  <DatosInformeAlarmasGeo>
    <Matricula>string</Matricula>
    <Fecha>string</Fecha>
    <FechaRecepcion>string</FechaRecepcion>
    <NroAlarma>int</NroAlarma>
    <TipoAviso>string</TipoAviso>
    <Nombre>string</Nombre>
    <VelocidadPermitida>int</VelocidadPermitida>
    <VelocidadRegistrada>int</VelocidadRegistrada>
    <TipoEvento>string</TipoEvento>
  </DatosInformeAlarmasGeo>
  <DatosInformeAlarmasGeo>
    <Matricula>string</Matricula>
    <Fecha>string</Fecha>
    <FechaRecepcion>string</FechaRecepcion>
    <NroAlarma>int</NroAlarma>
    <TipoAviso>string</TipoAviso>
    <Nombre>string</Nombre>
    <VelocidadPermitida>int</VelocidadPermitida>
    <VelocidadRegistrada>int</VelocidadRegistrada>
    <TipoEvento>string</TipoEvento>
  </DatosInformeAlarmasGeo>
</ArrayOfDatosInformeAlarmasGeo>