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
)
Public Sub AddDriverToTeam (
teamId As Long,
driverId As Long
)
Parameters
- teamId
- Type: SystemInt64
ID of the
Team - driverId
- Type: SystemInt64
ID of the
Driver
See Also