oasis-tcs / odata-specs

OASIS OData TC: Markdown sources for OData specification drafts. https://github.com/oasis-tcs/odata-specs
https://oasis-tcs.github.io/odata-specs/
Other
6 stars 2 forks source link

Transient entities as function/action parameters #1921

Closed HeikoTheissen closed 2 months ago

HeikoTheissen commented 5 months ago

Non-transient entities can be specified as non-binding function parameters with an @name=$root/EntitySet(...) parameter alias. For action parameters, this is not possible, see #341.

Transient entities should be specified as complex literals in function URLs and action payloads.

Generalize the text and provide examples.