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-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
{
    ...,
    "SingleNavigationProperty@odata.bind":"$2",
    "MultiValuedNavigationProperty@odata.bind":["$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)


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