_updateBookDriver
(API version 2.0)int _updateBookDriver ( string kodf , string username , string pass , long idjizda , int iddriver [ , string other_driver ] )
Description
Function for changing the name of the driver.
Categories
Parameters
- string kodf
- company code
- string username
- user name
- string pass
- password
- long idjizda
- ID of the route
- int iddriver
- Driver's ID - in this case the field other_driver is ignored.
- string other_driver
- if the iddriver = 0, input name of driver if no iddriver on database (optional)
Return value
int
Examples
API version 2.0
$client = new SoapClient('https://api.webdispecink.cz/code/WebDispecinkServiceNet.php?wsdl'); $return = $client->_updateBookDriver($kodf, $username, $pass, $idjizda, $iddriver, $other_driver);
Test
To test the function, enter parameters in form below and press Try it out button.