_getBookCrew

(API version 2.0)

WDS_LogBookCrewItem[] _getBookCrew ( string kodf , string username , string pass , long IdJizda )

Description

Function return vehicle's crew during route.

Categories

Parameters

string kodf
company code
string username
user name
string pass
password
long IdJizda
ID of the route

Return value

WDS_LogBookCrewItem[]
  • WDS_LogBookCrewItem
    • long IdJizda

      trip identifier

    • int IdDriver

      driver identifier

    • string Driver

      driver name

Examples

API version 2.0

$client = new SoapClient('https://api.webdispecink.cz/code/WebDispecinkServiceNet.php?wsdl');
$return = $client->_getBookCrew($kodf, $username, $pass, $IdJizda);

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

* Required field