_updateBookPurpose
(API version 2.0)int _updateBookPurpose ( string kodf , string username , string pass , long idjizda [ , string purpose1 ] [ , string purpose2 ] )
Description
Function updating information about route and reason for the destination (purpose).
Categories
Parameters
- string kodf
- company code
- string username
- username
- string pass
- password
- long idjizda
- route ID
- string purpose1
- purpose (main)
- string purpose2
- secondary purpose
Return value
int
Examples
API version 2.0
$client = new SoapClient('https://api.webdispecink.cz/code/WebDispecinkServiceNet.php?wsdl'); $return = $client->_updateBookPurpose($kodf, $username, $pass, $idjizda, $purpose1, $purpose2);
Test
To test the function, enter parameters in form below and press Try it out button.