_getDriversList
(API version 1.0)This API version is used only for older systems and will not be supported in the future. We recommend using functions from version 2.
WDS_DriverItem_v1[] _getDriversList ( string kodf , string username , string pass [ , int disabled ] )
Description
The function returns a list of all drivers.
Categories
Parameters
- string kodf
- Company code
- string username
- Login username
- string pass
- Login password
- int disabled
- Validity of drivers (optional parameter)
0 - return only active drivers
1 - return only inactive drivers
No value or not using this parameter means - return all drivers
Return value
WDS_DriverItem_v1[]
-
WDS_DriverItem_v1
-
string
idskupina
Unique group identifier
- string iddriver
- string jmeno
- string prijmeni
- string mobil
- string dallas
- string groupname
-
string
idskupina
Examples
API version 1.0
$client = new SoapClient(NULL, , array( 'location' => 'http://api.webdispecink.cz/code/webdisser.php', 'uri' => 'urn://api.webdispecink.cz/webdisser_01', 'soap_version' => SOAP_1_2, 'trace' => 1, )); $return = $client->__soapCall('_getDriversList', array($kodf, $username, $pass, $disabled));
Test
To test the function, enter parameters in form below and press Try it out button.