Does sage Sage 300API allows concurrent post requests?

Am trying to send post request to sage API concurrently where by many requests are sent at once.

I got an error  'Record Conflict {en-us I/C Options. Record has been modified by another program'

and debug .Net debug pop up

Everything work fine If I loop and sent post requests one by one.