| 后一修订版 | 前一修订版 |
| zh:二次开发者指南:接口开发手册_v2.0:http接口:数据导入接口 [2016/09/03 06:21] – 外部编辑 127.0.0.1 | zh:二次开发者指南:接口开发手册_v2.0:http接口:数据导入接口 [2019/01/02 01:52] (当前版本) – donnie |
|---|
| ====== 数据导入接口 ====== | ====== 数据导入接口 ====== |
| |
| * 接口原型: | * 请求内容: |
| <code>importWS(orgidentity,usertype,user,pwdtype,password,modeltype,model_id,source, context,source_user,source_pwd,exetime,delrow,phone_field, priority_field,dialtime_field,emptyagent, resetstatus, dupway, dupdiallist, changepackage)</code> | <code>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=phone_field&priority_field=priority_field&dialtime_field=dialtime_field&emptyagent=emptyagent&resetstatus=resetstatus&dupway=dupway&dupdiallist=dupdiallist&changepackage=changepackage</code> |
| * 作用说明: | * 作用说明: |
| 向某个外呼营销任务的客户包导入客户数据 | 向某个外呼营销任务的客户包导入客户数据 |
| |
| ^ 参数名称 ^ 类型 ^ 描述信息 ^ | ^ 参数名称 ^ 类型 ^ 描述信息 ^ |
| | |EVENT|String|请求目的:数据导入接口(Import)| |
| |orgidentity|String|团队唯一标识| | |orgidentity|String|团队唯一标识| |
| |usertype|String|agent(坐席) / account(帐号)| | |usertype|String|agent(坐席) / account(帐号)| |
| 例如不设置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> |
| |