PUT values to a Thing Property by POSTMAN Collection Run
Hi there,
Follow the PTC University course Fundamentals of IoT Development with Whingworx M7.7 Getting Starged with REST. I created another request in POSTMAN which would PUT single value to the Thinwgorx Thing flawlessly.


As I tried to use the Collection Run to PUT a series of values. I got 403 error.

The only thing I changed is the Request Body, but I see no difference in the log.
Both are {"mailbox": "some-string"}
I tried solution the in REST API test of simple service returns HTTP 403.
go to System / Subsystems / PlatformSubsystem / Configuration. Check "Allow Request Method Switch" and uncheck "Filter Content-Type"
And it lead me to error 400.

Meantime,
Disable Metrics Reporting by deselecting the Metrics Reporting Enabled checkbox
like the Calling service API from Postman - 403 mentioned.
So, how to make POSTMAN Collection Run works with Thingworx flawlessly?
Any response would be appreciated.


