I’m interested in the possibility of updating/inserting records via the REST API in batch. I read here that this used to be supported and was removed for standards compliance reasons in 6.3.
I created a Service endpoint that accepts an array of records for batch processing and it is considerably faster than processing records one at a time. Before including something like this in our product I would like to know if there is another recommendation or if the Cuba team is planning on supporting this feature in a future release.
A custom service method exposed as a REST endpoint should work fine. And actually we don’t have much motivation to implement a standard endpoint for this.