GET /movements/{id}/routeForMap
Retrieves the step by step route information from the connected mileage software.
Based on EntryMovement.showRoute();
DEFUNCT and deprecated until we manage to get PCMiler to work with us on maps.
Roles that can access this endpoint are Users, Drivers, Customers, Carriers, Carrier Drivers, EDI Partners.
Parameters
name |
description |
type |
default |
type |
id |
The movement id for which to get the route. |
path
|
|
String
|
Result
List
<
RouteLatLng
>
of type:
application/xml
A List of {@link}RoutingPoint objects, which have lat/long info in them.
Try It Out
Request