Пример #1
0
        public static CallInfor get_call_infor_overtime(string ip_call_id)
        {
            string v_str_result = "";

            v_str_result = get_content_from_weburl(f002_main_form.m_str_web_service_url + WEB_URL_CALL_CENTER.GET_CALL_INFOR_OVERTIME(ip_call_id));
            CLichSuCuocGoi v_obj_infor = JsonConvert.DeserializeObject <CLichSuCuocGoi>(v_str_result);

            return(v_obj_infor.data);
        }
Пример #2
0
        public static CallInfor get_call_infor_overtime(string ip_call_id)
        {
            string v_str_result = "";

            v_str_result = get_content_from_weburl("http://203.162.121.70:8080/TPCServer/tpc/DoAction.jsp?event=" + WEB_URL_CALL_CENTER.GET_CALL_INFOR_OVERTIME(ip_call_id));
            CLichSuCuocGoi v_obj_infor = JsonConvert.DeserializeObject <CLichSuCuocGoi>(v_str_result);

            return(v_obj_infor.data);
        }