_getCargroups
(API version 2.0)WDS_GroupItem[] _getCargroups ( string kodf , string username , string pass )
Description
The function returns a list of groups.
Categories
Parameters
- string kodf
- Company code
- string username
- Login username
- string pass
- Login password
Return value
WDS_GroupItem[]
-
WDS_GroupItem
- int CargroupId
- int OwnerGroup
- string GroupName
- int Level
- string NumCars
- int NumDrivers
Examples
API version 2.0
$client = new SoapClient('https://api.webdispecink.cz/code/WebDispecinkServiceNet.php?wsdl'); $return = $client->_getCargroups($kodf, $username, $pass);
Test
To test the function, enter parameters in form below and press Try it out button.