Click or drag to resize
ParaPlan Logo

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
)

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: ListResponseFleetmanager
List of Fleetmanagers
See Also