Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X
Hi,
I'm working with a cellular module (controlled via AT command from a PIC microcontroller) that doesn't support HTTP PUT. It only supports GET and POST. I'd like to update properties of things using POST through the REST interface. Is this possible?
Thank you,
Nick
Solved! Go to Solution.
Create a Service in Thingworx with Input parameters (or just one you could post an object)
then that Service applies the updates to the Properties.
Create a Service in Thingworx with Input parameters (or just one you could post an object)
then that Service applies the updates to the Properties.