_getRouteMess

(API version 2.0)

WDS_OptimalRouteMessItem[] _getRouteMess ( string kodf , string username , string pass , int IdRoute )

Description

Function returns messages sent from the vehicle during the delivery route.

Categories

Parameters

string kodf
Company login code
string username
Login username
string pass
Login password
int IdRoute
route id

Return value

WDS_OptimalRouteMessItem[]
  • WDS_OptimalRouteMessItem
    • int IdRoute
    • string IdStop
    • string IdAction
    • string TimeAction
    • float Ew
    • float El
    • string Text

Examples

API version 2.0

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

Test

To test the function, enter parameters in form below and press Try it out button.

Company login code
Login username
Login password
route id

* Required field