SyntaxFix
Write A Post
Hire A Developer
Questions
You can only send 1 object as a parameter in the body via post. I would change your Post method to
public void Post(ICollection<Product> products) { }
and in your angular code you would pass up a product array in JSON notation