Skip to content

Assets

An asset refers to the equipment details derived from the equipment header. It includes the Equipment ID, Serial Number, OEM Name, and Model of the equipment.

Sample Structure of an Asset

{
"serialNumber": "SN123456",
"oemName": "OEM Example",
"model": "Model X",
"EquipmentId": "EQ12345"
}