Json – How do I POST/PATCH/PUT to a DB table that has foreign keys, in .NET Core Web API?
I am trying to create POST, PATCH, and PUT methods in a .NET Core Web API for a database table that contains a foreign key. I am unsure if the problem lies in my method or in the way I…