I\'m still learning web API, so pardon me if my question sounds stupid.
I have this in my StudentController:
StudentController
public HttpResponseMessage
I used HttpRequestMessage and my problem got solved after doing so much research
[HttpPost] public HttpResponseMessage PostProcedure(HttpRequestMessage req){ ... }