1

Closed

DataServiceId is not in the response header to a PUT, POST, MERGE, or PATCH request

description

As specified in the spec: http://www.odata.org/media/30002/OData.html#thedataserviceidheader

A response to a PUT, POST, MERGE, or PATCH request that returns 404 No Content MUST include a DataServiceId response header.

We should include the header when user returns void from action.
Closed Oct 15, 2012 at 10:39 PM by HongmeiG
The layer below web api layer could return 404 that we won't be able to add this header.

comments