_getRouteCarSpeeding

(API version 2.0)

WDS_RouteCarSpeedingItem[] _getRouteCarSpeeding ( string kodf , string username , string pass , int idcar , string time_from , string time_to )

Description

Categories

Parameters

string kodf
Company code
string username
Login username
string pass
Login password
int idcar
Car id
string time_from
Time from
string time_to
Time to

Return value

WDS_RouteCarSpeedingItem[]
  • WDS_RouteCarSpeedingItem
    • int idroute
    • int iddriver
    • int idcar
    • int maxspeed
    • string timefrom
    • string timeto
    • int speedlimit
    • int maxoverspeed

Examples

API version 2.0

$client = new SoapClient('https://api.webdispecink.cz/code/WebDispecinkServiceNet.php?wsdl');
$return = $client->_getRouteCarSpeeding($kodf, $username, $pass, $idcar, $time_from, $time_to);

Test

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

Company code
Login username
Login password
Car id
Time from
Time to

* Required field