_getUserPointVisits
(API version 2.0)WDS_UserPointVisitItem[] _getUserPointVisits ( string kodf , string username , string pass , string datefrom , string dateto , int idPoint , int idcar )
Description
The function returns a list of all visits to your own place.
Categories
Parameters
- string kodf
- Company login code
- string username
- Login username
- string pass
- Login password
- string datefrom
- Date from, for example 1.1.2008 00:00:00
- string dateto
- Date to, for example 31.1.2008 00:00:00
- int idPoint
- ID of your own place
- int idcar
- ID vehicle
Return value
WDS_UserPointVisitItem[]
-
WDS_UserPointVisitItem
- string Time_from
- string Time_to
- string Duration
- int idPoint
- string UserPoint
- int idcar
- string Identif
- int Iddriver
- string Driver
Examples
API version 2.0
$client = new SoapClient('https://api.webdispecink.cz/code/WebDispecinkServiceNet.php?wsdl'); $return = $client->_getUserPointVisits($kodf, $username, $pass, $datefrom, $dateto, $idPoint, $idcar);
Test
To test the function, enter parameters in form below and press Try it out button.