Allow references to Core.ContentIDs in batch request URLs

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

      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"}
      

            Assignee:
            Unassigned
            Reporter:
            heiko.theissen
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: