public IHttpActionResult GetSelctMasterUIDAPI(string ProjectName, string Part_Types, string Product_Phase, string opType) { var EnumEntity = EventReportManagerService.GetSelctMasterUID(ProjectName, Part_Types, Product_Phase, opType); return(Ok(EnumEntity)); }