_getPositionAllCarsWithTools
(API version 2.0)WDS_PositionWithTools[] _getPositionAllCarsWithTools ( string kodf , string username , string pass )
Description
Returns the last known position of all active vehicles of the company, including the tool id and the time of its connection.
Categories
Parameters
- string kodf
- company code
- string username
- user name
- string pass
- password
Return value
WDS_PositionWithTools[]
-
WDS_PositionWithTools
-
int
idcar
vehicle ID
-
string
postime
time position (GMT)
-
float
fearthwidth
longitude
-
float
fearthlength
latitude
-
int
iddriver
driver ID
-
string
tool_datetime
time connection tools
-
int
idtool
tool ID
-
int
idcar
Examples
API version 2.0
$client = new SoapClient('https://api.webdispecink.cz/code/WebDispecinkServiceNet.php?wsdl'); $return = $client->_getPositionAllCarsWithTools($kodf, $username, $pass);
Test
To test the function, enter parameters in form below and press Try it out button.