← Prev in month ← Prev in thread

[OASIS Issue Tracker] (ODATA-479) Allow Content-ID referencing in request bodies for inserting links to newly created entities

From
OASIS Issues Tracker <>
Date
2014-11-28T09:15:01+00:00
ID
Thread
[OASIS Issue Tracker] (ODATA-479) Allow Content-ID referencing in request bodies for inserting links to newly created entities
[ https://issues.oasis-open.org/browse/ODATA-479?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ralf Handl updated ODATA-479:
-----------------------------

    Proposal: 
Allow $<content-id value> syntax in request bodies for inserting links:

PUT $2/SingleValuedNavigationProperty
{
  "@odata.context": "http://host/service/$metadata#$ref",
  "@odata.id": "$1"
}

POST SomeEntitySet
{
    ...,
    "":"$2",
    "":["$1","$3","SomeEntitySet(42)"],
    ...
}

  was:Allow $<content-id value> syntax in request bodies for inserting links


> Allow Content-ID referencing in request bodies for inserting links to newly created entities
> --------------------------------------------------------------------------------------------
>
>                 Key: ODATA-479
>                 URL: https://issues.oasis-open.org/browse/ODATA-479
>             Project: OASIS Open Data Protocol (OData) TC
>          Issue Type: Improvement
>          Components: OData Batch Processing Format 
>    Affects Versions: V4.0_CS01
>         Environment: [Proposed]
>            Reporter: Ralf Handl
>             Fix For: V4.1_WD01
>
>
> Object graphs that are not trees cannot be created in a change set because we cannot insert links between entities that just have been created in the same change set.



--
This message was sent by Atlassian JIRA
(v6.2.2#6258)
← Prev in month ← Prev in thread