OData / ODataConnectedService

A Visual Studio extension for generating client code for OData Services
Other
79 stars 41 forks source link

Add support to Passing OData query options in request body #373

Open rpallares opened 10 months ago

rpallares commented 10 months ago

Is your feature request related to a problem? Please describe.

I have some queries with lot of different ids that throw because the Url is too long. They are not the ideal queries but I have a case where it would be better

Describe the solution you'd like

I'd like to be able to use the Passing OData query options in request body feature available since WebApi V7.5 using the ODataClient.

Describe alternatives you've considered

It seems we could send the query as Batch that in definitive pass the requests in body. I didn't have tested yet, as I need to enable the feature etc.. But it should work.

Additional context