[Route("customers/{customerId}/orders")] public IEnumerable GetOrdersByCustomer(int customerId) { ... }