How to send multiple case for insert, update and delete records on zoho desk through API

How to send multiple case for insert, update and delete records on zoho desk through API

I am able to insert or delete record one by one using API,please provide the sample code to send multiple records at same time, as per your documentations we can send 100 insert,update at same time.

FYI

· To optimize your API usage, get maximum 200 records with each request and insert, update or delete maximum 100 records with each request.
For example: In the Free Edition, if you use the getRecords method, you can fetch a maximum of 200 records per request, in turn, a total of 50,000 records per day (250 x 200 = 50,000 records).