_getRouteStopActions
(API version 2.0)WDS_OptimalRouteStopActionItem[] _getRouteStopActions ( string kodf , string username , string pass , int idRouteStop )
Description
The function returns the stop action on the delivery route - even for deliveries where the vehicle is not assigned. The delivery is created by the user.
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->_getRouteStopActions($kodf, $username, $pass, $idRouteStop);
Test
To test the function, enter parameters in form below and press Try it out button.