_getTachoCarsList
(API version 2.0)WDS_TachoCarItem[] _getTachoCarsList ( string kodf , string username , string pass )
Description
The function returns a car dial that has a connected tachograph
Categories
Parameters
- string kodf
- Company code
- string username
- Login username
- string pass
- Login password
Return value
WDS_TachoCarItem[]
-
WDS_TachoCarItem
- int IdCar
- string Identif
- string SN
- string PosTime
- int Al
- string DtTo
- string DatArchAsk
- string DatArch
- int isArch
- string DatLdeAsk
- string DatLde
- int isLde
- string DatOverview
- string DatActiv
- string DatEvents
- string DatSpeed
- string DatTech
- string DatDriv1
- string DatDriv2
- int CTacho
Examples
API version 2.0
$client = new SoapClient('https://api.webdispecink.cz/code/WebDispecinkServiceNet.php?wsdl'); $return = $client->_getTachoCarsList($kodf, $username, $pass);
Test
To test the function, enter parameters in form below and press Try it out button.