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-1579) Allow references to Core.ContentIDs in batch request URLs


Heiko Theissen created ODATA-1579:
-------------------------------------

             Summary: Allow references to Core.ContentIDs in batch request URLs
                 Key: ODATA-1579
                 URL: https://issues.oasis-open.org/browse/ODATA-1579
             Project: OASIS Open Data Protocol (OData) TC
          Issue Type: New Feature
          Components: Protocol
            Reporter: Heiko Theissen
             Fix For: V4.02_WD01


Allow URLs in batch requests that reference an entity that was returned by a previous request by its {{Core.ContentID}}, like in
{code}
POST SalesOrganizations

{"ID": "EMEA", "Children": [
 {"@Core.ContentID": "child1", "ID": "Germany"}
]}
{code}
followed by
{code}
POST $child1/ns.ChangeNextSiblingAction

{"ID": "Switzerland"}
{code}



--
This message was sent by Atlassian Jira
(v8.3.3#803004)


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