_getCarsParams
(API version 2.0)WDS_CarParamsItem[] _getCarsParams ( string kodf , string username , string pass )
Description
Return additional vehicles parameters.
Returned positions (Zs, Zd, latitude, longitude, etc.) are independent of car log book. This positions are incoming from vehicle periodically as part of state message of the vehicle (STA message).
Categories
Parameters
- string kodf
- Company code
- string username
- Login username
- string pass
- Login password
Return value
WDS_CarParamsItem[]
-
WDS_CarParamsItem
-
WDS_CarParamItem[]
-
WDS_CarParamItem
- int id
- string name
- string value
- string type
-
WDS_CarParamItem
- int carid
-
WDS_CarParamItem[]
Examples
API version 2.0
$client = new SoapClient('https://api.webdispecink.cz/code/WebDispecinkServiceNet.php?wsdl'); $return = $client->_getCarsParams($kodf, $username, $pass);
Test
To test the function, enter parameters in form below and press Try it out button.