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
)
Public Sub DispatchJob (
unAssignedJob As Job,
driver As 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