ArventoReportWebService


Click here for a complete list of operations.

GeneralReportWithDistanceReturnObject

Cihazdan gelen tum verilerin gosterildigi, genel raporu olusturur. Bu rapor ile cihaz hangi alarmi veya paketi ne zaman gonderdigi bilgisinin yani sira iki kayit arasindaki mesafe bilgisini de raporlar. Genel Rapor metotunda 'chk' ile baslayan alanlar hangi alarm tipinin istenecegini belirler. Istenilen rapor tipi '1' olarak isaretlenmelidir. Sonucu XmlDocument tipinde dondurur. - Generates a general report showing all data from the device. With this report, the device reports the distance information between the two records as well as the information on which alarm or packet it sent. Fields that start with 'chk' in the General Report method specify which alarm Type is requested. The selected report type should be marked as '1'. Relevant result returns as XmlDocument type.

Test

To test the operation using the HTTP POST protocol, click the 'Invoke' button.
Parameter Value
Username:
PIN1:
PIN2:
StartDate:
EndDate:
Node:
Group:
Compress:
chkLocation:
chkSpeed:
chkPause:
chkMotion:
chkRegion:
txtSpeedMin:
txtSpeedMax:
chkTemperatureSensor1:
chkTemperatureSensorPer1:
chkTemperatureSensorAlm1:
chkTemperatureSensor2:
chkTemperatureSensorPer2:
chkTemperatureSensorAlm2:
chkTemperatureSensor3:
chkTemperatureSensorPer3:
chkTemperatureSensorAlm3:
chkTemperatureSensor4:
chkTemperatureSensorPer4:
chkTemperatureSensorAlm4:
txtTemperatureMin:
txtTemperatureMax:
chkEmergency:
chkDoor:
chkPauseTime:
chkContactAlarm:
chkIdlingTime:
chkIdlingAlarm:
chkFuelLevel:
chkPower:
chkDriverIdentification:
chkHumiditySensor1:
chkHumiditySensor2:
chkHumiditySensor3:
chkHumiditySensor4:
chkPossibleAccident:
chkAcceleration:
chkVehicleMovedWithoutDriverCard:
MinuteDif:
Language:

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 /v1/report.asmx HTTP/1.1
Host: ws.arvento.com
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://www.arvento.com/GeneralReportWithDistanceReturnObject"

<?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>
    <GeneralReportWithDistanceReturnObject xmlns="http://www.arvento.com/">
      <Username>string</Username>
      <PIN1>string</PIN1>
      <PIN2>string</PIN2>
      <StartDate>string</StartDate>
      <EndDate>string</EndDate>
      <Node>string</Node>
      <Group>string</Group>
      <Compress>string</Compress>
      <chkLocation>string</chkLocation>
      <chkSpeed>string</chkSpeed>
      <chkPause>string</chkPause>
      <chkMotion>string</chkMotion>
      <chkRegion>string</chkRegion>
      <txtSpeedMin>string</txtSpeedMin>
      <txtSpeedMax>string</txtSpeedMax>
      <chkTemperatureSensor1>string</chkTemperatureSensor1>
      <chkTemperatureSensorPer1>string</chkTemperatureSensorPer1>
      <chkTemperatureSensorAlm1>string</chkTemperatureSensorAlm1>
      <chkTemperatureSensor2>string</chkTemperatureSensor2>
      <chkTemperatureSensorPer2>string</chkTemperatureSensorPer2>
      <chkTemperatureSensorAlm2>string</chkTemperatureSensorAlm2>
      <chkTemperatureSensor3>string</chkTemperatureSensor3>
      <chkTemperatureSensorPer3>string</chkTemperatureSensorPer3>
      <chkTemperatureSensorAlm3>string</chkTemperatureSensorAlm3>
      <chkTemperatureSensor4>string</chkTemperatureSensor4>
      <chkTemperatureSensorPer4>string</chkTemperatureSensorPer4>
      <chkTemperatureSensorAlm4>string</chkTemperatureSensorAlm4>
      <txtTemperatureMin>string</txtTemperatureMin>
      <txtTemperatureMax>string</txtTemperatureMax>
      <chkEmergency>string</chkEmergency>
      <chkDoor>string</chkDoor>
      <chkPauseTime>string</chkPauseTime>
      <chkContactAlarm>string</chkContactAlarm>
      <chkIdlingTime>string</chkIdlingTime>
      <chkIdlingAlarm>string</chkIdlingAlarm>
      <chkFuelLevel>string</chkFuelLevel>
      <chkPower>string</chkPower>
      <chkDriverIdentification>string</chkDriverIdentification>
      <chkHumiditySensor1>string</chkHumiditySensor1>
      <chkHumiditySensor2>string</chkHumiditySensor2>
      <chkHumiditySensor3>string</chkHumiditySensor3>
      <chkHumiditySensor4>string</chkHumiditySensor4>
      <chkPossibleAccident>string</chkPossibleAccident>
      <chkAcceleration>string</chkAcceleration>
      <chkVehicleMovedWithoutDriverCard>string</chkVehicleMovedWithoutDriverCard>
      <MinuteDif>string</MinuteDif>
      <Language>string</Language>
    </GeneralReportWithDistanceReturnObject>
  </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>
    <GeneralReportWithDistanceReturnObjectResponse xmlns="http://www.arvento.com/">
      <GeneralReportWithDistanceReturnObjectResult>xml</GeneralReportWithDistanceReturnObjectResult>
    </GeneralReportWithDistanceReturnObjectResponse>
  </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 /v1/report.asmx HTTP/1.1
