_getRouteStopCar
(API version 2.0)WDS_OptimalRouteStopItem[] _getRouteStopCar ( string kodf , string username , string pass , int idRoute )
Description
The function returns stops on the delivery route.
Categories
Parameters
- string kodf
- Company code
- string username
- Login username
- string pass
- Login password
- int idRoute
- id route
Return value
WDS_OptimalRouteStopItem[]
-
WDS_OptimalRouteStopItem
-
int
IdStop
id stop
-
int
IdRoute
id route
-
int
IdDelivery
id delivery
-
int
StopOrder
stop order
-
float
Ew
latitude
-
float
El
longitude
-
string
DetentionTime
time of attainment
-
string
TimeFrom
time from
-
string
TimeTo
time to
-
string
Destination
company
-
string
Street
street
-
string
City
city
-
string
Zip
zip
-
string
Country
country
-
string
Commodity
commodity
-
string
Weight
weight
-
string
Dimension
dimensions
-
string
Quantity
quantity
-
string
ContactPerson
contact person
-
string
ContactPhone
contact phone
-
string
Note
note
-
string
Number
number
-
int
IdUserPoint
id of your own place
-
string
DateFrom
date from
-
string
DateTo
date to
-
int
TypeStop
1 - loading
2 - unloading
3 - unloading + loading
-
int
IdStop
Examples
API version 2.0
$client = new SoapClient('https://api.webdispecink.cz/code/WebDispecinkServiceNet.php?wsdl'); $return = $client->_getRouteStopCar($kodf, $username, $pass, $idRoute);
Test
To test the function, enter parameters in form below and press Try it out button.