OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

odata message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: [OASIS Issue Tracker] (ODATA-1010) Represent deleted entities similar to added/changed entities


    [ https://issues.oasis-open.org/browse/ODATA-1010?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=64559#comment-64559 ] 

Ralf Handl edited comment on ODATA-1010 at 12/5/16 11:13 AM:
-------------------------------------------------------------

Resolved 2016-12-01, https://www.oasis-open.org/committees/download.php/59508/odata-meeting-154_on-20161201-minutes.html


was (Author: handl):
Resolved 2016-12-01, https://www.oasis-open.org/apps/org/workgroup/odata/download.php/59508/latest/odata-meeting-154_on-20161201-minutes.html

> Represent deleted entities similar to added/changed entities
> ------------------------------------------------------------
>
>                 Key: ODATA-1010
>                 URL: https://issues.oasis-open.org/browse/ODATA-1010
>             Project: OASIS Open Data Protocol (OData) TC
>          Issue Type: New Feature
>    Affects Versions: V4.01_WD01
>            Reporter: Ralf Handl
>             Fix For: V4.01_CSD02, V4.01_WD01
>
>
> Allow representing deleted entities similar to added/changed entities
>     {
>       "@odata.context":"#Orders/$entity",
>       "@odata.id":"Orders(10643)",
>       "ShippingAddress":{
>         "Street":"23 Tsawassen Blvd.",
>         "City":"Tsawassen",
>         "Region":"BC",
>         "PostalCode":"T2F 8M4"
>       },
>     },
>     {
>       "@odata.context":"#Customers/$entityDeletion",
>       "@odata.id":"Customers('ANTON')",
>       "@odata.reason":"deleted",
>       /* optionally properties of the deleted entity */
>      "CustomerID": "ANTON",
>      ...
>     }
> This would allow using the same serialization template. And it looks more consistent :-)



--
This message was sent by Atlassian JIRA
(v6.2.2#6258)


[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]