on 2023 Jul 03 12:50 PM
Hello,
I develop a unmanged OData Service. But OData V4 does not support deep insert/update. I want to the following:
Thank you!
Gunter
Request clarification before answering.
Hi Gunter, thanks for your question.
I assume if you mention RAP and "unmanaged" OData service you refer to an "unmanaged" behavior definition implementation and an OData service exposed via service binding (which is "managed" by design).
"deep insert" is supported both for OData V2 as well as OData V4. In RAP it is handed over to the provider always via content id references (%CID) (same if you would define the OData request via content id references instead of "deep").
"deep update / upsert" is an OData V4 only feature and not yet available in the available released. It is a planned feature for a future release.
Recommendation for new Web API services is to rather use OData V4 as it offers richer functionality.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
82 | |
29 | |
9 | |
8 | |
7 | |
7 | |
6 | |
6 | |
6 | |
6 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.