_setRouteTime

(API version 2.0)

int _setRouteTime ( string kodf , string username , string pass , string IdDelivery , string IdRoute , string Act , string ActTime )

Description

The function changes the order delivery route - time of read, acceptance, rejection.

Categories

Parameters

string kodf
Company code
string username
Login username
string pass
Login password
string IdDelivery
ID delivery
string IdRoute
ID route
string Act
The parameter settings
Choice:
ReadTime - time to read the transport,
AccTime - the time the driver has accepted the transport,
ReTime - the time the driver refused to transport,
DeliverTime
string ActTime
time in GMT, Y-m-d H:i:s

Return value

int

Examples

API version 2.0

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

Test

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

Company code
Login username
Login password
ID delivery
ID route
The parameter settings
Choice:
ReadTime - time to read the transport,
AccTime - the time the driver has accepted the transport,
ReTime - the time the driver refused to transport,
DeliverTime
time in GMT, Y-m-d H:i:s

* Required field