Hi,
i am trying to send data to Data base using Web API POST method. but, i am receiving below error.
below screen shot, that refers to giving data in JSON format.
could you please explain why i am getting that error message.
Discussion posts and replies are publicly visible
The quotes in your JSON string look weird. Please make sure these are just simple quotes " but not typographic quotes.
practicaltypography.com/straight-and-curly-quotes.html
Thanks it works.. fine. i did not noticed that actually.
where and how are you calling the body?
Can you provide the code.
e.g.:
processParameters: a!fromJson( http!request.body ),
Regards,
Erik
sorry didn't see the responses.
Hi, firstly i am not calling anywhere just i created Web API using POST Method and providing data into body section in JSON format. as HelZle mentioned above comment that i need to give double quotes insted of wired quotes.
Thank you any way for responding