I have a service that updates controller card status ..
Only it only returns me 22 records at a time. So I need to get the number of items I want to update and send the amount of messages needed to update them all.
Example: I have 5 boards. I only send one update request. I have 23 plates. I have to send two requisitions (1 through 22, and the other only with 23)
Could anyone help me do this?