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