Closed dalton5 closed 9 years ago
I kindly request you post questions on Stackoverflow or similar sites. This github repository contains code and actual issues with the MongoRepository code (not using it) and is not intended for support.
Ok.
Post for the question on stack
Hi, I have created a model that inherits from Entity. And one that does not inherit from Entity.
The model that inherits from Entity instantiate the object but does not fill the property in the post request. See screenshots.
My model is like this:
With inherit of Entity
Without inherit of Entity
My Postman config
Any ideas how can I fix this?
Thanks,