_getBookLast
(API version 2.0)WDS_BookLastItem _getBookLast ( string kodf , string username , string pass , int IdCar )
Description
Function returns data of last vehicle's route.
Categories
Parameters
- string kodf
- company code
- string username
- user name
- string pass
- password
- int IdCar
- vehicle ID
Return value
WDS_BookLastItem
- int IdCar
- int Iddriver
- long Id_jizda
- string DateE
- string Odo
- string Place
- string Purpose
- float Fuel
- int MH
- string Locked
- int RIns
- int RDel
- int RIns1
Examples
API version 2.0
$client = new SoapClient('https://api.webdispecink.cz/code/WebDispecinkServiceNet.php?wsdl'); $return = $client->_getBookLast($kodf, $username, $pass, $IdCar);
Test
To test the function, enter parameters in form below and press Try it out button.