_getCarLock
(API version 2.0)WDS_CarLockItem[] _getCarLock ( string kodf , string username , string pass , int carid [ , int param ] )
Description
Function return list of data locks.
Categories
Parameters
- string kodf
- company code
- string username
- user name
- string pass
- password
- int carid
- vehicle ID
- int param
- number of parameters, in case you want last data lock = 1
Return value
WDS_CarLockItem[]
-
WDS_CarLockItem
- string Datum
Examples
API version 2.0
$client = new SoapClient('https://api.webdispecink.cz/code/WebDispecinkServiceNet.php?wsdl'); $return = $client->_getCarLock($kodf, $username, $pass, $carid, $param);
Test
To test the function, enter parameters in form below and press Try it out button.