Dears,
I would appreciate it if you share your experience to help me here.
now to create one sale invoice we are sending multiple API requests. one to create the header, second to create the lines, and maybe more if I would send request for each line . and even more requests if I am sending the work description field "its new custom field with really long length".
now, is it possible somehow to create one API with one URL sending one request? containing all this in one call. the idea is to merge multiple API in one.
maybe it does make so much sense. but I would like to know your opinion here.
and how to mitigate the risk of integration failure.
on the other side of the application, we are integrating with, we just created one table that logs all requests and the reply. we should run a batch to go through lines. it would check for the failed lines. then send the request again.