RESTful API accepting multiple POSTS as a batch
I’m building a RESTful API to create a new customer POST /customers. This works well for creating customers on a per transaction basis. However a new scenario has come to light whereby the recent system will need to process the output as a batch file. Given the volumes it won’t be practical to pass all records in a single POST operation.