这里会显示出您选择的修订版和当前版本之间的差别。
| 两侧同时换到之前的修订记录 前一修订版 后一修订版 | 前一修订版 | ||
|
zh:二次开发者指南:接口开发手册_v2.0:http接口:数据导入接口 [2017/12/12 03:05] 127.0.0.1 外部编辑 |
zh:二次开发者指南:接口开发手册_v2.0:http接口:数据导入接口 [2019/01/02 01:52] (当前版本) donnie |
||
|---|---|---|---|
| 行 8: | 行 8: | ||
| ^ 参数名称 ^ 类型 ^ 描述信息 ^ | ^ 参数名称 ^ 类型 ^ 描述信息 ^ | ||
| + | |EVENT|String|请求目的:数据导入接口(Import)| | ||
| |orgidentity|String|团队唯一标识| | |orgidentity|String|团队唯一标识| | ||
| |usertype|String|agent(坐席) / account(帐号)| | |usertype|String|agent(坐席) / account(帐号)| | ||
| 行 52: | 行 53: | ||
| 例如不设置phone_field,priority_field,dialtime_field三个字段时 | 例如不设置phone_field,priority_field,dialtime_field三个字段时 | ||
| - | importWS(orgidentity,usertype,user,pwdtype,password,modeltype,model_id,source, context,source_user,source_pwd,exetime,delrow, '', '', '',emptyagent, resetstatus, dupway, dupdiallist, changepackage) | + | EVENT=Import&orgidentity=orgidentity&usertype=usertype&user=user&pwdtype=pwdtype&password=password&modeltype=modeltype& |
| + | model_id=model_id&source=source&context=context&source_user=source_user&source_pwd=source_pwd&exetime=exetime& | ||
| + | delrow=delrow**&phone_field=&priority_field=&dialtime_field=**&emptyagent=emptyagent&resetstatus=resetstatus& | ||
| + | dupway=dupway&dupdiallist=dupdiallist&changepackage=changepackage | ||
| </note> | </note> | ||