joergmetzler

Results 1 comments of joergmetzler

@gathogojr I made a minimal example of my solution here: https://github.com/joergmetzler/ODataIssue2422 You can use this command to trigger the `post` method: `wget -UseBasicParsing 'http://localhost:44377/OData/Persons' -Method POST -Body '{"@odata.context":"http://localhost:44377/OData/$metadata#Persons/$entity","FirstName":"Jörg","LastName":"Metzler"}'`