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 |
||
lastUpdated | string | |
modification | ModificationEnumeration | |
version | number | |
created | string | |
status | StatusEnumeration |
Example
{ "EquipmentId" : "...", "EquipmentName" : { "value" : "...", "lang" : "..." }, "TypeOfEquipment" : { "value" : "..." }, "ManagedByAreaRef" : { "value" : "..." }, "InfoLinks" : { "InfoLink" : [ { "value" : "..." }, { "value" : "..." } ] }, "lastUpdated" : "...", "modification" : "new", "version" : 12345, "created" : "...", "status" : "pending" }