LocationGroupChangeViewModel
A change to a location group in a data set.
Properties
| Property | Type | Required | Description |
|---|---|---|---|
currentState |
LocationGroupViewModel | false |
The current state after the change was made. If the change is an addition, this will be null. |
previousState |
LocationGroupViewModel | false |
The previous state before the change was made. If the change is a deletion, this will be null. |
Example schema
{
"currentState": {
"level": "NAT"
},
"previousState": {
"level": "NAT"
}
}
This page was last reviewed on 17 July 2025.