这里会显示出您选择的修订版和当前版本之间的差别。
| 后一修订版 | 前一修订版 | ||
|
zh:二次开发者指南:接口开发手册_v2.0:http接口:咨询接口 [2016/09/03 06:21] 127.0.0.1 外部编辑 |
zh:二次开发者指南:接口开发手册_v2.0:http接口:咨询接口 [2018/12/29 08:25] (当前版本) donnie |
||
|---|---|---|---|
| 行 2: | 行 2: | ||
| * 接口原型: | * 接口原型: | ||
| - | <code>consult(targetdn, agentgroupid, consulttype, pwdtype, password, usertype, user, orgidentity)</code> | + | <code>EVENT=CONSULT&targetdn=targetdn&agentgroupid=agentgroupid&consulttype=consulttype&pwdtype=pwdtype&password=password&usertype=usertype&user=user&orgidentity=orgidentity</code> |
| * 作用说明: | * 作用说明: | ||
| 将所有已经签入的坐席组暂停或取消暂停 | 将所有已经签入的坐席组暂停或取消暂停 | ||
| 行 8: | 行 8: | ||
| ^ 参数名称 ^ 类型 ^ 描述信息 ^ | ^ 参数名称 ^ 类型 ^ 描述信息 ^ | ||
| + | |EVENT|String|请求目的:咨询(CONSULT)| | ||
| |targetdn|String|内线咨询填写坐席工号 / 外线咨询填写目标号码| | |targetdn|String|内线咨询填写坐席工号 / 外线咨询填写目标号码| | ||
| |agentgroupid|String|内线咨询的坐席(被咨询的坐席)所属坐席组id, 外线咨询时填0| | |agentgroupid|String|内线咨询的坐席(被咨询的坐席)所属坐席组id, 外线咨询时填0| | ||
| |consulttype|String|咨询类型,内线咨询(internal),外线咨询(external)| | |consulttype|String|咨询类型,内线咨询(internal),外线咨询(external)| | ||
| |pwdtype|String|密码类型 明文(plaintext) / MD5加密(md5)| | |pwdtype|String|密码类型 明文(plaintext) / MD5加密(md5)| | ||
| - | |password|String|密码 | + | |password|String|密码| |
| |usertype|String|agent(坐席) / account(帐号)| | |usertype|String|agent(坐席) / account(帐号)| | ||
| |user|String|坐席工号 / 用户名| | |user|String|坐席工号 / 用户名| | ||