public IHttpActionResult GetOrderDetail(string Qtype, int OrderId) { var list = obj.DisplayOrderDetail(Qtype, OrderId); return(Ok(list)); }