InstalledEquipmentStructure Data Type

Abstract Type
Subtypes
LocalService, OtherPlaceEquipment
Implemented Interfaces
Serializable
Properties
name data type description
Properties inherited from AbstractEquipmentStructure
EquipmentId string
EquipmentName NaturalLanguageStringStructure
TypeOfEquipment EquipmentTypeRefStructure
Properties inherited from DataManagedObjectStructure
ManagedByAreaRef AdministrativeAreaRefStructure
InfoLinks InfoLinksStructure
Properties inherited from VersionedObjectStructure
version number
modification ModificationEnumeration
created string
status StatusEnumeration
lastUpdated string

Example

This data type is abstract. The example below may be incomplete. More accurate examples can be found in subtypes pages.
{
  "EquipmentId" : "...",
  "EquipmentName" : {
    "value" : "...",
    "lang" : "..."
  },
  "TypeOfEquipment" : {
    "value" : "..."
  },
  "ManagedByAreaRef" : {
    "value" : "..."
  },
  "InfoLinks" : {
    "InfoLink" : [ {
      "value" : "..."
    }, {
      "value" : "..."
    } ]
  },
  "version" : 12345,
  "modification" : "delete",
  "created" : "...",
  "status" : "pending",
  "lastUpdated" : "..."
}