In my web api controller i have a function with following codes
[HttpPost] public HttpResponseMessage Post(string schooltypeName) {
What helped to me at the end was adding the Route attribute, and just repeating there the same route which as registered globally.
Route