_getTachograph

(API version 2.0)

WDS_TachographItem[] _getTachograph ( string kodf , string username , string pass , string od , string do , int idcar )

Description

The function returns statistics tachograph data from digital tachograph for the given period.

Categories

Parameters

string kodf
Company login code
string username
Login username
string pass
Login password
string od
Date from
string do
Date to
int idcar
Vehicle Identifier

Return value

WDS_TachographItem[]
  • WDS_TachographItem
    • int IdCar
    • string Datum
    • int DriverStatus1
    • int DriverLimit1
    • string Duration1
    • int IsCard1
    • int DriverStatus2
    • int DriverLimit2
    • string Duration2
    • int IsCard2
    • float TachoKm

Examples

API version 2.0

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

Test

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

Company login code
Login username
Login password
Date from
Date to
Vehicle Identifier

* Required field