_getRouteStopActionsCar
(API version 2.0)WDS_OptimalRouteStopActionItem[] _getRouteStopActionsCar ( string kodf , string username , string pass , int idRouteStop )
Description
The function returns a stop action on the delivery route - only for deliveries where the vehicle is assigned.
Categories
Parameters
- string kodf
- Company login code
- string username
- Login username
- string pass
- Login password
- int idRouteStop
Return value
WDS_OptimalRouteStopActionItem[]
-
WDS_OptimalRouteStopActionItem
- int IdStopAction
- int IdStop
- int TypeAction
- string Text
- string Note
- int SeqNumber
- string Response
Examples
API version 2.0
$client = new SoapClient('https://api.webdispecink.cz/code/WebDispecinkServiceNet.php?wsdl'); $return = $client->_getRouteStopActionsCar($kodf, $username, $pass, $idRouteStop);
Test
To test the function, enter parameters in form below and press Try it out button.