_getPurposeSett
(API version 2.0)WDS_PurposeSettItem[] _getPurposeSett ( string kodf , string username , string pass , string DateFrom , string DateTo , int IdCar )
Description
The function returns a listing of time-limited driving purposes
Categories
Parameters
- string kodf
- Company code
- string username
- Login username
- string pass
- Login password
- string DateFrom
- date from GMT
- string DateTo
- date to GMT
- int IdCar
- Vehicle ID (-1 for all)
Return value
WDS_PurposeSettItem[]
-
WDS_PurposeSettItem
- int IdRec
- int IdCar
- int IdDriver
- string DateFrom
- string DateTo
- string Purpose
- int Type
- string DateChange
- int IdUser
Examples
API version 2.0
$client = new SoapClient('https://api.webdispecink.cz/code/WebDispecinkServiceNet.php?wsdl'); $return = $client->_getPurposeSett($kodf, $username, $pass, $DateFrom, $DateTo, $IdCar);
Test
To test the function, enter parameters in form below and press Try it out button.