-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: V4.0_ERRATA03
-
Fix Version/s: V4.01_WD01
-
Component/s: JSON Format
-
Labels:None
-
Environment:
Proposed
-
Proposal:
The delta format identifies deleted entities via their entity id.
For legacy systems that don't store the entity id and only know the underlying key values it would be helpful if the sender would annotate the deleted entity JSON objects with the original key values, e.g.
{
"@odata.context":"#Customers/$deletedEntity",
"id":"Customers('ANTON')",
"@Legacy.entityKey":
,
"reason":"deleted"
}