asterCC, hosted call center solution based asterisk
»
zh
»
二次开发者指南
»
接口开发手册_v2.0
»
http接口
»
坐席组_签入_签出
您的足迹:
显示页面
修订记录
最近更改
网站地图
登录
本页面只读。您可以查看源文件,但不能更改它。如果您觉得这是系统错误,请联系管理员。
====== 坐席组 (签入/签出) ====== * 接口原型: <code>EVENT=QUEUE&type=type&usertype=usertype&user=user&orgidentity=orgidentity&list=list&pwdtype=pwdtype&password=password&deviceexten=deviceexten&pushevent=pushevent</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|密码| |deviceexten|String|非必填项,签入后,坐席使用此分机工作。| |pushevent|String|是否发送坐席通知事件yes(发送) / no(不发送) 默认为no。| * 返回结果: <code> |Retuen|code|Retuen|message </code> * 返回值类型:String * 返回值: ^ 返回值 ^ 描述信息 ^ |<code>|Retuen|1|Retuen|message</code>|<code>|Retuen|有操作成功的坐席组|Retuen|组id:执行结果 |Retuen|1|Retuen|1:success,2:NotChecked </code>| |<code>|Retuen|2|Retuen|message</code> | <code>|Retuen|操作失败|Retuen|失败原因</code>| |<code>|Retuen|3|Retuen|message</code> | <code>|Retuen|操作失败|Retuen|组id:执行结果 |Retuen|1|Retuen|1:NotChecked,2:NotFoundGroup </code>| 执行结果释义 * **success** 签入或签出成功 * **CheckedIn** 签入操作,坐席已经签入该组。 * **NotInGroup** 签入操作,坐席不存在于该组。 * **NotFoundGroup** 签入或签出操作,坐席组不存在。 * **NotChecked** 签出操作,坐席组未签入,无需执行签出操作。
zh/二次开发者指南/接口开发手册_v2.0/http接口/坐席组_签入_签出.1513047942.txt.gz
· 最后更改: 2018/12/29 07:31 (外部编辑)
显示页面
修订记录
反向链接
回到顶部