_getCarsList
(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_CarItem_v1[] _getCarsList ( string kodf , string username , string pass )
Description
The function returns a list of all vehicles that corresponds to the rights of the logged-on user.
Categories
Parameters
- string kodf
- Company code
- string username
- Login username
- string pass
- Login password
Return value
WDS_CarItem_v1[]
-
WDS_CarItem_v1
-
string
cargroupid
Unique group identifier
-
string
carid
A unique vehicle identifier
-
string
identifikator
vehicle registration plate
-
string
driver
default driver
- string mobil
-
string
userrights
rights
-
string
cargroupid
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('_getCarsList', array($kodf, $username, $pass));
Test
To test the function, enter parameters in form below and press Try it out button.