_getUserPointCross
(API version 2.0)WDS_UserPointCrossItem[] _getUserPointCross ( string kodf , string username , string pass , string DateFrom , string DateTo , int IdPoint , int IdCar )
Description
The function of returning statistics of passage by own place
Categories
Parameters
- string kodf
- Company login code
- string username
- Login username
- string pass
- Login password
- string DateFrom
- The start of the time window (local time)
- string DateTo
- The end of the time window (local time)
The maximum length of the time window is 1 month. - int IdPoint
- Own place identifier - requiere
- int IdCar
- Vehicle Identifier - requiere
Return value
WDS_UserPointCrossItem[]
-
WDS_UserPointCrossItem
-
int
IdCar
Vehicle ID in the system
-
int
IdDriver
Driver ID in the system
-
string
Date
Date (UTC time)
-
string
DateTo
Date to (UTC time)
-
int
Speed
Speed
-
float
Dist
Distance
-
string
Driver
Driver name
-
int
IdCar
Examples
API version 2.0
$client = new SoapClient('https://api.webdispecink.cz/code/WebDispecinkServiceNet.php?wsdl'); $return = $client->_getUserPointCross($kodf, $username, $pass, $DateFrom, $DateTo, $IdPoint, $IdCar);
Test
To test the function, enter parameters in form below and press Try it out button.