Community Tip - New to the community? Learn how to post a question and get help from PTC and industry experts! X
The post JSON is not working as expected. Null is being passed to the .net page.
Why are you putting the infotable into the POST request as a parameter?
Hi Soumyodeep Shome,
In addition to what Tori asked; Are you using a DataShape for Infotable before converting it to JSON?
1. Create a JSON property and try to pass it directly.
2. Try posting using some third party Tool like POSTMAN to confirm that POST is working fine.