Skip to main content

UpdateAssetRequest

The "UpdateAsset" API endpoint interface. This is employed when updating an asset.

data object
ownerstringrequired

Owner of the asset.

Possible values: [Broadmoor]

serialNumberstringrequired

Serial number of the asset.

Possible values: [T5247-1-1]

addressstringrequired

Address of the asset.

Possible values: [1 Lake Avenue, Colorado Springs, CO 80906, United States of America]

customerIndustrystringrequired

Industry of the customer associated with the asset.

Possible values: [Office & Other Buildings]

modelOldstringrequired

Previous ID of the asset model.

Possible values: [AM-2c831fbe-a7c3-4bab-abbc-7ec860f286e9]

descriptionstringrequired

Description of the asset.

Possible values: [cble-200-400-150st]

telematicsSerialNumberintegerrequired

Telematics serial number of the asset.

Possible values: [8822318579]

typestringrequired

Type of the asset.

Possible values: [Boiler]

productVideoLinkstringrequired

Link to the product video.

Possible values: [https://www.youtube.com/watch?v=9xBK4I0Z8Ic]

tagsstringrequired

Tags associated with the asset.

Possible values: [Broadmoor,Prometha]

distributorNamestringrequired

Name of the distributor.

Possible values: [Thomas B Mansfield]

modelNamestringrequired

Name of the asset model.

Possible values: [CBLE-200-400-150ST]

assetIdstringrequired

ID of the asset to be updated.

Possible values: [AS-3c69e0c0-4b53-405e-8979-a020cbc639d9]

assetNamestringrequired

Name of the asset.

Possible values: [Boiler 3]

stepstringrequired

The step in the update process.

Possible values: [meta]

modelstringrequired

ID of the asset model.

Possible values: [AM-2c831fbe-a7c3-4bab-abbc-7ec860f286e9]

securityGroupsstring[]required

Security groups associated with the asset.

locationstring

Location of the asset in JSON format.

Possible values: [{"lat":38.7925381,"long":-104.8497347}]

makestringrequired

Make of the asset.

Possible values: [Industrility]

forgeidstring

Forge ID of the asset.

Possible values: [``]

createDatestring<date-time>required

Date when the asset was created.

Possible values: [2023-10-22T18:30:00.000+00:00]

statusstringrequired

Status of the asset.

Possible values: [active, inactive]

idstringrequired

ID of the asset to be updated.

Possible values: [AS-3c69e0c0-4b53-405e-8979-a020cbc639d9]

UpdateAssetRequest
{
"data": {
"owner": "Broadmoor",
"serialNumber": "T5247-1-1",
"address": "1 Lake Avenue, Colorado Springs, CO 80906, United States of America",
"customerIndustry": "Office & Other Buildings",
"modelOld": "AM-2c831fbe-a7c3-4bab-abbc-7ec860f286e9",
"description": "cble-200-400-150st",
"telematicsSerialNumber": 8822318579,
"type": "Boiler",
"productVideoLink": "https://www.youtube.com/watch?v=9xBK4I0Z8Ic",
"tags": "Broadmoor,Prometha",
"distributorName": "Thomas B Mansfield",
"modelName": "CBLE-200-400-150ST",
"assetId": "AS-3c69e0c0-4b53-405e-8979-a020cbc639d9",
"assetName": "Boiler 3",
"step": "meta",
"model": "AM-2c831fbe-a7c3-4bab-abbc-7ec860f286e9",
"securityGroups": [
"string"
],
"location": "{\"lat\":38.7925381,\"long\":-104.8497347}",
"make": "Industrility",
"forgeid": "",
"createDate": "2023-10-22T18:30:00.000+00:00",
"status": "active"
},
"id": "AS-3c69e0c0-4b53-405e-8979-a020cbc639d9"
}