_getTachographDriverAct2

(API version 2.0)

WDS_TachographDriverActItem[] _getTachographDriverAct2 ( string kodf , string username , string pass , int iddriver , string od , string do )

Description

The function returns the driver's activities from the tachograph

Categories

Parameters

string kodf
company code
string username
username
string pass
password
int iddriver
driver identifier (webdispecink id)
string od
from date
string do
to date

Return value

WDS_TachographDriverActItem[]
  • WDS_TachographDriverActItem
    • int IdCar
    • string Datum
    • int DriverStatus1
    • string Note

Examples

API version 2.0

$client = new SoapClient('https://api.webdispecink.cz/code/WebDispecinkServiceNet.php?wsdl');
$return = $client->_getTachographDriverAct2($kodf, $username, $pass, $iddriver, $od, $do);

Test

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

company code
username
password
driver identifier (webdispecink id)
from date
to date

* Required field