Error while sending json model in POST request to web API service using postman
In order to test my I was testing my webApi post method, I need to send model object as parameter. I was sending it as raw data but it was giving error “{“Message”:”The request entity’s media type ‘text/plain’ is not supported for this resource.”,”ExceptionMessage”:”No MediaTypeFormatter is available to read an object of type ” from content…
Read More “Error while sending json model in POST request to web API service using postman” »