Click or drag to resize
LegacyTelogisServiceDispatchJob Method
Print this page
Assign a previously unassigned job to a driver. It creates a new route, starting from the driver's depot.

Namespace: Telogis.API
 
Syntax
public void DispatchJob(
	Job unAssignedJob,
	Driver driver
)

Parameters

unAssignedJob
Type: Telogis.APIJob
driver
Type: Telogis.APIDriver
A driver with depot and territory. If the driverId is null, the job is unassigned.
See Also