ODataWithoutEF
ODataWithoutEF copied to clipboard
How can we do Mutation (Create, Update and Delete) operation with odata
Given sample example is good to understand Odata integration.
How can we do Mutation (Create, Update and Delete) operation with odata?
Odata have great capablity with Select, expand, filter OOTB but without Usage of Mutation will not be useful for full real world application.
Please provide demo for CRUD functionality
Thanks in advance
@anomepani Does this help? https://github.com/OData/ODataSamples/blob/master/Scenarios/TripPin/src/webapi/ODataSamples.WebApiService/Controllers/PeopleController.cs