name | data type | description |
---|---|---|
EquipmentId | string | |
EquipmentName | NaturalLanguageStringStructure | |
TypeOfEquipment | EquipmentTypeRefStructure | |
Properties inherited from DataManagedObjectStructure |
||
ManagedByAreaRef | AdministrativeAreaRefStructure | |
InfoLinks | InfoLinksStructure | |
Properties inherited from VersionedObjectStructure |
||
modification | ModificationEnumeration | |
created | string | |
version | number | |
status | StatusEnumeration | |
lastUpdated | string |
Example
{ "EquipmentId" : "...", "EquipmentName" : { "value" : "...", "lang" : "..." }, "TypeOfEquipment" : { "value" : "..." }, "ManagedByAreaRef" : { "value" : "..." }, "InfoLinks" : { "InfoLink" : [ { "value" : "..." }, { "value" : "..." } ] }, "modification" : "new", "created" : "...", "version" : 12345, "status" : "active", "lastUpdated" : "..." }