Issue in creating Thing using RESTAPI
Hello Team,
Greeting of the day!
I'm trying to connect to the ThingWorx platform and make REST calls to call Services, update Properties, to make calls to REST API I m using POSTMAN. It's throwing me 400 error.
I', attaching all my details here.
http://localhost:8080/Thingworx/Resources/EntityServices/Services/CreateThing
Used the app key
Accept: application/json
content type: application/json
{
"name": "SomeTestThing",
"thingTemplateName": "GenericThing"
}
Kindly help me to resolve this.
Thanks in advance.
AS

