For what you are trying to achieve, route should not be at method level. If you do this at method level it will work.
[HttpGet("GetCustBookingSummary/{version}")] public CustSummaryData GetSummary(string version)