_updateCars
(API version 2.0)int _updateCars ( string kodf , string username , string pass , int carid , string identifikator , string iddriver [ , string mobil ] )
Description
The function inserts or updates the vehicle information.
Categories
Parameters
- string kodf
- company code
- string username
- username
- string pass
- password
- int carid
- Vehicle ID in the system
- string identifikator
- Vehicle registration number
- string iddriver
- ID of default driver.
- string mobil
- Telephone number to communicate with the vehicle.
Return value
int
Examples
API version 2.0
$client = new SoapClient('https://api.webdispecink.cz/code/WebDispecinkServiceNet.php?wsdl'); $return = $client->_updateCars($kodf, $username, $pass, $carid, $identifikator, $iddriver, $mobil);
Test
To test the function, enter parameters in form below and press Try it out button.