_getDriverWorkLogSource
(API version 2.0)WDS_DriverWorkLogSourceItem[] _getDriverWorkLogSource ( string kodf , string username , string pass , string od , string do , int idcar )
Description
Function returns vehicle operation records from navigation for specific period. Source data.
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_DriverWorkLogSourceItem[]
-
WDS_DriverWorkLogSourceItem
- int IdCar
- string DateFrom
- string DateTo
- int IdDriver
- string DriverStatus
- string Num
- string Place
- float Distance
Examples
API version 2.0
$client = new SoapClient('https://api.webdispecink.cz/code/WebDispecinkServiceNet.php?wsdl'); $return = $client->_getDriverWorkLogSource($kodf, $username, $pass, $od, $do, $idcar);
Test
To test the function, enter parameters in form below and press Try it out button.