Click or drag to resize
LegacyTelogisServiceAddDriverToTeam Method
Print this page
Add the given driver to the given team. A Team is a collection of drivers.

Namespace: Telogis.API
 
Syntax
public void AddDriverToTeam(
	long teamId,
	long driverId
)

Parameters

teamId
Type: SystemInt64
ID of the Team
driverId
Type: SystemInt64
ID of the Driver
See Also