AspNetCoreOData icon indicating copy to clipboard operation
AspNetCoreOData copied to clipboard

Handling PATCH requests with a Dynamic model.

Open sergbuk opened this issue 2 years ago • 1 comments

Hi, Is it possible to handle PATCH requests while using a dynamic model (similar to this one https://github.com/OData/AspNetCoreOData/tree/main/sample/ODataDynamicModel)? The Delta<T> class requires a type we don't have because our model is dynamic. Is there any solution available? What would you recommend? Directions? Any advice would be greatly appreciated. Thank you!

sergbuk avatar Dec 06 '23 16:12 sergbuk

@sergbuk in the future, please try to leverage the "Discussions" area for questions such as this in the repositories that have it enabled (like this one).

julealgon avatar Dec 06 '23 22:12 julealgon