Skip to main content

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": {
      "code": "NAT",
      "label": "National"
    }
  },
  "previousState": {
    "level": {
      "code": "NAT",
      "label": "National"
    }
  }
}