Batch mode operation in Sdata

We want to create an integration between Sage 100 and a SaaS product. The SaaS product puts constraints on the number of external operations per day. (By "external operations", I mean sending data to or receiving data from software or a service other than this particular SaaS product.) However, data can be batched and sent as a single operation. (For example, 5 customer records can be sent to Sage 100 in a single operation.)


Does Sdata support writing multiple Sage 100 records with a single Sdata call? I downloaded the sample code from SageSell, but it only seems to support writing one record at a time. I noticed a GitHub project called "SDataCSharpClientLib", and it hints at the ability to write multiple records at the same time. However, I haven't been able to get it to work. Additionally, the SaaS product isn't written in C#.

At this point, I mainly need to know whether writing multiple records with a single call is possible. If someone could also point me to some documentation on how to do it, that would be great.