consultCJI(targetdn, agentgroupid, consulttype, pwdtype, password, usertype, user, orgidentity, callbackFuc)
将所有已经签入的坐席组暂停或取消暂停
| 参数名称 | 类型 | 描述信息 |
|---|---|---|
| targetdn | String | 内线咨询填写坐席工号 / 外线咨询填写目标号码 |
| agentgroupid | String | 内线咨询的坐席(被咨询的坐席)所属坐席组id, 外线咨询时填0 |
| consulttype | String | 咨询类型,内线咨询(internal),外线咨询(external) |
| pwdtype | String | 密码类型 明文(plaintext) / MD5加密(md5) |
| password | String | 密码 |
| usertype | String | agent(坐席) / account(帐号) |
| user | String | 坐席工号 / 用户名 |
| orgidentity | String | 组织标识 |
| callbackFuc | String | 回调函数 |
{code:code,message:message}
| 返回值 | 描述信息 |
|---|---|
{code:1,message:message}
| {code:成功,message:信息描述}
|
{code:2,message:message}
| {code:失败,message:信息描述}
|