_delCarSettings
(API version 2.0)int _delCarSettings ( string kodf , string username , string pass , int IdCar , int ForUser , string Key )
Description
The function delete the special vehicle settings - optional parameters. By value "key".
Categories
Parameters
- string kodf
- Company code
- string username
- Username
- string pass
- Password
- int IdCar
- Vehicle ID in system
- int ForUser
- Settings for user:
1 - settings linked to the logged-in user
-1 - setting unlinked for user but only for vehicle - user must have the admin right - string Key
- Parameter name
Return value
int
Examples
API version 2.0
$client = new SoapClient('https://api.webdispecink.cz/code/WebDispecinkServiceNet.php?wsdl'); $return = $client->_delCarSettings($kodf, $username, $pass, $IdCar, $ForUser, $Key);
Test
To test the function, enter parameters in form below and press Try it out button.