_updateBookCrew
(API version 2.0)int _updateBookCrew ( string kodf , string username , string pass , long driveId , string crewIds )
Description
Function updates crew of route.
Categories
Parameters
- string kodf
- Company code
- string username
- User name
- string pass
- Password
- long driveId
- ID of the route
- string crewIds
- Comma-separated list of crew ids. If it is emty, crew is removed.
Return value
int
If the update is successful, it returns 1.
Examples
API version 2.0
$client = new SoapClient('https://api.webdispecink.cz/code/WebDispecinkServiceNet.php?wsdl'); $return = $client->_updateBookCrew($kodf, $username, $pass, $driveId, $crewIds);
Test
To test the function, enter parameters in form below and press Try it out button.