How can a ApiController Post return a response?

831 views Asked by At

I have a Post method in an ApiController that accepts json using the [FromBody] and then transforms/appends to it. I need the response from the http POST to return that json back to the javascript client that is calling it. The Post method in the ApiController is a void. How can I return string/json to the client?

0

There are 0 answers