_getDriverWorkLog
(API version 2.0)WDS_DriverWorkLogItem[] _getDriverWorkLog ( string kodf , string username , string pass , string od , string do , int idcar )
Description
Function returns vehicle operation records from navigation for specific period.
Categories
Parameters
- string kodf
- company code
- string username
- user name
- string pass
- password
- string od
- date from - local time [dd.mm.YYYY hh:ii:ss]
- string do
- date to - local time [dd.mm.YYYY hh:ii:ss]
- int idcar
- unique car ID
Return value
WDS_DriverWorkLogItem[]
-
WDS_DriverWorkLogItem
- int IdCar
- string DateFrom
- string DateTo
- string DriverStatus
- string PlaceFrom
- string PlaceTo
- float Distance
- string Sms
Examples
API version 2.0
$client = new SoapClient('https://api.webdispecink.cz/code/WebDispecinkServiceNet.php?wsdl'); $return = $client->_getDriverWorkLog($kodf, $username, $pass, $od, $do, $idcar);
Test
To test the function, enter parameters in form below and press Try it out button.