The OData v4 Advanced Tutorial provides an example of creating a Contained Entity.
Create a Contained Entity The request below creates a Trip for Person with UserName 'russellwhyte'. Trips is a contained navigation property for Person.
POST serviceRoot/People('russellwhyte')/Trips
I'm trying to determine if v2 supported this concept of creating a Contained Entity. The v4 What's New docs don't mention Contained Entity as something new.
However, I haven't found mention of this concept in any v2 docs. Perhaps it was added in v3?
If by chance the concept of creating a contained entity existed in Odata v2, does Olingo v2 support it?