Hello All, I have couple of doubts with respect to Deep insert.
1) Can we perform an HTTP Put on an Entity with inline entries that are yet to be created? Say I have a Customer entity "A" already created. Now I update the customer entity (HTTP Put) with inline entries for Sales Order "S" which is not yet created. 2) Can we perform an HTTP PUT on an Entity with inline entries that are already created? Say I have a customer entity "A" already created. Now I update the customer entity (HTTP PUT) with inline entries for Sales Order "S" which is already created. Is this a valid use case as per OData specification. Because I could not find details about this in OData specification. Can someone please clarify? Thanks, Kind Regards Chandan VA