REST API - POST Method issue

0
Hi, Can any tell me where I am getting wrong. I want to POST some data using Custom template, I set up the Call REST action in microflow. Application is running end to end without any error, but if we check logs then it shows empty. Please check below screenshot.   If I check for inserted data then I cant find it.   Thank you in advance.
asked
2 answers
0

It looks like the service you are calling has accepted the data, and returned a 201 Created HTTP responses code and an empty list as the return value. Is this not what you are expecting to see? It could be the bug is actually on the service you are calling if it is not behaving to specification.

answered
0

Hi Robert,
Thank you for the response.

If I call the PST method from Swagger then it works as expected and data gets inserted.

But if I try to call the POST method from microflow then I can see the success code but data is not inserted.

answered