调用地址:http://demo.24om.com/OM/WebApi/Handler/1.0/CRM/Customer/AddCallHistory.ashx

基本信息
调用方式 模块 名称 程序集 类名 函数 版本 标识 返回值 备注
GET,POST CRM AddCallHistory Common_Core Common_Core.Telecom.TelecomClientConfig AddCallHistory 1.0 True true (true:成功,false:失败) 新增通话历史记录

参数信息
参数名 参数类型 是否必须 默认值 测试值 备注
token string True 标识
format string False json 数据格式
callState  Int32  True    通话状态:1 已接 ,0 未接 
tel  String  True    通话号码 
userID  Int32  True    用户ID 
remark  String  False    备注 
callType  Int32  True    通话类型 1:来电 2:去电 
startTime  DateTime  True    通话开始时间 
endTime  DateTime  True    通话结束时间 
record  Int32  True    是否录音 1:录音 0:未录音 
duration  Int32  True    时长(秒) 
ims  String  True    电信号码 
userName  String  True    用户名称 

相关对象说明