So you got the REST service working and you are now concerned with possibly sending multiple invoices and the same time, correct?
Yes I want to prevent a collision
Are you using the BO that has the REST service defined and is a singleton to store the data to be sent via the REST service?
No, it is purely to set the service
I am creating the REST Invoice from the Current Invoice and then calling the service. It seems I must reference the REST invoice with the current Invoice ID and then bring that Rest Invoice into Context before calling the service -
I have this mindset that there can only be one REST invoice that exists during the POST event.. but not so. Multiple calls can be made providing the right ID is in context.
Okay I am slowly getting it, thank you :lol: