_setMhCorrection

(API version 2.0)

float _setMhCorrection ( string kodf , string username , string pass , int IdCar , long IdJizda , long MhSec , int Lock , int Write )

Description

Function sets moto odometer correction.

Categories

Parameters

string kodf
company code
string username
user name
string pass
password
int IdCar
vehicle ID
long IdJizda
ID of the route
long MhSec
moto odometer per sec
int Lock
lock up log book yes / no
int Write
write down change

- 0 used for testing whether correction can be done without written anything

Return value

float

Examples

API version 2.0

$client = new SoapClient('https://api.webdispecink.cz/code/WebDispecinkServiceNet.php?wsdl');
$return = $client->_setMhCorrection($kodf, $username, $pass, $IdCar, $IdJizda, $MhSec, $Lock, $Write);

Test

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

company code
user name
password
vehicle ID
ID of the route
moto odometer per sec
lock up log book yes / no
write down change

- 0 used for testing whether correction can be done without written anything

* Required field