You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 22, 2020. It is now read-only.
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,