_setRouteStopActionMess

(API version 2.0)

int _setRouteStopActionMess ( string kodf , string username , string pass , int IdStopAction , string timeAction , float ew , float el [ , string textmess ] )

Description

The function returns a stop action on the delivery route.

Categories

Parameters

string kodf
Company login code
string username
Login username
string pass
Login password
int IdStopAction
id action at the stop on the route
string timeAction
date of the completed action in GMT
float ew
latitude (optional)
float el
longitude (optional)
string textmess
text of the message

Return value

int

Examples

API version 2.0

$client = new SoapClient('https://api.webdispecink.cz/code/WebDispecinkServiceNet.php?wsdl');
$return = $client->_setRouteStopActionMess($kodf, $username, $pass, $IdStopAction, $timeAction, $ew, $el, $textmess);

Test

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

Company login code
Login username
Login password
id action at the stop on the route
date of the completed action in GMT
latitude (optional)
longitude (optional)
text of the message

* Required field