UpdateAssetModelRequest
The "UpdateAssetModel" API endpoint interface. This is employed when creating or updating an asset model.
data objectrequired
Please include the various properties for the asset model in the JSON stringify object.
Please provide the modelFamily in which given asset model belongs to.
Possible values: [CBEX
]
Please provide the name of the customer industry.
Possible values: [Rental Equipment
]
Name of the asset model you want to create/update.
Possible values: [CBEX-E 200-500-150ST
]
Write a some suitable description for the asset model
Possible values: [cleaver-brooks asset model
]
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
]
Please provide the model year of the asset
Possible values: [2022
]
Please provide the type of asset model you are going to create.
Possible values: [boiler
]
Please provide a make of the asset model
Possible values: [Industrility
]
Add suitable tags for the asset model.
Possible values: [CBEX
]
{
"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"
}
}