Skip to main content

UpdateAssetModelRequest

The "UpdateAssetModel" API endpoint interface. This is employed when creating or updating an asset model.

data objectrequired
customPropertiesstring

Please include the various properties for the asset model in the JSON stringify object.

modelFamilystringrequired

Please provide the modelFamily in which given asset model belongs to.

Possible values: [CBEX]

customerIndustrystringrequired

Please provide the name of the customer industry.

Possible values: [Rental Equipment]

namestringrequired

Name of the asset model you want to create/update.

Possible values: [CBEX-E 200-500-150ST]

descriptionstringrequired

Write a some suitable description for the asset model

Possible values: [cleaver-brooks asset model]

idstring

Please provide the id of the asset model if you want to update the existing asset model.

Possible values: [AM-39180099-4c65-48d3-8dd8-1c2c5d66540e]

modelYearstringrequired

Please provide the model year of the asset

Possible values: [2022]

typestringrequired

Please provide the type of asset model you are going to create.

Possible values: [boiler]

makestringrequired

Please provide a make of the asset model

Possible values: [Industrility]

tagsstring

Add suitable tags for the asset model.

Possible values: [CBEX]

UpdateAssetModelRequest
{
"data": {
"customProperties": "string",
"modelFamily": "CBEX",
"customerIndustry": "Rental Equipment",
"name": "CBEX-E 200-500-150ST",
"description": "cleaver-brooks asset model",
"id": "AM-39180099-4c65-48d3-8dd8-1c2c5d66540e",
"modelYear": "2022",
"type": "boiler",
"make": "Industrility",
"tags": "CBEX"
}
}