Is it possible to update entity properties corresponding to collections of primitive and complex types without sending all the content?
For example, for an entity Question that has a property tags corresponding to a list of string:
- POST /OData.sac/questions/tags to add an element to the list
- DELETE /OData.sac/questions/tags with the value as query parameters to delete it from the list
and something similar for complex types.
Such mechanism is supported for navigation properties.
Thanks very such for your help! Thierry