pass array of an object to webapi

I have a .net mvc 4 webapi project that I'm trying to pass an array of an object to a method on my controller. I've found some examples here on SO that talk about needing to set my object's proper...