Solved
How to change multiple properties with one PUT request
Hi,
i tried to change multiple properties with one PUT request,
but i got "405 Method Not Allowed" exception error
I need help with this
Thanks in advance
Srikanth
Hi,
i tried to change multiple properties with one PUT request,
but i got "405 Method Not Allowed" exception error
I need help with this
Thanks in advance
Srikanth
Use the following URL:
http://erptest:8080/Thingworx/Things/IAQ_BD/Properties/*
then, as the body of the PUT request use the following JSON data:
{"CO2": "75", "Humidity": "60", "Temperature": "44"}
Of course you also have to set the Accept and Content-Type headers, but I assume you are already doing so.
HTH,
Alessio
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.