Adds team
Namespace:
NetQuarry.Services
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax TookanAddTeamResponse AddTeam(
string teamName,
TookanBatteryUsage batteryUsage,
string tags
)
Function AddTeam (
teamName As String,
batteryUsage As TookanBatteryUsage,
tags As String
) As TookanAddTeamResponse
Parameters
- teamName
- Type: SystemString
This is the name of the team to be created. - batteryUsage
- Type: NetQuarry.ServicesTookanBatteryUsage
This is parameter decides the battery usage and accuracy level of agent's mobile. If '0', it is low. If '1', it is Medium. If '2' It is High. - tags
- Type: SystemString
This is tags that you can mention for any team
Return Value
Type:
TookanAddTeamResponseThe response object.
See Also