 | CtiRawActionsGetCdrsByUniqueId 方法 |
异步根据呼叫编号获取话单记录。
命名空间: Ipxchina.Sdk.Cti.Actions程序集: CtiSdk (在 CtiSdk.dll 中) 版本:1.0.0.2 (1.0.0.2)
语法public Task<ResponseGetCdrsByUniqueId> GetCdrsByUniqueId(
string uniqueid,
string agentno = null
)
Public Function GetCdrsByUniqueId (
uniqueid As String,
Optional agentno As String = Nothing
) As Task(Of ResponseGetCdrsByUniqueId)
public:
Task<ResponseGetCdrsByUniqueId^>^ GetCdrsByUniqueId(
String^ uniqueid,
String^ agentno = nullptr
)
member GetCdrsByUniqueId :
uniqueid : string *
?agentno : string
(* Defaults:
let _agentno = defaultArg agentno null
*)
-> Task<ResponseGetCdrsByUniqueId> 参数
- uniqueid String
- 呼叫编号
- agentno String (Optional)
- 座席号码(可选)
返回值
TaskResponseGetCdrsByUniqueIdAPI 响应
参见