public IHttpActionResult GetBatchFeesList(int?id, int?userid, string tokenid, int?batchid) { return(Ok(new { results = feeService.GetByBatch(id, userid, tokenid, batchid) })); }