_getBorderCrossingDriverGMT
(API version 2.0)WDS_BorderCrossDriverItem[] _getBorderCrossingDriverGMT ( string kodf , string username , string pass , string DtFrom , string DtTo , int IdDriver )
Description
The function returns border crossing statistics. This data may not be consistent and may contain gaps, If the driver will not cross over in vehicle or driver will not identified in the vehicle as default driver or crew. The start time must be at the interval of the monitored period.
Categories
Tags
- border crossings
Parameters
- string kodf
- Company login code
- string username
- Login username
- string pass
- Login password
- string DtFrom
- Start of the time window ( GMT format:"YYYY-mm-dd hh:ii:ss" )
- string DtTo
- End of the time window ( GMT format:"YYYY-mm-dd hh:ii:ss" )
- int IdDriver
- Driver Identifier
Return value
-
WDS_BorderCrossDriverItem
-
int
IdCar
id vozidla
-
string
CFrom
the country from which vehicle cross the border
-
string
CTo
the country to which vehicle cross the border
-
string
Date
Border Crossing Date in GMT
-
string
IdDriver
Driver Identifier
-
int
IdCar
Examples
API version 2.0
$client = new SoapClient('https://api.webdispecink.cz/code/WebDispecinkServiceNet.php?wsdl'); $return = $client->_getBorderCrossingDriverGMT($kodf, $username, $pass, $DtFrom, $DtTo, $IdDriver);
Test
To test the function, enter parameters in form below and press Try it out button.