Skip to main content

CreateAssetRequest

The request body that we need to passed at the time of creating assets.

ownerstringrequired

Please enter the name of the owner

Possible values: [Industrility]

addressstringrequired

Please enter the address where asset is located

Possible values: [Krushna Chowk, New Sangavi]

serialNumberstringrequired

Please enter the serialNumber of the asset

Possible values: [8083557085]

customerIndustrystringrequired

Please enter the customerIndustry of the asset

Possible values: [Industrility]

descriptionstringrequired

asset created via developer portal for testing

Possible values: [asset created via developer portal for testing]

telematicsSerialNumbernumberrequired

Please enter the 10 digit unique telematicsSerialNumber for the each individual asset creation

Possible values: [8083557085]

typestringrequired

Please enter the type of the asset

Possible values: [boiler]

userNamestringrequired

Please enter the userName for which you want to create the asset

Possible values: [oem@industrility.com]

selectedTemplatestring

Please enter the template associated with asset

Possible values: [AssetModel.json]

userIdstringrequired

Please enter the userId for which you want to create the asset

Possible values: [US-oem@industrility.com]

productVideoLinkstringrequired

Please enter the website where asset more information is available

Possible values: [www.google.com]

tagsstringrequired

Please enter the tags for the asset, please ensure you are entering the comma separated string to create another tag.

Possible values: [test]

distributorNamestringrequired

Please enter the distributor name of asset

Possible values: [Industrility]

modelNamestring

Please enter the model name of the asset

Possible values: [LS90]

avatarImagestring

Please enter avatar of the user

Possible values: [avatar-male.png, avatar-male1.png, avatar-male-2.png, avatar-male-3.png, avatar-male-4.png, avatar-female.png, avatar-female-2.png, avatar-female-3.png, ``]

assetNamestringrequired

Please enter the name of the asset

Possible values: [Rental Boiler]

locationstring

Please add the lat long of the asset in the JSON stringified format.

Possible values: [{"lat":41.903943,"long":-87.688929}, ``]

modelstringrequired

Please enter the model Id

Possible values: [AM-74067f82-6a33-4627-a7f2-1df6006e3cc1]

securityGroupsstring[]required

Possible values: [SG-OEM]

stepstringrequired

Please enter the step name

Possible values: [meta]

makestringrequired

Please enter the name of maker of this asset

Possible values: [Industrility]

forgeidstring

Please enter the forgeid of asset from 3D diagram

Possible values: [dbid:001]

createDatestringrequired

Please enter the create date of the asset

Possible values: [2023-11-30T18:30:00.000Z]

statusstring

Please enter the current status of the asset

Possible values: [active, inactive]

CreateAssetRequest
{
"owner": "Industrility",
"address": "Krushna Chowk, New Sangavi",
"serialNumber": "8083557085",
"customerIndustry": "Industrility",
"description": "asset created via developer portal for testing",
"telematicsSerialNumber": 8083557085,
"type": "boiler",
"userName": "oem@industrility.com",
"selectedTemplate": "AssetModel.json",
"userId": "US-oem@industrility.com",
"productVideoLink": "www.google.com",
"tags": "test",
"distributorName": "Industrility",
"modelName": "LS90",
"avatarImage": "avatar-male.png",
"assetName": "Rental Boiler",
"location": "{\"lat\":41.903943,\"long\":-87.688929}",
"model": "AM-74067f82-6a33-4627-a7f2-1df6006e3cc1",
"securityGroups": [
"SG-OEM"
],
"step": "meta",
"make": "Industrility",
"forgeid": "dbid:001",
"createDate": "2023-11-30T18:30:00.000Z",
"status": "active"
}