How to: Create the Entity
For information about prerequisites, see Integrate with Entities.
To add an Entity, call the Create Entity endpoint. In the entityTypePluralName path parameter, specify the plural name of the type of Entity.
The following request body shows how to create an Entity:
{
"uniqueCode":"N9TT9G0AB7FQ",
"name":"Vehicle DWH",
"owner":"worldlogistics",
"category":"four-wheeler",
"subCategory":"truck",
"properties":{
"color":"blue",
"dataobject":{
"time":3
},
"seat":5
},
"callback":"https://examplecallbackurl.com"
}
Updated 3 months ago