Click or drag to resize

ITookanAddTeam Method

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
)

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: TookanAddTeamResponse
The response object.
See Also