_getSpread1Route

(API version 2.0)

WDS_Spread1RouteItem[] _getSpread1Route ( string kodf , string username , string pass , string od , string do , int idcar )

Description

Function returns Spreading extension statistics - routes

Categories

Parameters

string kodf
company code
string username
user name
string pass
password
string od
date from
string do
date to
int idcar
unique car ID

Return value

WDS_Spread1RouteItem[]
  • WDS_Spread1RouteItem
    • string Date_from
    • string Date_to
    • string Status
    • string Mode
    • string Place_from
    • string Place_to
    • string Route_class
    • string Route_num
    • float Distance
    • float Village_road
    • float Road_Class1
    • float Road_Class2
    • float Road_Class3

Examples

API version 2.0

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

Test

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

company code
user name
password
date from
date to
unique car ID

* Required field