Skip to main content

TimePeriodOptionChangeViewModel

A change to a time period option in a data set.

Properties

Property Type Required Description
currentState TimePeriodOptionViewModel false

The current state after the change was made. If the change is an addition, this will be null.

previousState TimePeriodOptionViewModel false

The previous state before the change was made. If the change is a deletion, this will be null.

Example schema

{
  "currentState": {
    "code": "AYQ1",
    "period": "2020/2021",
    "label": "2020/21 Q1"
  },
  "previousState": {
    "code": "AYQ1",
    "period": "2020/2021",
    "label": "2020/21 Q1"
  }
}