_getTachographDriverAct

(API version 2.0)

WDS_TachographDriverActItem[] _getTachographDriverAct ( string kodf , string username , string pass , int iddriver )

Description

The function returns an overview of the driver's activities

Categories

Parameters

string kodf
Company login code
string username
Login username
string pass
Login password
int iddriver
Driver's ID

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->_getTachographDriverAct($kodf, $username, $pass, $iddriver);

Test

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

Company login code
Login username
Login password
Driver's ID

* Required field