| name | data type | description | 
|---|---|---|
| AdministrativeAreaRef | array of AdministrativeAreaVersionedRefStructure | 
Example
{
  "AdministrativeAreaRef" : [ {
    "value" : "...",
    "version" : 12345,
    "modification" : "revise",
    "status" : "pending",
    "created" : "...",
    "lastUpdated" : "..."
  }, {
    "value" : "...",
    "version" : 12345,
    "modification" : "delete",
    "status" : "inactive",
    "created" : "...",
    "lastUpdated" : "..."
  } ]
}