I have an ASP.NET Web API (version 4) REST service where I need to pass an array of integers.
Here is my action method:
Or you could just pass a string of delimited items and put it into an array or list on the receiving end.