CRMWebService
支持下列操作。有关正式定义,请查看服务说明。
-
AddNewCTITelphoneHistory
说明:添加CTI通话记录
public long AddNewCTITelphoneHistory(string UserInfoJSON, string Telphone, string UserGuid, string PhoneNumber, string StartDate, string PhoneType, string InOrOut, string Status, string VoiceFile) -
AddNewCTITelphoneHistoryMobile
说明:添加CTI通话记录(移动APP)
public long AddNewCTITelphoneHistoryMobile(string UserInfoJSON, string CallGuid, string Telphone, string UserGuid, string PhoneNumber, string StartDate, string PhoneType, string InOrOut, string Status, string VoiceFile, string EndDate) -
CDMT_Get_Customer_Charger
说明:CDMT_Get_Customer_Charger获得客户顾问
public AjaxResultModel CDMT_Get_Customer_Charger(string Token,string PhoneNumber) -
CDMT_Get_Order_Charger
说明:CDMT_Get_Order_Charger获得订单顾问
public AjaxResultModel CDMT_Get_Order_Charger(string Token,string order_sn) -
CRMAPI_CustomerContract_AddNew
说明:CRMAPI_CustomerContract_AddNew添加订单接口
public AjaxResultModel CRMAPI_CustomerContract_AddNew(string Token, long CustomerID, string JSONData) -
CRMAPI_CustomerInfoClass_AddNew
说明:CRMAPI_CustomerInfoClass_AddNew添加客户基本信息接口
public AjaxResultModel CRMAPI_CustomerInfoClass_AddNew(string Token, bool IsPublic, string JSONData) -
CRMAPI_CustomerInfoClass_Search
说明:CRMAPI_CustomerInfoClass_Search查询客户编号
public ListCRMAPI_CustomerInfoClass_Search(string Token, string StrWhere) -
CRMAPI_WebsiteOrderListClass_AddNew
说明:CRMAPI_WebsiteOrderListClass_AddNew添加网站订单接口
public AjaxResultModel CRMAPI_WebsiteOrderListClass_AddNew(string Token, string JSONData) -
CRMPublicAPI_GetAgency
说明:CRMPublicAPI_GetAgency获得单个组织对象
public CRMPublicAPI.HRDataInterface.AgencyModel CRMPublicAPI_GetAgency(string Token, int AgencyID) -
CRMPublicAPI_GetAgencyList
说明:CRMPublicAPI_GetAgencyList获得组织列表
public List<CRMPublicAPI.HRDataInterface.AgencyModel> CRMPublicAPI_GetAgencyList(string Token) -
CRMPublicAPI_GetDepartment
说明:CRMPublicAPI_GetDepartment获得单个部门对象
public CRMPublicAPI.HRDataInterface.DepartmentModel CRMPublicAPI_GetDepartment(string Token, int DepartmentID) -
CRMPublicAPI_GetDepartmentList
说明:CRMPublicAPI_GetDepartmentList获得部门列表
public List<CRMPublicAPI.HRDataInterface.DepartmentModel> CRMPublicAPI_GetDepartmentList(string Token, string AgencyID = "") -
CRMPublicAPI_GetEmployee
说明:CRMPublicAPI_GetEmployee获得单个人员对象
public CRMPublicAPI.HRDataInterface.EmployeeModel CRMPublicAPI_GetEmployee(string Token, int EmployeeID) -
CRMPublicAPI_GetEmployeeByGuid
说明:CRMPublicAPI_GetEmployeeByGuid获得单个人员对象(按用户的GUID)
public CRMPublicAPI.HRDataInterface.EmployeeModel CRMPublicAPI_GetEmployeeByGuid(string Token, string UserGuid) -
CRMPublicAPI_GetEmployeeList
说明:CRMPublicAPI_GetEmployeeList获得人员列表
public List<CRMPublicAPI.HRDataInterface.EmployeeModel> CRMPublicAPI_GetEmployeeList(string Token, string AgencyID = "", string DepartmentID = "", string JobID = "") -
CRMPublicAPI_GetJob
说明:CRMPublicAPI_GetJob获得单个岗位对象
public CRMPublicAPI.HRDataInterface.JobModel CRMPublicAPI_GetJob(string Token, int JobID) -
CRMPublicAPI_GetJobList
说明:CRMPublicAPI_GetJobList获得岗位列表
public List<CRMPublicAPI.HRDataInterface.JobModel> CRMPublicAPI_GetJobList(string Token, string AgencyID = "", string DepartmentID = "") -
CRMPublicAPI_GetWorkFlowPermissionEmployeeList
说明:CRMPublicAPI_GetWorkFlowPermissionEmployeeList获得一个流程类型,一个组织,一个部门,一个流程步骤有权限的人员列表
public List<CRMPublicAPI.HRDataInterface.EmployeeModel> CRMPublicAPI_GetWorkFlowPermissionEmployeeList(string Token, string WorkFlowType, int AgencyID, int DepartmentID, string WorkFlowStep) -
CRMPublicAPI_InitiateWorkFlowInstance
说明:CRMPublicAPI_InitiateWorkFlowInstance发起工作流并自动创建主表及子表
public CRMPublicAPI.WorkFlow.WorkFlowInstanceModel CRMPublicAPI_InitiateWorkFlowInstance(string Token, int AgencyID, int DepartmentID, string WorkFlowType, string WorkFlowInstanceCodePrefix, DataSet dataset, List<string> RestrictUserGuidList, string Initiateuserguid, out string ErrorMsg, bool AutoCreateTableStructure) -
CRMPublicAPI_Insert
说明:CRMPublicAPI_Insert添加新行
DataRowDictionaryJSON:Dictionary字典序列化的字符串
public AjaxResultModel CRMPublicAPI_AddNew(string TableName, string DataRowDictionaryJSON) - CRMPublicAPI_RegisterTestAccount
-
CRMPublicAPI_Update
说明:CRMPublicAPI_Update更新行
DataRowDictionaryJSON:Dictionary字典序列化的字符串
public AjaxResultModel CRMPublicAPI_Update(string TableName, string DataRowDictionaryJSON, string StrWhere) -
CRMPublicAPI_WorkingAttendance_UploadRTHistory
说明:CRMPublicAPI_WorkingAttendance_UploadRTHistory上传考勤记录
public AjaxResultModel CRMPublicAPI_WorkingAttendance_UploadRTHistory(string JSON) -
CheckUserLogin
说明:用户检查登陆函数
public bool CheckUserLogin(string Username, string Password, string SubSystemCode, ref string ActionResultMsg) -
CheckUserLoginAndGetCompanyName
说明:用户检查登陆函数
public bool CheckUserLoginAndGetCompanyName(string Username, string Password, string SubSystemCode, ref string ActionResultMsg, out string CompanyName) -
CheckUserLoginByMacIDSecurityVerifyAndGetCompanyName
说明:用户检查登陆函数
public bool CheckUserLoginByMacIDSecurityVerifyAndGetCompanyName(string MacID, string Username, string Password, string SubSystemCode, ref string ActionResultMsg, out string CompanyName) -
CountRemindMessageList
说明:计算用户提醒消息的数量(可以弹出提醒的)
CountRemindMessageList(string UserInfoJSON) -
SendSMSMessage
说明:SendSMSMessage发送短信
public AjaxResultModel SendSMSMessage(string Token, string PhoneNumber, string Content) -
UpdateCTITelphoneHistory
说明:更新CTI通话记录
public void UpdateCTITelphoneHistory(string UserInfoJSON, long ID, string DictionaryJSON) -
UpdateCTITelphoneHistoryMobile
说明:更新CTI通话记录(移动APP)
public void UpdateCTITelphoneHistoryMobile(string UserInfoJSON, long ID, string DictionaryJSON)