Not able to Send Data from view to Api controller – Asp.net
Im trying to send JSON data to the Api controller where HttpPost can add that data to file. JSON File: { "students": [ { "Id": 1, "Name": "Ravi", "Department": "IT" }, { "Id": 2, "Name": "Raj", "Department": "hr" }, {…