Click or drag to resize

ITookanUpdateTeam Method

Updates team

Namespace:  NetQuarry.Services
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
TookanBaseResponse UpdateTeam(
	int teamId,
	string teamName,
	Nullable<TookanBatteryUsage> batteryUsage = null,
	string tags = null
)

Parameters

teamId
Type: SystemInt32
This is the Unique id of every team. You can get it from the dashBoard. More>teams>respective id of the team will displayed.
teamName
Type: SystemString
This is the name of the team to be created.
batteryUsage (Optional)
Type: SystemNullableTookanBatteryUsage
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 (Optional)
Type: SystemString
This is tags that you can mention for any team

Return Value

Type: TookanBaseResponse
The response object.
See Also