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
where and how are you calling the body?
Can you provide the code.
e.g.:
processParameters: a!fromJson( http!request.body ),
Regards,
Erik
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