_setCarSwSetting
(API version 2.0)int _setCarSwSetting ( string kodf , string username , string pass , int IdCar , int Value )
Description
The function sets the value WDS_Position2.swnastav
Categories
Parameters
- string kodf
- Company code
- string username
- Login username
- string pass
- Login password
- int IdCar
- A unique vehicle identifier
- int Value
- Value
Return value
int
Examples
API version 2.0
$client = new SoapClient('https://api.webdispecink.cz/code/WebDispecinkServiceNet.php?wsdl'); $return = $client->_setCarSwSetting($kodf, $username, $pass, $IdCar, $Value);
Test
To test the function, enter parameters in form below and press Try it out button.