_setCarSettings
(API version 2.0)int _setCarSettings ( string kodf , string username , string pass , int IdCar , int ForUser , string Key , string Value1 , string Value2 , int Flag1 , int Flag2 )
Description
The function sets the special vehicle settings - optional parameters
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
- string Value1
- Value 1
- string Value2
- Value 2
- int Flag1
- Flag 1
- int Flag2
- Flag 2
Return value
int
Examples
API version 2.0
$client = new SoapClient('https://api.webdispecink.cz/code/WebDispecinkServiceNet.php?wsdl'); $return = $client->_setCarSettings($kodf, $username, $pass, $IdCar, $ForUser, $Key, $Value1, $Value2, $Flag1, $Flag2);
Test
To test the function, enter parameters in form below and press Try it out button.