Host: ws.arvento.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>
    <GeneralReportWithDistanceReturnObject xmlns="http://www.arvento.com/">
      <Username>string</Username>
      <PIN1>string</PIN1>
      <PIN2>string</PIN2>
      <StartDate>string</StartDate>
      <EndDate>string</EndDate>
      <Node>string</Node>
      <Group>string</Group>
      <Compress>string</Compress>
      <chkLocation>string</chkLocation>
      <chkSpeed>string</chkSpeed>
      <chkPause>string</chkPause>
      <chkMotion>string</chkMotion>
      <chkRegion>string</chkRegion>
      <txtSpeedMin>string</txtSpeedMin>
      <txtSpeedMax>string</txtSpeedMax>
      <chkTemperatureSensor1>string</chkTemperatureSensor1>
      <chkTemperatureSensorPer1>string</chkTemperatureSensorPer1>
      <chkTemperatureSensorAlm1>string</chkTemperatureSensorAlm1>
      <chkTemperatureSensor2>string</chkTemperatureSensor2>
      <chkTemperatureSensorPer2>string</chkTemperatureSensorPer2>
      <chkTemperatureSensorAlm2>string</chkTemperatureSensorAlm2>
      <chkTemperatureSensor3>string</chkTemperatureSensor3>
      <chkTemperatureSensorPer3>string</chkTemperatureSensorPer3>
      <chkTemperatureSensorAlm3>string</chkTemperatureSensorAlm3>
      <chkTemperatureSensor4>string</chkTemperatureSensor4>
      <chkTemperatureSensorPer4>string</chkTemperatureSensorPer4>
      <chkTemperatureSensorAlm4>string</chkTemperatureSensorAlm4>
      <txtTemperatureMin>string</txtTemperatureMin>
      <txtTemperatureMax>string</txtTemperatureMax>
      <chkEmergency>string</chkEmergency>
      <chkDoor>string</chkDoor>
      <chkPauseTime>string</chkPauseTime>
      <chkContactAlarm>string</chkContactAlarm>
      <chkIdlingTime>string</chkIdlingTime>
      <chkIdlingAlarm>string</chkIdlingAlarm>
      <chkFuelLevel>string</chkFuelLevel>
      <chkPower>string</chkPower>
      <chkDriverIdentification>string</chkDriverIdentification>
      <chkHumiditySensor1>string</chkHumiditySensor1>
      <chkHumiditySensor2>string</chkHumiditySensor2>
      <chkHumiditySensor3>string</chkHumiditySensor3>
      <chkHumiditySensor4>string</chkHumiditySensor4>
      <chkPossibleAccident>string</chkPossibleAccident>
      <chkAcceleration>string</chkAcceleration>
      <chkVehicleMovedWithoutDriverCard>string</chkVehicleMovedWithoutDriverCard>
      <MinuteDif>string</MinuteDif>
      <Language>string</Language>
    </GeneralReportWithDistanceReturnObject>
  </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>
    <GeneralReportWithDistanceReturnObjectResponse xmlns="http://www.arvento.com/">
      <GeneralReportWithDistanceReturnObjectResult>xml</GeneralReportWithDistanceReturnObjectResult>
    </GeneralReportWithDistanceReturnObjectResponse>
  </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 /v1/report.asmx/GeneralReportWithDistanceReturnObject?Username=string&PIN1=string&PIN2=string&StartDate=string&EndDate=string&Node=string&Group=string&Compress=string&chkLocation=string&chkSpeed=string&chkPause=string&chkMotion=string&chkRegion=string&txtSpeedMin=string&txtSpeedMax=string&chkTemperatureSensor1=string&chkTemperatureSensorPer1=string&chkTemperatureSensorAlm1=string&chkTemperatureSensor2=string&chkTemperatureSensorPer2=string&chkTemperatureSensorAlm2=string&chkTemperatureSensor3=string&chkTemperatureSensorPer3=string&chkTemperatureSensorAlm3=string&chkTemperatureSensor4=string&chkTemperatureSensorPer4=string&chkTemperatureSensorAlm4=string&txtTemperatureMin=string&txtTemperatureMax=string&chkEmergency=string&chkDoor=string&chkPauseTime=string&chkContactAlarm=string&chkIdlingTime=string&chkIdlingAlarm=string&chkFuelLevel=string&chkPower=string&chkDriverIdentification=string&chkHumiditySensor1=string&chkHumiditySensor2=string&chkHumiditySensor3=string&chkHumiditySensor4=string&chkPossibleAccident=string&chkAcceleration=string&chkVehicleMovedWithoutDriverCard=string&MinuteDif=string&Language=string HTTP/1.1
