cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X

Update Thing Properties via POST

ngarner
1-Newbie

Update Thing Properties via POST

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

1 ACCEPTED SOLUTION

Accepted Solutions
paic
1-Newbie
(To:ngarner)

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.

View solution in original post

1 REPLY 1
paic
1-Newbie
(To:ngarner)

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.

Top Tags