odata.net
odata.net copied to clipboard
Instance annotations are not written by default
When the caller adds instance annotations to a response resource, those annotations are only included in the response payload if the client has provided the Prefer: odata.include-annotations= request header. We should included instance annotations added by the caller by default and honor the Prefer header by filtering out those annotations which do not meet the header.