asterCC, hosted call center solution based asterisk
»
zh
»
二次开发者指南
»
接口开发手册_v2.0
»
webservice接口
»
坐席组_签入_签出
您的足迹:
显示页面
修订记录
最近更改
网站地图
登录
本页面只读。您可以查看源文件,但不能更改它。如果您觉得这是系统错误,请联系管理员。
====== 坐席组 (签入/签出) ====== * 接口原型: <code>queueAction(type,usertype,user,orgidentity,list, pwdtype,password)</code> * 作用说明: 实现一个或多个坐席组的签出,签入功能 * 参数说明: ^ 参数名称 ^ 类型 ^ 描述信息 ^ |type|String|签入=1, 签出=2| |usertype|String|agent(坐席) / account(帐号)| |user|String|坐席工号 / 用户名| |orgidentity|String|团队唯一标识| |list|String|要操作的坐席组Id串"agentgroupid,"多个组以逗号分割. list为空时,默认签入或签出坐席的所有技能组. list举例GroupId1,GroupId2,......GroupIdN, 多个组以逗号分割.| |pwdtype|String|密码类型 明文(plaintext) / MD5加密(md5)| |password|String|密码| * 返回结果: <code> |Return|code|Return|message </code> * 返回值类型:String * 返回值: ^ 返回值 ^ 描述信息 ^ |<code>|Return|1|Return|message</code>|<code>|Return|有操作成功的坐席组|Return|组id:执行结果 |Return|1|Return|1:success,2:NotChecked </code>| |<code>|Return|2|Return|message</code> | <code>|Return|操作失败|Return|失败原因</code>| |<code>|Return|3|Return|message</code> | <code>|Return|操作失败|Return|组id:执行结果 |Return|1|Return|1:NotChecked,2:NotFoundGroup </code>|
zh/二次开发者指南/接口开发手册_v2.0/webservice接口/坐席组_签入_签出.1394993617.txt.gz
· 最后更改: 2017/12/12 03:11 (外部编辑)
显示页面
修订记录
反向链接
回到顶部