_updateBookPrivate
(API version 2.0)int _updateBookPrivate ( string kodf , string username , string pass , long idjizda , int privateroute )
Description
Function updates information about route - business/private.
Categories
Parameters
- string kodf
- company code
- string username
- user name
- string pass
- password
- long idjizda
- ID of the route
- int privateroute
- private route
Return value
int
Examples
API version 2.0
$client = new SoapClient('https://api.webdispecink.cz/code/WebDispecinkServiceNet.php?wsdl'); $return = $client->_updateBookPrivate($kodf, $username, $pass, $idjizda, $privateroute);
Test
To test the function, enter parameters in form below and press Try it out button.