79274386

Date: 2024-12-12 09:00:37
Score: 1
Natty:
Report link

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)
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Niall O'Dwyer