| |
| zh:二次开发者指南:接口开发手册_v2.0:javascript接口:坐席组_签入_签出 [2016/09/03 06:22] – 外部编辑 127.0.0.1 | zh:二次开发者指南:接口开发手册_v2.0:javascript接口:坐席组_签入_签出 [2016/09/03 07:06] (当前版本) – solo |
|---|
| |
| * 接口原型: | * 接口原型: |
| <code>queueAction(type,usertype,user,orgidentity,list, pwdtype,password,deviceexten,pushevent)</code> | <code>queueActionCJI(type, usertype, user, orgidentity, list, pwdtype, password, deviceexten, pushevent, callbackFuc)</code> |
| * 作用说明: | * 作用说明: |
| 实现一个或多个坐席组的签出,签入功能 | 实现一个或多个坐席组的签出,签入功能 |
| |deviceexten|String|非必填项,签入后,坐席使用此分机工作。| | |deviceexten|String|非必填项,签入后,坐席使用此分机工作。| |
| |pushevent|String|是否发送坐席通知事件yes(发送) / no(不发送) 默认为no。| | |pushevent|String|是否发送坐席通知事件yes(发送) / no(不发送) 默认为no。| |
| | |callbackFuc|String|回调函数| |
| |
| |
| |
| ^ 返回值 ^ 描述信息 ^ | ^ 返回值 ^ 描述信息 ^ |
| |<code>|Retuen|1|Retuen|message</code>|<code>|Retuen|有操作成功的坐席组|Retuen|组id:执行结果 | |<code>{code:1,message:message}</code>|<code>{code:有操作成功的坐席组,message:组id:执行结果}{code:1, message:1:success,2:NotChecked}</code>| |
| |Retuen|1|Retuen|1:success,2:NotChecked | |<code>{code:2,message:message}</code>|<code>{code:操作失败,message:失败原因}</code>| |
| </code>| | |<code>{code:3,message:message}</code>|<code>{code:操作失败,message:组id:执行结果} |
| |<code>|Retuen|2|Retuen|message</code> | <code>|Retuen|操作失败|Retuen|失败原因</code>| | {code:3,message: 1:NotChecked,2:NotFoundGroup}</code>| |
| |<code>|Retuen|3|Retuen|message</code> | <code>|Retuen|操作失败|Retuen|组id:执行结果 | |
| |Retuen|1|Retuen|1:NotChecked,2:NotFoundGroup | |
| </code>| | |
| |
| 执行结果释义 | 执行结果释义 |