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