_updateBookDriver

(API version 2.0)

int _updateBookDriver ( string kodf , string username , string pass , int 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
int 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.

company code
user name
password
ID of the route
Driver's ID - in this case the field other_driver is ignored.
if the iddriver = 0, input name of driver if no iddriver on database (optional)

* Required field