-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: V4.0_ERRATA03
-
Fix Version/s: V4.01_WD01
-
Component/s: Protocol, URL Conventions
-
Labels:None
-
Environment:
[Proposed]
-
Proposal:
Today we support:
GET ~Employees/ns.Manager
in order to retrieve only those employees from the Employees entity set that are managers.
It would be consistent to support:
POST ~Employees/ns.Manager
To add a manager to the Employees entity set without having to specify in the payload that the employee was an @odata.type=ns.Manager
This would be particularly useful in cases where the cast segment specified a "marker type" that was trivially derived from the collection type.