Skip to main content

UpdateAssetModelResponse

Successful response after updating asset model

idstringrequired
queryResult object[]
  • Array [
  • customPropertiesstring
    customerIndustrystring
    namestring
    descriptionstring
    idstring
    modelYearstring
    typestring
    makestring
    tagsstring
  • ]
  • UpdateAssetModelResponse
    {
    "id": "string",
    "queryResult": [
    {
    "customProperties": "string",
    "customerIndustry": "string",
    "name": "string",
    "description": "string",
    "id": "string",
    "modelYear": "string",
    "type": "string",
    "make": "string",
    "tags": "string"
    }
    ]
    }