For entity defined as
<EntityType Name="Other" BaseType="nsp.Base">
<NavigationProperty Name="Derived" Type="nsp.Derived" Partner="Others" Nullable="false"/>
</EntityType>
Generated sample for POST includes Others
{
"Name": "string",
"SomeProperty": "string",
"Others": [
{
"Name": "string"
}
]
}
It should only happen if deep insert/update capabilities are supported
For entity defined as
Generated sample for POST includes Others
It should only happen if deep insert/update capabilities are supported