queuePauseCJI(type, usertype, user, orgidentity, pwdtype, password, pause_reason, pushevent, callbackFuc, dnd)
将所有已经签入的坐席组暂停或取消暂停
| 参数名称 | 类型 | 描述信息 |
|---|---|---|
| type | String | 暂停=1, 取消暂停=2 |
| usertype | String | agent(坐席) / account(帐号) |
| user | String | 坐席工号 / 用户名 |
| orgidentity | String | 团队唯一标识 |
| pwdtype | String | 密码类型 明文(plaintext) / MD5加密(md5) |
| password | String | 密码 |
| pause_reason | String | 暂停时,需要填写暂停原因 |
| callbackFuc | String | 回调函数 |
| dnd | String | 选填(任意值),此项不为空时,分机同步进入暂停或取消暂停状态 |
{code:code,message:message}
| 返回值 | 描述信息 |
|---|---|
{code:1,message:message}
| {code:成功,message:信息描述}
|
{code:2,message:message}
| {code:失败,message:信息描述}
|