| RouteServiceDriverRoutes Method |
Gets the routes for a driver on a work date.
For all routes for a date, call TripService/FleetmanagersInWrapper
GET restURL/RouteService/Routes?Token={token}&Device={device}&Driver={driverId}&Date={workDate}
Namespace:
ParaPlanREST
Assembly:
ParaPlanREST (in ParaPlanREST.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public ListResponse<Fleetmanager> DriverRoutes(
string token,
string device,
string driverId,
string workDate
)
public:
ListResponse<Fleetmanager^>^ DriverRoutes(
String^ token,
String^ device,
String^ driverId,
String^ workDate
)
function DriverRoutes(token, device, driverId, workDate);
Parameters
- token
- Type: SystemString
- device
- Type: SystemString
Device name used when logging into API - driverId
- Type: SystemString
DriverId in ParaPlan - workDate
- Type: SystemString
Date in MM/DD/YYYY
Return Value
Type:
ListResponseFleetmanagerList of Fleetmanagers
See Also