I have a controller with the following signature:
[Route(\"products/filter/{apc=apc}/{xpc=xpc}/{sku=sku}\")] public IHttpActionResult Get(string apc, string
Sku is an int, can't be defaulted to string "sku". Please check Optional URI Parameters and Default Values