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