Forum Discussion
Kiranbrahma
3 years agoFrequent Visitor
How call api for json column... In paower bi
5 Replies
- lbendlinSuper User
There are a lot of thing here that are not right. Starting with the payload - that is supposed to contain the POST parameters of the call.
The way you call the function is also the other way round from what it should be.
Can you successfully call your API with tools like Postman?
- KiranbrahmaFrequent Visitor
Hi Ibendlin,
Thank you for reply,
I test that API in fastAPI .
- lbendlinSuper User
all the items listed in -d of your curl call need to go into the Web.Contents request body.