Host: ws.arvento.com
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0"?>
xml

HTTP POST

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

POST /v1/report.asmx/GeneralReportWithDistanceReturnObject HTTP/1.1
Host: ws.arvento.com
Content-Type: application/x-www-form-urlencoded
Content-Length: length

Username=string&PIN1=string&PIN2=string&StartDate=string&EndDate=string&Node=string&Group=string&Compress=string&chkLocation=string&chkSpeed=string&chkPause=string&chkMotion=string&chkRegion=string&txtSpeedMin=string&txtSpeedMax=string&chkTemperatureSensor1=string&chkTemperatureSensorPer1=string&chkTemperatureSensorAlm1=string&chkTemperatureSensor2=string&chkTemperatureSensorPer2=string&chkTemperatureSensorAlm2=string&chkTemperatureSensor3=string&chkTemperatureSensorPer3=string&chkTemperatureSensorAlm3=string&chkTemperatureSensor4=string&chkTemperatureSensorPer4=string&chkTemperatureSensorAlm4=string&txtTemperatureMin=string&txtTemperatureMax=string&chkEmergency=string&chkDoor=string&chkPauseTime=string&chkContactAlarm=string&chkIdlingTime=string&chkIdlingAlarm=string&chkFuelLevel=string&chkPower=string&chkDriverIdentification=string&chkHumiditySensor1=string&chkHumiditySensor2=string&chkHumiditySensor3=string&chkHumiditySensor4=string&chkPossibleAccident=string&chkAcceleration=string&chkVehicleMovedWithoutDriverCard=string&MinuteDif=string&Language=string
HTTP/1.1 200 OK
Content-Type: text/xml; charset=utf-8
Content-Length: length

<?xml version="1.0"?>
xml