_setCarParam

(API version 2.0)

int _setCarParam ( string kodf , string username , string pass , int idcar , string typParam , float value )

Description

The function sets the specific parameter for the vehicle

Categories

Parameters

string kodf
Company code
string username
Login username
string pass
Login password
int idcar
A unique vehicle identifier
string typParam
Parameter to change the function. Selection from the dial:

FMS Correction - FMS Consumption Correction
float value
Parameter value

Return value

int

Examples

API version 2.0

$client = new SoapClient('https://api.webdispecink.cz/code/WebDispecinkServiceNet.php?wsdl');
$return = $client->_setCarParam($kodf, $username, $pass, $idcar, $typParam, $value);

Test

To test the function, enter parameters in form below and press Try it out button.

Company code
Login username
Login password
A unique vehicle identifier
Parameter to change the function. Selection from the dial:

FMS Correction - FMS Consumption Correction
Parameter value

* Required field