public string ComplaintFollow() { //Retrieve POST data string jsonComplaintDetail = Request.Content.ReadAsStringAsync().Result; clsDAL objDAL = new clsDAL(); return objDAL.complaintFollow(jsonComplaintDetail).ToJSON(); }