Skip to main content
1-Visitor
October 22, 2015
Solved

Update Thing Properties via POST

  • October 22, 2015
  • 1 reply
  • 1219 views

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

Best answer by paic

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.

1 reply

paic1-VisitorAnswer
1-Visitor
October 26, 2015

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.