When we are trying to post multiple contacts after running the posting 2-3 contacts no new contacts are created and we get the API response of System.Net.WebException: The operation has timed out.
We are trying to post 100 contacts daily and the posting cycle has a time difference of 6 hrs and we also get contact ID as the response. Furthermore, we are trying to post orders mapped with contacts but we are only able to post 2/3 Contacts in every cycle.
Is there a way out to send all contacts, orders(custom module), and products without getting the timeout error?
How can we send all contacts and receive the contact id as an API response to store it against the order so we can push the orders mapped to their respective customers?