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