Hi All,
I am just looking for some opinions on what is the best RESTful way of updating multiple different Resource types or if I am looking at the problem in the wrong way.
We are looking for a solution change the attribute of a collection of different resource types.
For example, we have an account and deals, each of which have a owner and deals are linked to an account. The owner of the account may also own some or all of the deals associated with the account but deals can have owners that are not the account owner. We are looking to implement functionality that will allow us to replace the owner of an account and also update the deals owner by the account owner in one call.
What would be the best way to implement such functionality using REST?
Many Thanks