I have always worked with simple parameters and I don't know how to proceed in this case:
[HttpPost]
public HttpResponseMessage RemoveItems(int docId, int[] itemIds)
{
...
}
Anyone can tell me a guide, article, material from which to take inspiration?