Uploaded image for project: 'OASIS Open Data Protocol (OData) TC'
  1. OASIS Open Data Protocol (OData) TC
  2. ODATA-1579

Allow references to Core.ContentIDs in batch request URLs

    XMLWordPrintable

    Details

    • Type: New Feature
    • Status: New
    • Priority: Major
    • Resolution: Unresolved
    • Affects Version/s: None
    • Fix Version/s: V4.02
    • Component/s: Protocol
    • Labels:
      None

      Description

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

      POST SalesOrganizations
      
      {"ID": "EMEA", "Children": [
       {"@Core.ContentID": "child1", "ID": "Germany"}
      ]}
      

      followed by

      POST $child1/ns.ChangeNextSiblingAction
      
      {"ID": "Switzerland"}
      

        Attachments

          Activity

            People

            • Assignee:
              Unassigned
              Reporter:
              heiko.theissen Heiko Theissen
            • Watchers:
              1 Start watching this issue

              Dates

              • Created:
                Updated: