Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
V2 2.0.7
-
None
-
Patch
Description
Adding support for posting entities with URI references to other entities.
For example, given a Building posted to /Test.svc/Buildings with:
{ "Id": "B01", "Name": "Building 1" }
it is possible to add a Room to /Test.svc/Rooms with:
{ "Id": "R01-01", "Name": "Room 01", "Building": { "__metadata": { "uri": "Buildings('B01')" } } }
and have the new entity reference the existing one correctly.