Altough
Although Bulk operations (batch create) are essential in many systems, were not formally addressed by the RESTful architecture style.
I found that posting a collection as you suggested is fine.But the problem starts when you need to report failures on part of the collection, and the problem is worsen when they failures have different cause or the server doesn't support transactions. So my suggestion to you is that if there is no performance problem, for example when the service provider is on the LAN (not WAN) or the data is relatively small, it's worth to send 100 post requests to the server. Keep it simple, start by seprate with separate requests if you have a performance problem try to optimize.
