_getCarOverSpeed

(API version 2.0)

WDS_OverSpeedItem[] _getCarOverSpeed ( string kodf , string username , string pass , string DateFrom , string DateTo , int IdCar , int SpeedLimit )

Description

The function returns the speed statistics

Categories

Parameters

string kodf
Company login code
string username
Login username
string pass
Login password
string DateFrom
Start of the time window (local time)
string DateTo
End of the time window (local time)
int IdCar
Vehicle Identifier
int SpeedLimit
Speed limit

Return value

WDS_OverSpeedItem[]
  • WDS_OverSpeedItem
    • int IdCar

      Vehicle Identifier

    • int IdDriver

      Driver Identifier

    • int MSpeed

      Max speed

    • string Time_from

      time from (local time)

    • string Time_to

      time to (local time)

    • float Ew

      latitude

    • float El

      longitude

    • float Dist

      distance

Examples

API version 2.0

$client = new SoapClient('https://api.webdispecink.cz/code/WebDispecinkServiceNet.php?wsdl');
$return = $client->_getCarOverSpeed($kodf, $username, $pass, $DateFrom, $DateTo, $IdCar, $SpeedLimit);

Test

To test the function, enter parameters in form below and press Try it out button.

Company login code
Login username
Login password
Start of the time window (local time)
End of the time window (local time)
Vehicle Identifier
Speed limit

* Required field